Package com.pnfsoftware.jeb.core.actions
Class ActionCollapseData
java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionCollapseData
- All Implemented Interfaces:
IActionData
This action class holds information for to the
Actions.COLLAPSE
action.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.actions.ActionData
ERRCODE_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.actions.ActionData
canReuseObject, getDescription, getExecutionErrorCode, getExecutionErrorMessage, getValue, isNoInfoRequest, reset, setDescription, setExecutionError, setExecutionErrorCode, setExecutionErrorMessage, setValue
-
Constructor Details
-
ActionCollapseData
public ActionCollapseData(boolean noInfoRequest)
-
-
Method Details
-
setRecords
- Parameters:
records
- non-null map of records: key=item address, value= null:flip the state (collapse to expand, expand to collapse), true:collapse, false:expand
-
getRecords
-