|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.data.ModelProcessor<M>
M - the model typepublic abstract class ModelProcessor<M extends ModelData>
Provides a convenient method to provide "formatted" data when using templates. Rather than formatting a model value directly, new properties can be set with the formatted values directly on the model. The template then can refer to these new properties.
| Constructor Summary | |
|---|---|
ModelProcessor()
|
|
| Method Summary | |
|---|---|
abstract M |
prepareData(M model)
Returns the model to be rendered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelProcessor()
| Method Detail |
|---|
public abstract M prepareData(M model)
model - the model
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||