T - the type of the model objectpublic interface IGenericComponent<T>
components with type-safe accessors and mutators
for the model and its object.| Modifier and Type | Method and Description |
|---|---|
IModel<T> |
getModel()
Typesafe getter for the model
|
T |
getModelObject()
Typesafe getter for the model's object
|
void |
setModel(IModel<T> model)
Typesafe setter for the model
|
void |
setModelObject(T object)
Typesafe setter for the model object
|
void setModel(IModel<T> model)
model - the new modelvoid setModelObject(T object)
object - the new model objectT getModelObject()
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.