Class OutcomesPanelLoader

java.lang.Object
io.jmix.ui.xml.layout.loader.AbstractComponentLoader<OutcomesPanel>
io.jmix.bpmui.uicomponent.outcomespanel.loader.OutcomesPanelLoader
All Implemented Interfaces:
ComponentLoader<OutcomesPanel>

public class OutcomesPanelLoader extends AbstractComponentLoader<OutcomesPanel>
  • Constructor Details

    • OutcomesPanelLoader

      public OutcomesPanelLoader()
  • 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:
    • loadOrientation

      protected void loadOrientation(OutcomesPanel component, org.dom4j.Element element)
    • loadButtonsWidth

      protected void loadButtonsWidth(OutcomesPanel component, org.dom4j.Element element)