|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IModel in com.ideo.sweetdevria.model |
---|
Classes in com.ideo.sweetdevria.model that implement IModel | |
---|---|
class |
RiaComponentModel
|
class |
RiaComponentStateFullModel
|
Methods in com.ideo.sweetdevria.model that return IModel | |
---|---|
static IModel |
RiaComponentModel.getInstance(javax.servlet.http.HttpServletRequest _req,
java.lang.String _id,
java.lang.Class clazz)
Return an instance of specifiel model defined by _id (Page id is guessed from request). |
static IModel |
RiaComponentModel.getInstance(javax.servlet.http.HttpServletRequest _req,
java.lang.String _id,
java.lang.Class clazz,
boolean forceCreation)
|
static IModel |
RiaComponentModel.getInstance(javax.servlet.http.HttpServletRequest _req,
java.lang.String _id,
java.lang.String _idPage,
java.lang.Class clazz,
boolean forceCreation)
Return an instance of specific model defined by _id and _idPage. |
Uses of IModel in com.ideo.sweetdevria.page |
---|
Methods in com.ideo.sweetdevria.page that return IModel | |
---|---|
static IModel |
PageManager.getModel(javax.servlet.http.HttpServletRequest _request,
java.lang.String modelId)
|
static IModel |
PageManager.getModel(javax.servlet.http.HttpSession _session,
java.lang.String _idPage,
java.lang.String modelId)
|
IModel |
Page.getModel(java.lang.String id)
Return the Model corresponding to this id |
IModel |
ModelRegistry.getModel(java.lang.String id)
|
Methods in com.ideo.sweetdevria.page with parameters of type IModel | |
---|---|
void |
Page.addModel(IModel model)
Add a model as a part of this page+session |
void |
ModelRegistry.registerModel(IModel model)
|
void |
ModelRegistry.unregisterModel(IModel model)
|
Uses of IModel in com.ideo.sweetdevria.taglib.editableText.model |
---|
Classes in com.ideo.sweetdevria.taglib.editableText.model that implement IModel | |
---|---|
class |
EditableTextModel
|
Uses of IModel in com.ideo.sweetdevria.taglib.fileUpload.model |
---|
Classes in com.ideo.sweetdevria.taglib.fileUpload.model that implement IModel | |
---|---|
class |
FileUploadModel
|
Uses of IModel in com.ideo.sweetdevria.taglib.grid.bean |
---|
Classes in com.ideo.sweetdevria.taglib.grid.bean that implement IModel | |
---|---|
class |
TreeGridBeanModel
Grid model bean to instantiate for the gridbean tag. |
Uses of IModel in com.ideo.sweetdevria.taglib.grid.common.model |
---|
Classes in com.ideo.sweetdevria.taglib.grid.common.model that implement IModel | |
---|---|
class |
GridModel
Main class processing every server action on the grid and storing data. |
Uses of IModel in com.ideo.sweetdevria.taglib.grid.export.model |
---|
Classes in com.ideo.sweetdevria.taglib.grid.export.model that implement IModel | |
---|---|
class |
BaseExportModel
Base class for the export models. |
class |
GridExportModel
This export model implementation export the data contained in a grid This means both the Headers and the data. |
class |
SingleExportModel
This export model implementation export the data contained in a data provider |
Uses of IModel in com.ideo.sweetdevria.taglib.grid.tree.model |
---|
Classes in com.ideo.sweetdevria.taglib.grid.tree.model that implement IModel | |
---|---|
class |
TreeGridModel
Model used by the grid to display a tree into the first column |
Uses of IModel in com.ideo.sweetdevria.taglib.list.model |
---|
Classes in com.ideo.sweetdevria.taglib.list.model that implement IModel | |
---|---|
class |
ListModel
This class represents the server model corresponding to the ria:list component |
Uses of IModel in com.ideo.sweetdevria.taglib.reader.model |
---|
Classes in com.ideo.sweetdevria.taglib.reader.model that implement IModel | |
---|---|
class |
ReaderModel
|
Uses of IModel in com.ideo.sweetdevria.taglib.suggest.model |
---|
Classes in com.ideo.sweetdevria.taglib.suggest.model that implement IModel | |
---|---|
class |
SuggestModel
Represents a model for the tag suggest |
Uses of IModel in com.ideo.sweetdevria.taglib.tabLayout.model |
---|
Classes in com.ideo.sweetdevria.taglib.tabLayout.model that implement IModel | |
---|---|
class |
TabLayoutModel
Tab Layout main model class Contains everything needed to render a tab layout component |
Uses of IModel in com.ideo.sweetdevria.taglib.tree.model |
---|
Classes in com.ideo.sweetdevria.taglib.tree.model that implement IModel | |
---|---|
class |
TreeModel
|
Uses of IModel in com.ideo.sweetdevria.taglib.zone.model |
---|
Classes in com.ideo.sweetdevria.taglib.zone.model that implement IModel | |
---|---|
class |
ZoneModel
Represents a model for a tag zone |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |