net.databinder.models
Interface BindingModel

All Superinterfaces:
org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel, java.io.Serializable
All Known Implementing Classes:
DataObjectModel, EntityModel, HibernateObjectModel

public interface BindingModel
extends org.apache.wicket.model.IModel

Model associated with an object that can be "bound" to persistent storage.

Author:
Nathan Hamblen

Method Summary
 boolean isBound()
           
 void unbind()
          Discard any attached object and reset to a new unsaved object
 
Methods inherited from interface org.apache.wicket.model.IModel
getObject, setObject
 
Methods inherited from interface org.apache.wicket.model.IDetachable
detach
 

Method Detail

isBound

boolean isBound()
Returns:
true if object is bound to persistent storage

unbind

void unbind()
Discard any attached object and reset to a new unsaved object



Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.