public abstract class SwingComponentController<U extends IUi> extends SwingController<U>
| Modifier | Constructor and Description |
|---|---|
protected |
SwingComponentController()
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterBuildComponent(U ui)
Método executado após a construção do componente.
|
protected void |
afterFree() |
protected void |
beforeFree() |
buildUi, buildUiForUiLibrary, createChild, createOrFindSingletonChild, equals, free, getAscendent, getChildren, getControllerId, getControllerStatus, getDepth, getDescendant, getDescendants, getDescription, getLogger, getParent, getUi, getUiLibrary, hashCode, isComponentInstancied, setDescription, toStringprotected void beforeFree()
beforeFree in class Controller<U extends IUi>protected void afterFree()
afterFree in class Controller<U extends IUi>protected void afterBuildComponent(U ui)
ControllerafterBuildComponent in class Controller<U extends IUi>ui - componente recém instanciado.Copyright © 2018 Tecgraf/PUC-Rio. All rights reserved.