|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.controller.implementation.AbstractControllerFactory org.deduced.controller.implementation.FlyWheelControllerFactoryImplementation
public class FlyWheelControllerFactoryImplementation
Fly Wheel Controller Factory Implementation
Constructor Summary | |
---|---|
FlyWheelControllerFactoryImplementation(DeducedControllerLayerExtension setControlLayer)
FlyWheelControllerFactoryImplementation Constructor |
Method Summary | |
---|---|
PropertyCollectionController |
createController(PropertyCollection<?,?> model)
(non-Javadoc) |
protected FlyWheelPropertyCollectionController |
createControllerObject()
create Controller Object |
PropertyList<PropertyCollectionController> |
createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
(non-Javadoc) |
PropertyList<PropertyController> |
createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
(non-Javadoc) |
PropertyController |
createPropertyController(PropertyCollection<?,?> model,
java.lang.Object key)
(non-Javadoc) |
protected FlyWheelPropertyController |
createPropertyControllerObject()
create Property Controller Object |
Methods inherited from class org.deduced.controller.implementation.AbstractControllerFactory |
---|
getControlLayer, initializeControlLayer, initializeListController, initializePropertyCollectionController, initializePropertyController, isAddRemoveAvailableOnModel, setControlLayer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlyWheelControllerFactoryImplementation(DeducedControllerLayerExtension setControlLayer)
setControlLayer
- control layer to useMethod Detail |
---|
public PropertyCollectionController createController(PropertyCollection<?,?> model)
createController
in interface ControllerFactory
model
- the model to control
DefaultControllerFactory.createController(org.deduced.PropertyCollection)
protected FlyWheelPropertyCollectionController createControllerObject()
public PropertyList<PropertyCollectionController> createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
createPropertyCollectionChildPropertyCollectionControllerList
in interface FlyWheelControllerFactory
model
- the model to control
FlyWheelControllerFactory.createPropertyCollectionChildPropertyCollectionControllerList(org.deduced.PropertyCollection)
public PropertyController createPropertyController(PropertyCollection<?,?> model, java.lang.Object key)
createPropertyController
in interface ControllerFactory
model
- the model to controlkey
- the key to control
DefaultControllerFactory.createPropertyController(org.deduced.PropertyCollection,
java.lang.Object)
protected FlyWheelPropertyController createPropertyControllerObject()
public PropertyList<PropertyController> createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
createPropertyCollectionPropertyControllerList
in interface FlyWheelControllerFactory
model
- the model to control
FlyWheelControllerFactory.createPropertyCollectionPropertyControllerList(org.deduced.PropertyCollection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |