Class ComponentHelper

  • 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 Detail

      • ComponentHelper

        public ComponentHelper()
    • Method Detail

      • 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.