org.apache.wicket.model
Interface IObjectClassAwareModel

All Superinterfaces:
IClusterable, IDetachable, IModel, java.io.Serializable
All Known Implementing Classes:
AbstractPropertyModel, PropertyModel

public interface IObjectClassAwareModel
extends IModel

Interface implemented by model that can provide class of the model object.

Author:
Matej Knopp

Method Summary
 java.lang.Class getObjectClass()
          Returns the class of model object
 
Methods inherited from interface org.apache.wicket.model.IModel
getObject, setObject
 
Methods inherited from interface org.apache.wicket.model.IDetachable
detach
 

Method Detail

getObjectClass

java.lang.Class getObjectClass()
Returns the class of model object

Returns:
class of model object or null if the class couldn't be determined


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.