Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvRowExpandCollapseInteractor

IlvObject
   |
   +--IlvInteractor
      |
      +--IlvRowExpandCollapseInteractor

Category:
Gantt Chart component
JavaScript File:
IlvRowExpandCollapseInteractor.js
Description:
An 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 Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Handles mouse down events.
 
setView(view)
This method is automatically invoked when the interactor is installed.
Methods inherited from class IlvInteractor
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvRowExpandCollapseInteractor
IlvRowExpandCollapseInteractor(actionName)
Parameters:
actionName - The action name that the interactor will use to send requests to the server. This should be the same as the actionName when you call the IlvGanttServletSupport.addServerAction() method to register the IlvRowExpandCollapseAction on the server side.
Method Detail
mouseDown
mouseDown(e)
Handles mouse down events.
Parameters:
e - The mouse event.

setView
setView(view)
This method is automatically invoked when the interactor is installed.
Parameters:
view - The view to set.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.