Inherited by ERDInspectPageRepetition, ERDListPageRepetition, and ERDQueryPageRepetition.

Public Member Functions | |
| void | appendToResponse (WOResponse r, WOContext c) |
| void | awake () |
| ERD2WContainer | currentSection () |
| NSArray | currentSectionKeys () |
| NSArray | displayPropertyKeys () |
| ERDAttributeRepetition (WOContext context) | |
| boolean | hasPropertyName () |
| boolean | hasSections () |
| String | propertyKey () |
| NSArray | sectionsContents () |
| String | sectionTitle () |
| void | setCurrentSection (ERD2WContainer value) |
| void | setPropertyKey (String propertyKey) |
| boolean | synchronizesVariablesWithBindings () |
Protected Attributes | |
| ERD2WContainer | _currentSection |
| NSMutableArray | _sectionsContents |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERDAttributeRepetition.class) |
| ERDAttributeRepetition | ( | WOContext | context | ) |
Public constructor
| context | the context |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERDCustomComponent.
| void awake | ( | ) |
| ERD2WContainer currentSection | ( | ) |
| NSArray currentSectionKeys | ( | ) |
| NSArray displayPropertyKeys | ( | ) |
| boolean hasPropertyName | ( | ) |
| boolean hasSections | ( | ) |
| String propertyKey | ( | ) |
| NSArray sectionsContents | ( | ) |
Reimplemented in ERDListPageRepetition.
| String sectionTitle | ( | ) |
| void setCurrentSection | ( | ERD2WContainer | value | ) |
| void setPropertyKey | ( | String | propertyKey | ) |
Reimplemented in ERDIVEditPageRepetition, ERDIVInspectPageRepetition, ERLITEditPageRepetition, and ERLITInspectPageRepetition.
| boolean synchronizesVariablesWithBindings | ( | ) |
component does not synchronize it's variables
Reimplemented from ERDCustomComponent.
Reimplemented in ERDGroupingListPageRepetition, ERDInspectPageRepetition, and ERDQueryPageRepetition.
ERD2WContainer _currentSection [protected] |
NSMutableArray _sectionsContents [protected] |
final Logger log = Logger.getLogger(ERDAttributeRepetition.class) [static, private] |
logging support
Reimplemented from ERDCustomComponent.
Reimplemented in ERDGroupingListPageRepetition, ERDInspectPageRepetition, ERDListPageRepetition, and ERDQueryPageRepetition.
1.5.8