org.araneaframework.uilib.core
Class BaseUIWidget.ComponentImpl
java.lang.Object
org.araneaframework.core.BaseComponent.ComponentImpl
org.araneaframework.uilib.core.BaseUIWidget.ComponentImpl
- All Implemented Interfaces:
- Serializable, Component.Interface
- Enclosing class:
- BaseUIWidget
protected class BaseUIWidget.ComponentImpl
- extends BaseComponent.ComponentImpl
- See Also:
- Serialized Form
|
Method Summary |
void |
init(Scope scope,
Environment env)
Initializes this Component with the specified Environment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseUIWidget.ComponentImpl
protected BaseUIWidget.ComponentImpl()
init
public void init(Scope scope,
Environment env)
- Description copied from interface:
Component.Interface
- Initializes this
Component with the specified Environment.
- Specified by:
init in interface Component.Interface- Overrides:
init in class BaseComponent.ComponentImpl
- Parameters:
scope - The Scope of the Component.env - The Environment of this Component.- See Also:
Path