FocusWidget is the base widget for objects which take user-input, such
as Buttons, ListBoxes and Text input widgets. It is only necessary to
instantiate from this class if you intend to make your own custom input
widget.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from Widget :
getID ,
getLayoutData ,
getParent ,
isAttached ,
onAttach ,
onDetach ,
onLoad ,
removeFromParent ,
setID ,
setLayoutData ,
setParent
Inherited from UIObject :
addStyleName ,
getAbsoluteLeft ,
getAbsoluteTop ,
getElement ,
getOffsetHeight ,
getOffsetWidth ,
getStyleName ,
getTitle ,
isVisible ,
removeStyleName ,
setElement ,
setHeight ,
setPixelSize ,
setSize ,
setStyleName ,
setTitle ,
setVisible ,
setWidth ,
setzIndex ,
sinkEvents ,
unsinkEvents
|