@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.jboss.errai.common.client.dom.Div bindingGroupContainer,
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.common.client.dom.Div bindingContainer,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
DecisionTablePopoverUtils popoverUtils) |
Modifier and Type | Method and Description |
---|---|
void |
disableValueList() |
void |
enableValueList() |
void |
hideBinding() |
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 |
setupBinding(com.google.gwt.user.client.ui.IsWidget widget) |
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.jboss.errai.common.client.dom.Div bindingGroupContainer, 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.common.client.dom.Div bindingContainer, 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.UberElement<ValueOptionsPage>
@EventHandler(value="valueList") public void onSelectValueList(com.google.gwt.event.dom.client.KeyUpEvent event)
public void setValueListText(String valueListText)
setValueListText
in interface ValueOptionsPage.View
public void enableValueList()
enableValueList
in interface ValueOptionsPage.View
public void disableValueList()
disableValueList
in interface ValueOptionsPage.View
public void hideValueList()
hideValueList
in interface ValueOptionsPage.View
public void setupDefaultValue(com.google.gwt.user.client.ui.IsWidget widget)
setupDefaultValue
in interface ValueOptionsPage.View
public void hideDefaultValue()
hideDefaultValue
in interface ValueOptionsPage.View
public void setupLimitedValue(com.google.gwt.user.client.ui.IsWidget widget)
setupLimitedValue
in interface ValueOptionsPage.View
public void hideLimitedValue()
hideLimitedValue
in interface ValueOptionsPage.View
public void setupBinding(com.google.gwt.user.client.ui.IsWidget widget)
setupBinding
in interface ValueOptionsPage.View
public void hideBinding()
hideBinding
in interface ValueOptionsPage.View
public void setupCepOperators(com.google.gwt.user.client.ui.IsWidget widget)
setupCepOperators
in interface ValueOptionsPage.View
public void hideCepOperators()
hideCepOperators
in interface ValueOptionsPage.View
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.