@Templated public class ExperimentalFeaturesGroupViewImpl extends Object implements ExperimentalFeaturesGroupView, org.jboss.errai.ui.client.local.api.elemental2.IsElement
ExperimentalFeaturesGroupView.Presenter
Constructor and Description |
---|
ExperimentalFeaturesGroupViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
arrangeCaret() |
void |
clear() |
void |
collapse() |
void |
expand() |
void |
init() |
void |
init(ExperimentalFeaturesGroupView.Presenter presenter) |
void |
onEnableAll(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onExpand(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
render(ExperimentalFeatureEditor editor) |
void |
setEnableAllLabel(String label) |
void |
setLabel(String label) |
@PostConstruct public void init()
public void setLabel(String label)
setLabel
in interface ExperimentalFeaturesGroupView
public void setEnableAllLabel(String label)
setEnableAllLabel
in interface ExperimentalFeaturesGroupView
public void render(ExperimentalFeatureEditor editor)
render
in interface ExperimentalFeaturesGroupView
public void clear()
clear
in interface ExperimentalFeaturesGroupView
public void expand()
expand
in interface ExperimentalFeaturesGroupView
public void collapse()
collapse
in interface ExperimentalFeaturesGroupView
public void arrangeCaret()
arrangeCaret
in interface ExperimentalFeaturesGroupView
public void init(ExperimentalFeaturesGroupView.Presenter presenter)
init
in interface HasPresenter<ExperimentalFeaturesGroupView.Presenter>
@EventHandler(value="enableAll") public void onEnableAll(com.google.gwt.event.dom.client.ClickEvent clickEvent)
@EventHandler(value="header") public void onExpand(com.google.gwt.event.dom.client.ClickEvent clickEvent)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.