com.openwaf.client.ui.basic
Class File

java.lang.Object
  extended by com.openwaf.client.ui.UIControl
      extended by com.openwaf.client.ui.basic.BasicControl
          extended by com.openwaf.client.ui.basic.InputControl
              extended by com.openwaf.client.ui.basic.File
All Implemented Interfaces:
HasAllKeyHandlers, HasAllMouseHandlers, HasBlurHandlers, HasChangeHandlers, HasClickHandlers, HasContextMenuHandlers, HasDoubleClickHandlers, HasFocusHandlers, HasKeyDownHandlers, HasKeyPressHandlers, HasKeyUpHandlers, HasMouseDownHandlers, HasMouseMoveHandlers, HasMouseOutHandlers, HasMouseOverHandlers, HasMouseUpHandlers, HasHandlers

public class File
extends InputControl


Field Summary
 
Fields inherited from class com.openwaf.client.ui.basic.BasicControl
DIR_LTR, DIR_RTL
 
Constructor Summary
File()
           
 
Method Summary
 java.lang.String getAccept()
           
 void setAccept(java.lang.String value)
           
 
Methods inherited from class com.openwaf.client.ui.basic.InputControl
getDisabled, getType, setDisabled, setType
 
Methods inherited from class com.openwaf.client.ui.basic.BasicControl
getAccessKey, getDir, getId, getName, getTabIndex, getValue, setAccessKey, setDir, setId, setLeftToRight, setName, setRightToLeft, setTabIndex, setValue
 
Methods inherited from class com.openwaf.client.ui.UIControl
addBlurHandler, addChangeHandler, addClickHandler, addContextMenuHandler, addCssClassName, addDoubleClickHandler, addFocusHandler, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, fireEvent, getCssClassName, getCssClassNames, getElement, getHeight, getOffsetHeight, getOffsetWidth, getTitle, getWidth, hasEventHandlersForType, removeCssClassName, removeEventHandler, setCssClassName, setElement, setHeight, setHeight, setSize, setSize, setTitle, setWidth, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File()
Method Detail

setAccept

public void setAccept(java.lang.String value)

getAccept

public java.lang.String getAccept()