com.alogient.cameleon.extension.wicket.ui.form.model
Class PropertyFormModel

java.lang.Object
  extended by 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

Constructor Summary
PropertyFormModel(String id, com.alogient.cameleon.sdk.form.vo.formelement.ElementType elementType, GenericFormModel internalModel)
          Default contructor.
 
Method Summary
 void detach()
           
 Object getObject()
           
 void setObject(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 save
elementType - type of the element
internalModel - internal model
Method Detail

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.