IlvObject | +--IlvEmptyView | +--IlvButton | +--IlvInteractorButton
Constructor Attributes | Constructor Name and Description |
---|---|
IlvInteractorButton(left, top, width, height, image, interactor, view)
|
Method Attributes | Method Name and Description |
---|---|
This method is invoked when the button is pressed.
|
|
getInteractor(interactor)
Returns the interactor set on the view each time this button is pressed.
|
|
getView(view)
Returns the view associated with this button.
|
|
mouseDown(e)
This method is invoked when the mouse is pressed.
|
|
mouseUp(e)
This method is invoked when the mouse is released.
|
|
setInteractor(interactor)
Sets the interactor to be set on the view each time this button is pressed.
|
|
setView(view)
Sets the view associated with this button.
|
addSizeListener, getBounds, getLeft, getLocation, getSize, getTop, isStateInCookie, removeSizeListener, restoreState, saveState, setBounds, setLocation, setSize, setStateInCookie, toHTML |
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
set/getInteractor(interactor)
methods and the
add/removeInteractorListener(listener)
methods like the
IlvView
class or the IlvGanttComponentView
class.