Class DashboardLoader

All Implemented Interfaces:
ComponentLoader<DashboardImpl>

public class DashboardLoader extends AbstractComponentLoader<DashboardImpl>
  • Field Details

    • metadata

      protected Metadata metadata
  • Constructor Details

    • DashboardLoader

      public DashboardLoader()
  • Method Details

    • createComponent

      public void createComponent()
      Description copied from interface: ComponentLoader
      Creates result component by XML-element and loads its Id. Also creates all nested components.
      See Also:
    • loadComponent

      public void loadComponent()
      Description copied from interface: ComponentLoader
      Loads component properties by XML definition.
      See Also:
    • loadReferenceName

      protected void loadReferenceName(Dashboard resultComponent, org.dom4j.Element element)
    • loadJsonPath

      protected void loadJsonPath(Dashboard resultComponent, org.dom4j.Element element)
    • loadTimerDelay

      protected void loadTimerDelay(Dashboard resultComponent, org.dom4j.Element element)
    • loadParams

      protected void loadParams(Dashboard resultComponent, org.dom4j.Element element)
    • createParameter

      protected Parameter createParameter(org.dom4j.tree.DefaultElement xmlParam)
    • createParameterValue

      protected ParameterValue createParameterValue(String type, String value)
    • loadAssistanceBeanName

      protected void loadAssistanceBeanName(Dashboard resultComponent, org.dom4j.Element element)