Inherited by ERDEditableList.

Classes | |
| interface | CreateObjectDelegate |
| class | DefaultCreateObjectDelegate |
Public Member Functions | |
| WOComponent | createObjectAction () |
| CreateObjectDelegate | createObjectDelegate () |
| String | emptyListMessage () |
| boolean | erD2WListOmitCenterTag () |
| ERDList (WOContext context) | |
| Boolean | hasCreationDelegate () |
| NSArray | list () |
| EOEnterpriseObject | masterObjectKeyPathForCreationDelegate () |
| String | relationshipName () |
| void | reset () |
| NSDictionary | settings () |
| boolean | synchronizesVariablesWithBindings () |
| Boolean | useCreationDelegate () |
| Object | valueForBinding (String key) |
| Object | valueForKey (String key) |
Protected Attributes | |
| NSArray | list |
Static Package Attributes | |
| static final Logger | log = Logger.getLogger(ERDList.class) |
object key emptyListMessage listPageConfiguration list createButtonComponentName useNestedEditingContext
| ERDList | ( | WOContext | context | ) |
| WOComponent createObjectAction | ( | ) |
| CreateObjectDelegate createObjectDelegate | ( | ) |
destinationEntityName and object binding doesn't happen.
| String emptyListMessage | ( | ) |
| boolean erD2WListOmitCenterTag | ( | ) |
| Boolean hasCreationDelegate | ( | ) |
createObjectDelegate resolved to a valid object. false, otherwise | NSArray list | ( | ) |
| EOEnterpriseObject masterObjectKeyPathForCreationDelegate | ( | ) |
| String relationshipName | ( | ) |
masterObj and the newly created object. this will be used to add the newly createdObjects to both sides of relationship. | void reset | ( | ) |
Used by stateless subclasses.
Reimplemented from ERDCustomEditComponent.
Reimplemented in ERDEditableList.
| NSDictionary settings | ( | ) |
Reimplemented in ERDEditableList.
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomEditComponent.
| Boolean useCreationDelegate | ( | ) |
| Object valueForBinding | ( | String | binding | ) |
Fetches an object from the bindings. Tries the actual supplied bindings, the supplied d2wContext, the parent and finally the extra bindings dictionary.
Reimplemented from ERDCustomComponent.
| Object valueForKey | ( | String | key | ) |
NSArray list [protected] |
final Logger log = Logger.getLogger(ERDList.class) [static, package] |
logging support
Reimplemented from ERDCustomEditComponent.
1.5.8