|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.controller.implementation.FlyWheelControllerProvider
public class FlyWheelControllerProvider
FlyWheelControllerProvider is used to create controllers on demand. Every call to the provider will create a new controller.
Field Summary | |
---|---|
private FlyWheelControllerFactory |
controllerFactory
the factory to use to create controllers |
Constructor Summary | |
---|---|
FlyWheelControllerProvider()
FlyWheelControllerProvider constructor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private FlyWheelControllerFactory controllerFactory
Constructor Detail |
---|
public FlyWheelControllerProvider()
Method Detail |
---|
public void setControllerFactory(FlyWheelControllerFactory setControllerFactory)
setControllerFactory
- the controller factory to usepublic ControllerFactory getControllerFactory()
public PropertyList<PropertyCollectionController> getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
getPropertyCollectionChildPropertyCollectionControllerList
in interface ControllerProvider
model
- the controlled model
ControllerProvider.getPropertyCollectionChildPropertyCollectionControllerList(org.deduced.PropertyCollection)
protected PropertyList<PropertyCollectionController> createPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
model
- the model being controlled
public PropertyCollectionController getPropertyCollectionController(PropertyCollection<?,?> model)
getPropertyCollectionController
in interface ControllerProvider
model
- the model from which to fetch the controller
ControllerProvider.getPropertyCollectionController(org.deduced.PropertyCollection)
protected PropertyCollectionController createPropertyCollectionController(PropertyCollection<?,?> model)
model
- the model being controlled
public PropertyList<PropertyController> getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
getPropertyCollectionPropertyControllerList
in interface ControllerProvider
model
- the controlled model
ControllerProvider.getPropertyCollectionPropertyControllerList(org.deduced.PropertyCollection)
protected PropertyList<PropertyController> createPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
model
- the model being controlled
public PropertyController getPropertyController(PropertyCollection<?,?> model, java.lang.Object propertyKey)
getPropertyController
in interface ControllerProvider
model
- the controlled modelpropertyKey
- the key of the controlled property
ControllerProvider.getPropertyController(org.deduced.PropertyCollection,
java.lang.Object)
protected PropertyController createPropertyController(PropertyCollection<?,?> model, java.lang.Object propertyKey)
model
- the model being controlledpropertyKey
- the property key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |