@Dependent public class VersionSelector extends com.google.gwt.user.client.ui.FlowPanel implements com.google.gwt.user.client.ui.HasValue<String>, com.google.gwt.user.client.ui.Focusable
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
VersionSelector()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<String> handler) |
int |
getTabIndex() |
String |
getValue() |
protected void |
postConstruct() |
void |
setAccessKey(char key) |
void |
setFocus(boolean focused) |
void |
setTabIndex(int index) |
void |
setValue(String value) |
void |
setValue(String value,
boolean fireEvents) |
void |
setVersions(List<String> choices)
Sets the choices available to the user for selection.
|
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait@PostConstruct protected void postConstruct()
public void setVersions(List<String> choices)
choices - public com.google.gwt.event.shared.HandlerRegistration addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<String> handler)
addValueChangeHandler in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers<String>HasValueChangeHandlers.addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler)public String getValue()
public void setValue(String value)
public void setValue(String value, boolean fireEvents)
setValue in interface com.google.gwt.user.client.ui.HasValue<String>HasValue.setValue(java.lang.Object, boolean)public int getTabIndex()
getTabIndex in interface com.google.gwt.user.client.ui.FocusableFocusable.getTabIndex()public void setAccessKey(char key)
setAccessKey in interface com.google.gwt.user.client.ui.FocusableFocusable.setAccessKey(char)public void setFocus(boolean focused)
setFocus in interface com.google.gwt.user.client.ui.FocusableFocusable.setFocus(boolean)public void setTabIndex(int index)
setTabIndex in interface com.google.gwt.user.client.ui.FocusableFocusable.setTabIndex(int)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.