|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deduced.controller.implementation.DirectControllerProvider
public class DirectControllerProvider

Temporary controller provider used to create DirectPropertyCollectionControllers
| Field Summary | |
|---|---|
private ControllerFactory |
factory
controller factory used by this provider |
| Constructor Summary | |
|---|---|
DirectControllerProvider()
|
|
| Method Summary | |
|---|---|
ControllerFactory |
getFactory()
|
PropertyList<PropertyCollectionController> |
getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
(non-Javadoc) |
PropertyCollectionController |
getPropertyCollectionController(PropertyCollection<?,?> model)
(non-Javadoc) |
PropertyList<PropertyController> |
getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
(non-Javadoc) |
PropertyController |
getPropertyController(PropertyCollection<?,?> model,
java.lang.Object propertyKey)
(non-Javadoc) |
void |
setFactory(ControllerFactory setFactory)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ControllerFactory factory
| Constructor Detail |
|---|
public DirectControllerProvider()
| Method Detail |
|---|
public PropertyList<PropertyCollectionController> getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
getPropertyCollectionChildPropertyCollectionControllerList in interface ControllerProvidermodel - the controlled model
ControllerProvider.getPropertyCollectionChildPropertyCollectionControllerList(org.deduced.PropertyCollection)public PropertyCollectionController getPropertyCollectionController(PropertyCollection<?,?> model)
getPropertyCollectionController in interface ControllerProvidermodel - the model from which to fetch the controller
ControllerProvider.getPropertyCollectionController(org.deduced.PropertyCollection)public PropertyList<PropertyController> getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
getPropertyCollectionPropertyControllerList in interface ControllerProvidermodel - the controlled model
ControllerProvider.getPropertyCollectionPropertyControllerList(org.deduced.PropertyCollection)
public PropertyController getPropertyController(PropertyCollection<?,?> model,
java.lang.Object propertyKey)
getPropertyController in interface ControllerProvidermodel - the controlled modelpropertyKey - the key of the controlled property
ControllerProvider.getPropertyController(org.deduced.PropertyCollection,
java.lang.Object)public void setFactory(ControllerFactory setFactory)
setFactory - the controller factory to usepublic ControllerFactory getFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||