com.ebmwebsourcing.geasytools.gwtextwidgets.input
Class ComboBox<T>

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 com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>
                  extended by com.ebmwebsourcing.geasytools.gwtextwidgets.input.ComboBox<T>
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<T>, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasValueChangeHandlers<T>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.TakesValue<T>, com.google.gwt.user.client.ui.HasValue<T>, com.google.gwt.user.client.ui.IsWidget

public class ComboBox<T>
extends com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>


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
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ComboBox()
           
 
Method Summary
 void addItem(T item)
           
 void addItem(T value, java.lang.String label)
           
 void clear()
           
 void clearValue()
           
 T getValue()
           
protected  void onLoad()
           
 void setValue(T value)
           
 void setValue(T value, boolean fireEvents)
           
 void setWidth(int width)
           
 
Methods inherited from class com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox
addValueChangeHandler, getItems
 
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, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

ComboBox

public ComboBox()
Method Detail

addItem

public void addItem(T value,
                    java.lang.String label)
Specified by:
addItem in interface com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<T>
Overrides:
addItem in class com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>

addItem

public void addItem(T item)
Specified by:
addItem in interface com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<T>
Overrides:
addItem in class com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>

onLoad

protected void onLoad()
Overrides:
onLoad in class com.google.gwt.user.client.ui.Widget

clear

public void clear()
Specified by:
clear in interface com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<T>
Overrides:
clear in class com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>

clearValue

public void clearValue()

getValue

public T getValue()

setValue

public void setValue(T value)

setWidth

public void setWidth(int width)

setValue

public void setValue(T value,
                     boolean fireEvents)


Copyright © 2010-2011 Petals Link. All Rights Reserved.