
Public Member Functions | |
| NSArray< String > | defaultLeftActions (D2WContext c) |
| ERMDDefaultActionAssignment (String key, Object value) | |
| ERMDDefaultActionAssignment (EOKeyValueUnarchiver u) | |
Static Public Member Functions | |
| static Object | decodeWithKeyValueUnarchiver (EOKeyValueUnarchiver eokeyvalueunarchiver) |
| ERMDDefaultActionAssignment | ( | EOKeyValueUnarchiver | u | ) |
Public constructor
| u | key-value unarchiver used when unarchiving from rule files. |
| ERMDDefaultActionAssignment | ( | 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 ERDDefaultActionAssignment.
| NSArray<String> defaultLeftActions | ( | D2WContext | c | ) |
Calculates the default left actions names for a given context. The array is set according to whether the entity is editable, inspectable and printable. FIXME - there is probably a nicer way to do this, but the design expects the order of left actions to be inspect, edit. Which is backwards from the ERDDefaultActionAssignment
| c | a D2W context |
Reimplemented from ERDDefaultActionAssignment.
1.5.8