
Public Member Functions | |
| ERDLinkToViewList (WOContext context) | |
| boolean | isStateless () |
| String | linkName () |
| NSArray | list () |
| boolean | listIsEmpty () |
| void | reset () |
| boolean | synchronizesVariablesWithBindings () |
| WOComponent | view () |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERDLinkToViewList.class) |
Private Attributes | |
| NSArray | _list |
Uses the key "displayNameForLinkToViewList" now to provide a different name instead of the entity name if set in the rules
list the list to show object object to get list from key keypath to get list from object listConfigurationName name of the page configuration to jump to entityName displayNameForLinkToViewList
| ERDLinkToViewList | ( | WOContext | context | ) |
| boolean isStateless | ( | ) |
component is not stateless
Reimplemented from ERDCustomEditComponent.
| String linkName | ( | ) |
| NSArray list | ( | ) |
| boolean listIsEmpty | ( | ) |
| void reset | ( | ) |
Used by stateless subclasses.
Reimplemented from ERDCustomEditComponent.
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomEditComponent.
| WOComponent view | ( | ) |
NSArray _list [private] |
final Logger log = Logger.getLogger(ERDLinkToViewList.class) [static] |
logging support
Reimplemented from ERDCustomEditComponent.
1.5.8