@Dependent @Templated public class ConstructionHeuristicFormViewImpl extends Object implements ConstructionHeuristicFormView
| Constructor and Description |
|---|
ConstructionHeuristicFormViewImpl(org.gwtbootstrap3.extras.select.client.ui.Select constructionHeuristicTypeSelect,
org.gwtbootstrap3.extras.select.client.ui.Select entitySorterMannerSelect) |
| 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 |
initEntitySorterMannerSelectOptions(List<org.uberfire.commons.data.Pair<String,String>> options) |
void |
onConstructionHeuristicTypeSelected(com.google.gwt.event.dom.client.ChangeEvent event) |
void |
onEntitySorterMannerSelected(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) |
void |
setSelectedEntitySorterManner(String entitySorterManner) |
@Inject
public ConstructionHeuristicFormViewImpl(org.gwtbootstrap3.extras.select.client.ui.Select constructionHeuristicTypeSelect,
org.gwtbootstrap3.extras.select.client.ui.Select entitySorterMannerSelect)
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="entitySorterMannerSelect") public void onEntitySorterMannerSelected(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 initEntitySorterMannerSelectOptions(List<org.uberfire.commons.data.Pair<String,String>> options)
initEntitySorterMannerSelectOptions in interface ConstructionHeuristicFormViewpublic void setSelectedConstructionHeuristicType(String constructionHeuristicType)
setSelectedConstructionHeuristicType in interface ConstructionHeuristicFormViewpublic void setSelectedEntitySorterManner(String entitySorterManner)
setSelectedEntitySorterManner 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.