@Dependent @Templated public class ValueOptionsPageView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, ValueOptionsPage.View
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
disableValueList() |
void |
enableValueList() |
void |
hideCepOperators() |
void |
hideDefaultValue() |
void |
hideLimitedValue() |
void |
hideValueList() |
void |
init(ValueOptionsPage page) |
void |
initPopovers() |
void |
onSelectValueList(com.google.gwt.event.dom.client.KeyUpEvent event) |
void |
setupCepOperators(com.google.gwt.user.client.ui.IsWidget widget) |
void |
setupDefaultValue(com.google.gwt.user.client.ui.IsWidget widget) |
void |
setupLimitedValue(com.google.gwt.user.client.ui.IsWidget widget) |
void |
setValueListText(String valueListText) |
@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)
@PostConstruct public void initPopovers()
public void init(ValueOptionsPage page)
init in interface org.uberfire.client.mvp.HasPresenter<ValueOptionsPage>@EventHandler(value="valueList") public void onSelectValueList(com.google.gwt.event.dom.client.KeyUpEvent event)
public void setValueListText(String valueListText)
setValueListText in interface ValueOptionsPage.Viewpublic void enableValueList()
enableValueList in interface ValueOptionsPage.Viewpublic void disableValueList()
disableValueList in interface ValueOptionsPage.Viewpublic void hideValueList()
hideValueList in interface ValueOptionsPage.Viewpublic void setupDefaultValue(com.google.gwt.user.client.ui.IsWidget widget)
setupDefaultValue in interface ValueOptionsPage.Viewpublic void hideDefaultValue()
hideDefaultValue in interface ValueOptionsPage.Viewpublic void setupLimitedValue(com.google.gwt.user.client.ui.IsWidget widget)
setupLimitedValue in interface ValueOptionsPage.Viewpublic void hideLimitedValue()
hideLimitedValue in interface ValueOptionsPage.Viewpublic void setupCepOperators(com.google.gwt.user.client.ui.IsWidget widget)
setupCepOperators in interface ValueOptionsPage.Viewpublic void hideCepOperators()
hideCepOperators in interface ValueOptionsPage.ViewCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.