|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.dataengine.action.AbstractAction
planetj.dataengine.action.RowAction
A RowAction is an action that is to be performed on a given Row.
Field Summary |
Fields inherited from class planetj.dataengine.action.AbstractAction |
DEFAULT_TYPE |
Fields inherited from interface planetj.dataengine.action.IRowAction |
TYPE |
Constructor Summary | |
RowAction()
|
Method Summary | |
java.lang.String |
getType()
All subclasses are of the RowAction's type |
java.lang.Object |
handleAction(java.lang.Object o,
ExecutingContext ec)
Ensure given object to perform action on is a Row. |
abstract java.lang.Object |
handleRowAction(Row row,
ExecutingContext ec)
Subclasses need to provide logic to handle the action they wish to perform. |
Methods inherited from class planetj.dataengine.action.AbstractAction |
clone, cloneAction, getDefaultDescriptor, getDefaultLocation, getDescriptor, getDetailsLocations, getDetailsModes, getLocation, getLocations, getName, handleAction, handleAction, setDescriptor |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RowAction()
Method Detail |
public java.lang.String getType()
getType
in class AbstractAction
public final java.lang.Object handleAction(java.lang.Object o, ExecutingContext ec)
handleAction
in class AbstractAction
o
- Object to perform the action onpublic abstract java.lang.Object handleRowAction(Row row, ExecutingContext ec)
row
- Row to perform action on
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |