Class ValueOptionsPageView
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.ValueOptionsPageView
-
- All Implemented Interfaces:
ValueOptionsPage.View,org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<ValueOptionsPage>,org.uberfire.client.mvp.UberElement<ValueOptionsPage>
@Dependent @Templated public class ValueOptionsPageView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, ValueOptionsPage.View
-
-
Constructor Summary
Constructors Constructor Description ValueOptionsPageView(org.jboss.errai.common.client.dom.Div valueListGroupContainer, org.jboss.errai.common.client.dom.Div cepWindowOperatorsGroupContainer, org.jboss.errai.common.client.dom.Div defaultValueGroupContainer, org.jboss.errai.common.client.dom.Div limitedValueGroupContainer, org.gwtbootstrap3.client.ui.TextBox valueList, org.jboss.errai.common.client.dom.Div cepWindowOperatorsContainer, org.jboss.errai.common.client.dom.Div defaultValueContainer, org.jboss.errai.common.client.dom.Div limitedValueContainer, org.jboss.errai.ui.client.local.spi.TranslationService translationService, DecisionTablePopoverUtils popoverUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisableValueList()voidenableValueList()voidhideCepOperators()voidhideDefaultValue()voidhideLimitedValue()voidhideValueList()voidinit(ValueOptionsPage page)voidinitPopovers()voidonSelectValueList(com.google.gwt.event.dom.client.KeyUpEvent event)voidsetupCepOperators(com.google.gwt.user.client.ui.IsWidget widget)voidsetupDefaultValue(com.google.gwt.user.client.ui.IsWidget widget)voidsetupLimitedValue(com.google.gwt.user.client.ui.IsWidget widget)voidsetValueListText(String valueListText)
-
-
-
Constructor Detail
-
ValueOptionsPageView
@Inject public ValueOptionsPageView(org.jboss.errai.common.client.dom.Div valueListGroupContainer, org.jboss.errai.common.client.dom.Div cepWindowOperatorsGroupContainer, org.jboss.errai.common.client.dom.Div defaultValueGroupContainer, org.jboss.errai.common.client.dom.Div limitedValueGroupContainer, org.gwtbootstrap3.client.ui.TextBox valueList, org.jboss.errai.common.client.dom.Div cepWindowOperatorsContainer, org.jboss.errai.common.client.dom.Div defaultValueContainer, org.jboss.errai.common.client.dom.Div limitedValueContainer, org.jboss.errai.ui.client.local.spi.TranslationService translationService, DecisionTablePopoverUtils popoverUtils)
-
-
Method Detail
-
initPopovers
@PostConstruct public void initPopovers()
-
init
public void init(ValueOptionsPage page)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ValueOptionsPage>
-
onSelectValueList
@EventHandler("valueList") public void onSelectValueList(com.google.gwt.event.dom.client.KeyUpEvent event)
-
setValueListText
public void setValueListText(String valueListText)
- Specified by:
setValueListTextin interfaceValueOptionsPage.View
-
enableValueList
public void enableValueList()
- Specified by:
enableValueListin interfaceValueOptionsPage.View
-
disableValueList
public void disableValueList()
- Specified by:
disableValueListin interfaceValueOptionsPage.View
-
hideValueList
public void hideValueList()
- Specified by:
hideValueListin interfaceValueOptionsPage.View
-
setupDefaultValue
public void setupDefaultValue(com.google.gwt.user.client.ui.IsWidget widget)
- Specified by:
setupDefaultValuein interfaceValueOptionsPage.View
-
hideDefaultValue
public void hideDefaultValue()
- Specified by:
hideDefaultValuein interfaceValueOptionsPage.View
-
setupLimitedValue
public void setupLimitedValue(com.google.gwt.user.client.ui.IsWidget widget)
- Specified by:
setupLimitedValuein interfaceValueOptionsPage.View
-
hideLimitedValue
public void hideLimitedValue()
- Specified by:
hideLimitedValuein interfaceValueOptionsPage.View
-
setupCepOperators
public void setupCepOperators(com.google.gwt.user.client.ui.IsWidget widget)
- Specified by:
setupCepOperatorsin interfaceValueOptionsPage.View
-
hideCepOperators
public void hideCepOperators()
- Specified by:
hideCepOperatorsin interfaceValueOptionsPage.View
-
-