@Dependent @Templated public class ConstructionHeuristicFormViewImpl extends Object implements ConstructionHeuristicFormView
Constructor and Description |
---|
ConstructionHeuristicFormViewImpl(org.jboss.errai.common.client.dom.Select constructionHeuristicTypeSelect,
org.jboss.errai.common.client.dom.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>> optionPairs) |
void |
initEntitySorterMannerSelectOptions(List<org.uberfire.commons.data.Pair<String,String>> optionPairs) |
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.jboss.errai.common.client.dom.Select constructionHeuristicTypeSelect, org.jboss.errai.common.client.dom.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>> optionPairs)
initConstructionHeuristicTypeSelectOptions
in interface ConstructionHeuristicFormView
public void initEntitySorterMannerSelectOptions(List<org.uberfire.commons.data.Pair<String,String>> optionPairs)
initEntitySorterMannerSelectOptions
in interface ConstructionHeuristicFormView
public void setSelectedConstructionHeuristicType(String constructionHeuristicType)
setSelectedConstructionHeuristicType
in interface ConstructionHeuristicFormView
public void setSelectedEntitySorterManner(String entitySorterManner)
setSelectedEntitySorterManner
in interface ConstructionHeuristicFormView
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.