|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.drools.guvnor.client.modeldriven.ui.EnumDropDownLabel
public class EnumDropDownLabel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary | |
---|---|
protected Constants |
constants
|
protected BaseSingleFieldConstraint |
constraint
|
protected boolean |
enabled
|
protected EnumDropDown |
enumDropDown
|
protected com.google.gwt.user.client.ui.Button |
okButton
|
protected com.google.gwt.user.client.Command |
onValueChangeCommand
|
protected com.google.gwt.user.client.ui.Panel |
panel
|
protected com.google.gwt.user.client.ui.PopupPanel |
popup
|
protected SuggestionCompletionEngine |
sce
|
protected com.google.gwt.user.client.ui.Label |
textWidget
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
EnumDropDownLabel(String factType,
CompositeFieldConstraint constraintList,
SuggestionCompletionEngine sce,
BaseSingleFieldConstraint constraint,
boolean enabled)
|
Method Summary | |
---|---|
void |
refreshDropDownData()
|
void |
setOnValueChangeCommand(com.google.gwt.user.client.Command onValueChangeCommand)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Constants constants
protected final com.google.gwt.user.client.ui.Label textWidget
protected final EnumDropDown enumDropDown
protected final com.google.gwt.user.client.ui.Button okButton
protected final com.google.gwt.user.client.ui.Panel panel
protected final com.google.gwt.user.client.ui.PopupPanel popup
protected com.google.gwt.user.client.Command onValueChangeCommand
protected SuggestionCompletionEngine sce
protected BaseSingleFieldConstraint constraint
protected boolean enabled
Constructor Detail |
---|
public EnumDropDownLabel(String factType, CompositeFieldConstraint constraintList, SuggestionCompletionEngine sce, BaseSingleFieldConstraint constraint, boolean enabled)
Method Detail |
---|
public void setOnValueChangeCommand(com.google.gwt.user.client.Command onValueChangeCommand)
public void refreshDropDownData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |