|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extension
An optional extension to a model
Model
Method Summary | |
---|---|
Model |
decorate(Model modelToDecorate)
allow an extension to decorate the model. |
java.lang.String |
getId()
returns the id of this extension. |
void |
modelInitialized()
Notification after model initialization is complete |
void |
setModel(Model model)
Set the model that is extended. |
Method Detail |
---|
void setModel(Model model)
java.lang.String getId()
Model decorate(Model modelToDecorate)
modelToDecorate
modelToDecorate
- the model to decorate. It may be different from the model
passed to setModel() because other extensions may already have decorated
modelToDecorate.void modelInitialized()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |