public interface AppletActionContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName()
Returns the name of the action
|
java.lang.String |
getMenuOrder()
Returns the action menu order
|
ilog.views.gantt.IlvGanttModel |
getModel()
Returns the gantt model
|
java.lang.String |
getMultiRec()
Returns the action name
|
java.lang.String |
getObjectName()
Returns the name of object associated with action
|
java.lang.String |
getProjectId()
Returns the project id
|
java.lang.String |
getSelectedRows()
Returns the project id
|
java.lang.String |
getSKDObjectName()
Returns the scheduler object associated with action
|
java.lang.String |
getTitle()
Returns the action title
|
java.lang.String getActionName()
java.lang.String getObjectName()
java.lang.String getSKDObjectName()
ilog.views.gantt.IlvGanttModel getModel()
java.lang.String getProjectId()
java.lang.String getMultiRec()
java.lang.String getMenuOrder()
java.lang.String getTitle()
java.lang.String getSelectedRows()