|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.controller.implementation.ControllerUtilities
public class ControllerUtilities
ControllerUtilities
Constructor Summary | |
---|---|
ControllerUtilities()
|
Method Summary | |
---|---|
static PropertyCollectionController |
findCollectionControllerControllingModel(PropertyCollection collectionControllerList,
PropertyCollection controlledModel)
find Collection Controller Controlling Model |
static PropertyController |
findPropertyControllerControllingPropertyKey(PropertyCollection propertyControllerList,
java.lang.Object controlledKey)
find Property Controller Controlling Property Key |
static void |
setControllerEnabled(PropertyCollectionController controller,
boolean isEnabled)
Modify a controller and all it's children to enable or disable them. |
static void |
setControllerEnabled(PropertyController controller,
boolean isEnabled)
Modify a property controller to enable or disable it |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControllerUtilities()
Method Detail |
---|
public static void setControllerEnabled(PropertyCollectionController controller, boolean isEnabled)
controller
- the controller to modifyisEnabled
- is the controller enabledpublic static void setControllerEnabled(PropertyController controller, boolean isEnabled)
controller
- the controller to modifyisEnabled
- is the controller enabled or notpublic static PropertyCollectionController findCollectionControllerControllingModel(PropertyCollection collectionControllerList, PropertyCollection controlledModel)
collectionControllerList
- the collection controller listcontrolledModel
- the controlled model to find
public static PropertyController findPropertyControllerControllingPropertyKey(PropertyCollection propertyControllerList, java.lang.Object controlledKey)
propertyControllerList
- the collection controller listcontrolledKey
- the controlled property key to find
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |