com.ideo.sweetdevria.model
Class RiaComponentStateFullModel
java.lang.Object
com.ideo.sweetdevria.event.RiaListenerManagerImpl
com.ideo.sweetdevria.model.RiaComponentModel
com.ideo.sweetdevria.model.RiaComponentStateFullModel
- All Implemented Interfaces:
- IRiaListener, IRiaListenerManager, IModel, java.io.Serializable, java.util.EventListener
- Direct Known Subclasses:
- BaseExportModel, FileUploadModel, GridModel, ListModel, ReaderModel, SuggestModel, TabLayoutModel, TreeModel, ZoneModel
public abstract class RiaComponentStateFullModel
- extends RiaComponentModel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RiaComponentStateFullModel
public RiaComponentStateFullModel(javax.servlet.http.HttpServletRequest _req,
java.lang.String _id)
RiaComponentStateFullModel
public RiaComponentStateFullModel(javax.servlet.http.HttpServletRequest _req,
java.lang.String _id,
java.lang.String _idPage)
isEmptyModel
public boolean isEmptyModel()
setEmptyModel
public void setEmptyModel(boolean isNewlyCreated)
synchronizeModel
public abstract void synchronizeModel(BaseTagSupport tag)
- Copy the data contained in the tag in the ones contained in the model.
Called after a model creation
- Parameters:
tag
- the tag to update from
synchronizeTag
public abstract void synchronizeTag(BaseTagSupport tag)
- Copy the data contained in the model with the ones contained in the tag.
Called after a tag creation which model already exists
- Parameters:
tag
- the tag to update
Copyright © 2010 Ideo Technologies. All Rights Reserved.