Class ExperimentalFeaturesGroupViewImpl
- java.lang.Object
-
- org.uberfire.experimental.client.editor.group.ExperimentalFeaturesGroupViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,org.uberfire.client.mvp.HasPresenter<ExperimentalFeaturesGroupView.Presenter>,org.uberfire.client.mvp.UberElemental<ExperimentalFeaturesGroupView.Presenter>,ExperimentalFeaturesGroupView
@Templated public class ExperimentalFeaturesGroupViewImpl extends Object implements ExperimentalFeaturesGroupView, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.uberfire.experimental.client.editor.group.ExperimentalFeaturesGroupView
ExperimentalFeaturesGroupView.Presenter
-
-
Constructor Summary
Constructors Constructor Description ExperimentalFeaturesGroupViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidarrangeCaret()voidclear()voidcollapse()voidexpand()voidinit()voidinit(ExperimentalFeaturesGroupView.Presenter presenter)voidonEnableAll(com.google.gwt.event.dom.client.ClickEvent clickEvent)voidonExpand(com.google.gwt.event.dom.client.ClickEvent clickEvent)voidrender(ExperimentalFeatureEditor editor)voidsetEnableAllLabel(String label)voidsetLabel(String label)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceExperimentalFeaturesGroupView
-
setEnableAllLabel
public void setEnableAllLabel(String label)
- Specified by:
setEnableAllLabelin interfaceExperimentalFeaturesGroupView
-
render
public void render(ExperimentalFeatureEditor editor)
- Specified by:
renderin interfaceExperimentalFeaturesGroupView
-
clear
public void clear()
- Specified by:
clearin interfaceExperimentalFeaturesGroupView
-
expand
public void expand()
- Specified by:
expandin interfaceExperimentalFeaturesGroupView
-
collapse
public void collapse()
- Specified by:
collapsein interfaceExperimentalFeaturesGroupView
-
arrangeCaret
public void arrangeCaret()
- Specified by:
arrangeCaretin interfaceExperimentalFeaturesGroupView
-
init
public void init(ExperimentalFeaturesGroupView.Presenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ExperimentalFeaturesGroupView.Presenter>
-
onEnableAll
@EventHandler("enableAll") public void onEnableAll(com.google.gwt.event.dom.client.ClickEvent clickEvent)
-
onExpand
@EventHandler("header") public void onExpand(com.google.gwt.event.dom.client.ClickEvent clickEvent)
-
-