
Public Member Functions | |
| NSArray | dependentKeys (String keyPath) |
| ERDTabSectionsContentsAssignment (String key, Object value) | |
| ERDTabSectionsContentsAssignment (EOKeyValueUnarchiver u) | |
| Object | tabSectionsContents (D2WContext context) |
Static Public Member Functions | |
| static Object | decodeWithKeyValueUnarchiver (EOKeyValueUnarchiver eokeyvalueunarchiver) |
| ERDTabSectionsContentsAssignment | ( | EOKeyValueUnarchiver | u | ) |
Public constructor
| u | key-value unarchiver used when unarchiving from rule files. |
| ERDTabSectionsContentsAssignment | ( | String | key, | |
| Object | value | |||
| ) |
Public constructor
| key | context key | |
| value | of the assignment |
| static Object decodeWithKeyValueUnarchiver | ( | EOKeyValueUnarchiver | eokeyvalueunarchiver | ) | [static] |
Static constructor required by the EOKeyValueUnarchiver interface. If this isn't implemented then the default behavior is to construct the first super class that does implement this method. Very lame.
| eokeyvalueunarchiver | to be unarchived |
| NSArray dependentKeys | ( | String | keyPath | ) |
Implementation of the ERDComputingAssignmentInterface. This assignment is not dependent on any context keys.
Implements ERDComputingAssignmentInterface.
| Object tabSectionsContents | ( | D2WContext | context | ) |
Called when firing this assignment with the key-path: tabSectionsContents. Constructs an array of ERD2WContainers representing each tab and optionally another array of containers representing each section. See ERD2WTabInspectPage for the exact format of the tabs and sections.
1.5.8