|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControllerProvider
Controller Provider
Method Summary | |
---|---|
PropertyList<PropertyCollectionController> |
getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
get Property Collection Child Property Collection Controller List |
PropertyCollectionController |
getPropertyCollectionController(PropertyCollection<?,?> model)
find the controller associated with a specific model instance |
PropertyList<PropertyController> |
getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
get Property Collection Property Controller List |
PropertyController |
getPropertyController(PropertyCollection<?,?> model,
java.lang.Object propertyKey)
get Property Controller |
Method Detail |
---|
PropertyCollectionController getPropertyCollectionController(PropertyCollection<?,?> model)
model
- the model from which to fetch the controller
PropertyList<PropertyCollectionController> getPropertyCollectionChildPropertyCollectionControllerList(PropertyCollection<?,?> model)
model
- the controlled model
PropertyList<PropertyController> getPropertyCollectionPropertyControllerList(PropertyCollection<?,?> model)
model
- the controlled model
PropertyController getPropertyController(PropertyCollection<?,?> model, java.lang.Object propertyKey)
model
- the controlled modelpropertyKey
- the key of the controlled property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |