|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.model.CompoundPropertyModel<T>
org.apache.wicket.model.BoundCompoundPropertyModel<T>
T
- The model objectCompoundPropertyModel.bind(String)
@Deprecated public class BoundCompoundPropertyModel<T>
A compound property model that supports type conversions and property expression bindings.
Constructor Summary | |
---|---|
BoundCompoundPropertyModel(Object model)
Deprecated. Constructor |
Method Summary | |
---|---|
Component |
bind(Component component)
Deprecated. Adds a property binding, using the component's id as the property expression. |
Component |
bind(Component component,
String propertyExpression)
Deprecated. Adds a property binding. |
void |
detach()
Deprecated. Detaches model after use. |
protected String |
propertyExpression(Component component)
Deprecated. Returns the property expression that should be used against the target object |
String |
toString()
Deprecated. |
Methods inherited from class org.apache.wicket.model.CompoundPropertyModel |
---|
bind, getChainedModel, getObject, getObject, of, setChainedModel, setObject, setObject, wrapOnInheritance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BoundCompoundPropertyModel(Object model)
model
- The model object, which may or may not implement IModelMethod Detail |
---|
public Component bind(Component component)
component
- The component to bind
public Component bind(Component component, String propertyExpression)
component
- The component to bindpropertyExpression
- A property expression pointing to the property in this model
public void detach()
IDetachable
detach
in interface IDetachable
detach
in class CompoundPropertyModel<T>
CompoundPropertyModel.detach()
public String toString()
toString
in class CompoundPropertyModel<T>
Object.toString()
protected String propertyExpression(Component component)
CompoundPropertyModel
propertyExpression
in class CompoundPropertyModel<T>
CompoundPropertyModel.propertyExpression(org.apache.wicket.Component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |