|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildableComponent
Defines the contract for components that have a build-phase. Not that this interface extends IContainer which implies that buildable components must be able to contain other components.
Method Summary | |
---|---|
boolean |
_isBuilt()
|
void |
_setBuilt(boolean built)
|
void |
buildComponent()
Builds the component preparing it for rendering. |
void |
postBuild()
Called after buildComponent(). |
void |
preBuild()
Called before buildComponent(). |
Method Detail |
---|
void buildComponent()
void preBuild()
void postBuild()
boolean _isBuilt()
void _setBuilt(boolean built)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |