com.alogient.cameleon.extension.wicket.ui.form.model
Class PropertyFormModel
java.lang.Object
com.alogient.cameleon.extension.wicket.ui.form.model.PropertyFormModel
- All Implemented Interfaces:
- Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel
public class PropertyFormModel
- extends Object
- implements org.apache.wicket.model.IModel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyFormModel
public PropertyFormModel(String id,
com.alogient.cameleon.sdk.form.vo.formelement.ElementType elementType,
GenericFormModel internalModel)
- Default contructor.
- Parameters:
id - id of the property to saveelementType - type of the elementinternalModel - internal model
getObject
public Object getObject()
- Specified by:
getObject in interface org.apache.wicket.model.IModel
setObject
public void setObject(Object object)
- Specified by:
setObject in interface org.apache.wicket.model.IModel
detach
public void detach()
- Specified by:
detach in interface org.apache.wicket.model.IDetachable
Copyright © 2011 Alogient. All Rights Reserved.