IlvObject | +--IlvInteractor | +--IlvRowExpandCollapseInteractor
IlvRowExpandCollapseInteractor
works with an
IlvRowExpandCollapseAction
on the server side to toggle the
expand/collapse of rows in an IlvGanttComponentView
. You should
create the interactor on the client side with the same action name that you
use to register the IlvRowExpandCollapseAction
on the server
side.Constructor Attributes | Constructor Name and Description |
---|---|
IlvRowExpandCollapseInteractor(actionName)
|
Method Attributes | Method Name and Description |
---|---|
mouseDown(e)
Handles mouse down events.
|
|
setView(view)
This method is automatically invoked when the interactor is installed.
|
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage |
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
IlvGanttServletSupport.addServerAction()
method to
register the IlvRowExpandCollapseAction
on the server side.