- All Implemented Interfaces:
Use
- Direct Known Subclasses:
LoginPath
public abstract class ComponentHelper
extends Object
implements Use
A convenient base Use class for development of Granite UI components that are
implemented using HTL.
-
Constructor Summary
Constructors
-
Method Summary
final void
Initialize bindings and calls #activate()
-
Constructor Details
-
ComponentHelper
public ComponentHelper()
-
Method Details
-
init
public final void init(Bindings scriptBindings)
Initialize bindings and calls #activate()
- Specified by:
init in interface Use
- Parameters:
scriptBindings - Bindings to be used, there is no guarantee of having any
particular bindings available.