public interface FeatureView extends View, Scopeable
KEY_DEPENDENCY_SCOPE| Modifier and Type | Method and Description |
|---|---|
boolean |
isDialog()
Tests if this
FeatureView is a dialog, e.g. |
void |
setFeature(Feature feature)
Sets the
Feature that owns this |
getState, getViewTagvoid setFeature(Feature feature)
Feature that owns thisfeature - A Feature.boolean isDialog()
FeatureView is a dialog, e.g. DialogFragment.boolean value.