|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.model.AbstractDetachableModel
wicket.model.AbstractPropertyModel
wicket.model.CompoundPropertyModel
public class CompoundPropertyModel
A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.
IModel,
Model,
AbstractDetachableModel,
Serialized Form| Constructor Summary | |
|---|---|
CompoundPropertyModel(java.lang.Object model)
Constructor |
|
| Method Summary | |
|---|---|
protected java.lang.String |
propertyExpression(Component component)
|
protected java.lang.Class |
propertyType(Component component)
|
java.lang.String |
toString()
|
| Methods inherited from class wicket.model.AbstractPropertyModel |
|---|
getNestedModel, modelObject, onAttach, onDetach, onGetObject, onSetObject |
| Methods inherited from class wicket.model.AbstractDetachableModel |
|---|
attach, detach, getObject, isAttached, setObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface wicket.model.IModel |
|---|
getNestedModel, getObject, setObject |
| Methods inherited from interface wicket.model.IDetachable |
|---|
detach |
| Constructor Detail |
|---|
public CompoundPropertyModel(java.lang.Object model)
model - The model object, which may or may not implement IModel| Method Detail |
|---|
protected java.lang.String propertyExpression(Component component)
propertyExpression in class AbstractPropertyModelcomponent - The component to get a property expression for
AbstractPropertyModel.propertyExpression(wicket.Component)protected java.lang.Class propertyType(Component component)
propertyType in class AbstractPropertyModelcomponent - The component
AbstractPropertyModel.propertyType(wicket.Component)public java.lang.String toString()
toString in class AbstractPropertyModelObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||