|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface View
Interface for main view class.
| Method Summary | |
|---|---|
void |
onCreate(ViewInstanceDefinition definition)
Called by the view framework when the given instance is being created. |
void |
onDeploy(ViewDefinition definition)
Called by the view framework when the given view is being deployed. |
void |
onDestroy(ViewInstanceDefinition definition)
Called by the view framework when the given instance is being destroyed. |
| Method Detail |
|---|
void onDeploy(ViewDefinition definition)
definition - the view definitionvoid onCreate(ViewInstanceDefinition definition)
definition - the view instance definitionvoid onDestroy(ViewInstanceDefinition definition)
definition - the view instance definition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||