Class ComponentHelper

java.lang.Object
com.adobe.granite.ui.components.htl.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 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.