Class CalculationTypePageView
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.CalculationTypePageView
-
- All Implemented Interfaces:
CalculationTypePage.View,org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<CalculationTypePage>,org.uberfire.client.mvp.UberElement<CalculationTypePage>
@Dependent @Templated public class CalculationTypePageView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, CalculationTypePage.View
-
-
Constructor Summary
Constructors Constructor Description CalculationTypePageView(org.jboss.errai.common.client.dom.Input isConstraintValueTypeLiteral, org.jboss.errai.common.client.dom.Input isConstraintValueTypeRetValue, org.jboss.errai.common.client.dom.Input isConstraintValueTypePredicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(CalculationTypePage page)voidonConstraintValueSelected(com.google.gwt.event.dom.client.ChangeEvent event)voidselectConstraintValue(int constraintValue)
-
-
-
Method Detail
-
onConstraintValueSelected
@EventHandler({"isConstraintValueTypeLiteral","isConstraintValueTypeRetValue","isConstraintValueTypePredicate"}) public void onConstraintValueSelected(com.google.gwt.event.dom.client.ChangeEvent event)
-
init
public void init(CalculationTypePage page)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<CalculationTypePage>
-
selectConstraintValue
public void selectConstraintValue(int constraintValue)
- Specified by:
selectConstraintValuein interfaceCalculationTypePage.View
-
-