Interface ExperimentalFeaturesGroupView.Presenter
-
- All Known Implementing Classes:
ExperimentalFeaturesGroup
- Enclosing interface:
- ExperimentalFeaturesGroupView
public static interface ExperimentalFeaturesGroupView.Presenter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoEnableAll()StringgetLabel()booleanisExpanded()voidnotifyExpand()
-
-
-
Method Detail
-
notifyExpand
void notifyExpand()
-
getLabel
String getLabel()
-
doEnableAll
void doEnableAll()
-
isExpanded
boolean isExpanded()
-
-