|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- defines the base component where others extend frompublic interface IExtendedComponent<C>
Represents an extended component with menu entries and tool bar access. The onStart/onTeardown methods gives you the reference to global bar and menu entries. This methods will be executed once on component startup and teardown; also when component is moving to an other perspective. Use both method to initialize and to clean up component.
Method Summary | |
---|---|
void |
onStart(IBaseLayout<C> layout)
This method is always executed when the component is activated. |
void |
onTearDown(IBaseLayout<C> layout)
This method is always executed when the component is deactivated. |
Method Detail |
---|
void onStart(IBaseLayout<C> layout)
layout
- void onTearDown(IBaseLayout<C> layout)
layout
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |