ERDTabSectionsContentsAssignment Class Reference

Inherits er::directtoweb::assignments::ERDAssignment.

Collaboration diagram for ERDTabSectionsContentsAssignment:

Collaboration graph
[legend]

List of all members.

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)


Detailed Description

Assignment used to construct and cache the tab sections containers used with tab insepct pages. See ERD2WTabInspectPage for information on the formats of a tab section.

Constructor & Destructor Documentation

ERDTabSectionsContentsAssignment ( EOKeyValueUnarchiver  u  ) 

Public constructor

Parameters:
u key-value unarchiver used when unarchiving from rule files.

ERDTabSectionsContentsAssignment ( String  key,
Object  value 
)

Public constructor

Parameters:
key context key
value of the assignment


Member Function Documentation

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.

Parameters:
eokeyvalueunarchiver to be unarchived
Returns:
decoded assignment of this class

NSArray dependentKeys ( String  keyPath  ) 

Implementation of the ERDComputingAssignmentInterface. This assignment is not dependent on any context keys.

Returns:
empty array.

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.

Returns:
array of containers for each tab


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:50 2012 for Project Wonder by  doxygen 1.5.8