org.drools.guvnor.client.modeldriven.ui
Class EnumDropDownLabel

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.drools.guvnor.client.modeldriven.ui.EnumDropDownLabel
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget

public class EnumDropDownLabel
extends com.google.gwt.user.client.ui.Composite


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

constants

protected Constants constants

textWidget

protected final com.google.gwt.user.client.ui.Label textWidget

enumDropDown

protected final EnumDropDown enumDropDown

okButton

protected final com.google.gwt.user.client.ui.Button okButton

panel

protected final com.google.gwt.user.client.ui.Panel panel

popup

protected final com.google.gwt.user.client.ui.PopupPanel popup

onValueChangeCommand

protected com.google.gwt.user.client.Command onValueChangeCommand

sce

protected SuggestionCompletionEngine sce

constraint

protected BaseSingleFieldConstraint constraint

enabled

protected boolean enabled
Constructor Detail

EnumDropDownLabel

public EnumDropDownLabel(String factType,
                         CompositeFieldConstraint constraintList,
                         SuggestionCompletionEngine sce,
                         BaseSingleFieldConstraint constraint,
                         boolean enabled)
Method Detail

setOnValueChangeCommand

public void setOnValueChangeCommand(com.google.gwt.user.client.Command onValueChangeCommand)

refreshDropDownData

public void refreshDropDownData()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.