|
||||||||||
| 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
com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>
com.ebmwebsourcing.geasytools.gwtextwidgets.input.ComboBox<T>
public class ComboBox<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 |
|---|
public ComboBox()
| Method Detail |
|---|
public void addItem(T value,
java.lang.String label)
addItem in interface com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<T>addItem in class com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>public void addItem(T item)
addItem in interface com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<T>addItem in class com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>protected void onLoad()
onLoad in class com.google.gwt.user.client.ui.Widgetpublic void clear()
clear in interface com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<T>clear in class com.ebmwebsourcing.geasytools.widgets.core.impl.input.AbstractComboBox<T>public void clearValue()
public T getValue()
public void setValue(T value)
public void setWidth(int width)
public void setValue(T value,
boolean fireEvents)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||