com.alogient.cameleon.extension.wicket.ui.form.model
Class CameleonFormModel
java.lang.Object
com.alogient.cameleon.extension.wicket.ui.form.model.CameleonFormModel
- All Implemented Interfaces:
- Serializable
public class CameleonFormModel
- extends Object
- implements Serializable
This model is used in conjunction with the GenericFormModel to save
the type of the element and the value associated
- See Also:
- Serialized Form
CameleonFormModel
public CameleonFormModel()
getElementType
public com.alogient.cameleon.sdk.form.vo.formelement.ElementType getElementType()
- Returns:
- the type of element
setElementType
public void setElementType(com.alogient.cameleon.sdk.form.vo.formelement.ElementType elementType)
- Parameters:
elementType - the element type
getObject
public Object getObject()
- Returns:
- the object
setObject
public void setObject(Object object)
- Parameters:
object - set the object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 Alogient. All Rights Reserved.