public interface ComponentInitialization
ComponentInitialization contains methods for the initialization for the
components.| Modifier and Type | Method and Description |
|---|---|
default void |
initialize()
Initialize the component.
|
void |
initializeComponents()
Initialize components from the component.
|
void |
initializeLayout()
Initialize layout from the component.
|
default void |
onAfterInitialize()
Callback method to interact when the initialization of the component is finished.
|
default void |
onAfterInitializeComponents()
Callback method to interact when the initialization is finished of the components from the
component.
|
default void |
onAfterInitializeLayout()
Callback method to interact when the initialization of the layout is finished.
|
default void |
onBeforeInitialize()
Callback method to interact on before initialization of the component.
|
default void |
onBeforeInitializeComponents()
Callback method to interact on before initialization of the components from the component.
|
default void |
onBeforeInitializeLayout()
Callback method to interact on before initialization of the layout.
|
default void initialize()
void initializeComponents()
void initializeLayout()
default void onAfterInitialize()
default void onAfterInitializeComponents()
default void onAfterInitializeLayout()
default void onBeforeInitialize()
default void onBeforeInitializeComponents()
default void onBeforeInitializeLayout()
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.