Class IlvRowExpandCollapseInteractorProxy
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvInteractorProxy
|
+--IlvRowExpandCollapseInteractorProxy
- Category:
- Gantt JSF component
- JavaScript File:
-
IlvRowExpandCollapseInteractorProxy.js
- Description:
- The
IlvRowExpandCollapseInteractorProxy
is the proxy that handles an IlvRowExpandCollapseInteractor
DHTML object.
Constructor Summary
Constructor Attributes |
Constructor Name and Description |
|
|
Method Summary
Method Attributes |
Method Name and Description |
|
Returns the action name.
|
|
Sets the action name that the interactor will use to send
requests to the server.
|
Methods inherited from class IlvFacesProxydispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML |
Methods inherited from class IlvObjectgetClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
Constructor Detail
IlvRowExpandCollapseInteractorProxy
IlvRowExpandCollapseInteractorProxy(clientId, actionName)
- Parameters:
-
clientId
-
actionName
Method Detail
getActionName
getActionName()
Returns the action name.
- Returns:
- The action name.
setActionName
setActionName(actionName)
Sets the action name that the interactor will use to send
requests to the server.
The default value is rowExpandCollapse
.
If you use the default servlet (ilog.views.gantt.faces.dhtml.servlet.IlvFacesGanttServletSupport) an action
is already registered on this action and is using the default action name.
You can set another default action by using IlvFacesGanttServletSupport.setDefaultRowExpandCollapseAction
method to specify your custom action.
- Parameters:
-
actionName
- The action name to set.
©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.