public class FileTextBox
extends com.google.gwt.user.client.ui.Composite
| Modifier and Type | Field and Description | 
|---|---|
| static int | ACTION_NONE | 
| static int | ACTION_RENAME | 
| Constructor and Description | 
|---|
| FileTextBox()File textBox | 
| Modifier and Type | Method and Description | 
|---|---|
| void | reset()Resets text Box values | 
| void | setAction(int action)Sets the action text Box | 
| void | setFocus()Sets windows focus to input | 
| void | setText(String text)Sets text input box | 
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElementaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventspublic static final int ACTION_NONE
public static final int ACTION_RENAME
public void reset()
public void setText(String text)
text - The textpublic void setFocus()
public void setAction(int action)
action - The action valueCopyright © 2015. All Rights Reserved.