Interface ExperimentalFeaturesGroupView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ExperimentalFeaturesGroupView.Presenter>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<ExperimentalFeaturesGroupView.Presenter>
- All Known Implementing Classes:
ExperimentalFeaturesGroupViewImpl
public interface ExperimentalFeaturesGroupView extends org.uberfire.client.mvp.UberElemental<ExperimentalFeaturesGroupView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceExperimentalFeaturesGroupView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidarrangeCaret()voidclear()voidcollapse()voidexpand()voidrender(ExperimentalFeatureEditor editor)voidsetEnableAllLabel(String label)voidsetLabel(String label)
-
-
-
Method Detail
-
setLabel
void setLabel(String label)
-
setEnableAllLabel
void setEnableAllLabel(String label)
-
render
void render(ExperimentalFeatureEditor editor)
-
clear
void clear()
-
expand
void expand()
-
collapse
void collapse()
-
arrangeCaret
void arrangeCaret()
-
-