
Public Member Functions | |
| ERDTabConfigurationAssignment (String key, Object value) | |
| ERDTabConfigurationAssignment (EOKeyValueUnarchiver u) | |
| Object | inspectConfigurationName (D2WContext c) |
Static Public Member Functions | |
| static Object | decodeWithKeyValueUnarchiver (EOKeyValueUnarchiver eokeyvalueunarchiver) |
| ERDTabConfigurationAssignment | ( | EOKeyValueUnarchiver | u | ) |
Public constructor
| u | key-value unarchiver used when unarchiving from rule files. |
| ERDTabConfigurationAssignment | ( | 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 |
Reimplemented from ERDDefaultConfigurationNameAssignment.
| Object inspectConfigurationName | ( | D2WContext | c | ) |
Generates a default inspect page configuration based on the current entity name. Default format is 'Inspect' + entity name.
| c | current D2W context |
Reimplemented from ERDDefaultConfigurationNameAssignment.
1.5.8