@Dependent @Templated public class ConstructionHeuristicFormViewImpl extends Object implements ConstructionHeuristicFormView
| Constructor and Description |
|---|
ConstructionHeuristicFormViewImpl(org.gwtbootstrap3.extras.select.client.ui.Select constructionHeuristicTypeSelect) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
initConstructionHeuristicTypeSelectOptions(List<org.uberfire.commons.data.Pair<String,String>> options) |
void |
onConstructionHeuristicTypeSelected(com.google.gwt.event.dom.client.ChangeEvent event) |
void |
onRemoveConstructionHeuristicClicked(com.google.gwt.event.dom.client.ClickEvent event) |
void |
setPresenter(ConstructionHeuristicForm presenter) |
void |
setSelectedConstructionHeuristicType(String constructionHeuristicType) |
@Inject public ConstructionHeuristicFormViewImpl(org.gwtbootstrap3.extras.select.client.ui.Select constructionHeuristicTypeSelect)
public void setPresenter(ConstructionHeuristicForm presenter)
setPresenter in interface ConstructionHeuristicFormView@EventHandler(value="constructionHeuristicTypeSelect") public void onConstructionHeuristicTypeSelected(com.google.gwt.event.dom.client.ChangeEvent event)
@EventHandler(value="removeConstructionHeuristic") public void onRemoveConstructionHeuristicClicked(com.google.gwt.event.dom.client.ClickEvent event)
public void initConstructionHeuristicTypeSelectOptions(List<org.uberfire.commons.data.Pair<String,String>> options)
initConstructionHeuristicTypeSelectOptions in interface ConstructionHeuristicFormViewpublic void setSelectedConstructionHeuristicType(String constructionHeuristicType)
setSelectedConstructionHeuristicType in interface ConstructionHeuristicFormViewpublic org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.