|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModeller
This is the interface for classes that can generate the model that gets sent to the front end.
| Method Summary | |
|---|---|
java.lang.String |
getModel()
Accesses the model in a base64 string representation. |
void |
visit(java.lang.Class<?> klass,
Composite<?,?>... composites)
Visits a composite and builds a model from the composite. |
| Method Detail |
|---|
java.lang.String getModel()
void visit(java.lang.Class<?> klass,
Composite<?,?>... composites)
klass - the class of the compositecomposites - the list of composites to generate the model from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||