Class PopupViewLoader

All Implemented Interfaces:
ComponentLoader<PopupView>

public class PopupViewLoader extends AbstractComponentLoader<PopupView>
  • Field Details

  • Constructor Details

    • PopupViewLoader

      public PopupViewLoader()
  • 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:
    • loadCaptionAsHtml

      protected void loadCaptionAsHtml(PopupView component, org.dom4j.Element element)
    • loadMinimizedValue

      protected void loadMinimizedValue(PopupView component, org.dom4j.Element element)
    • loadPopupVisible

      protected void loadPopupVisible(PopupView component, org.dom4j.Element element)
    • loadHideOnMouseOut

      protected void loadHideOnMouseOut(PopupView component, org.dom4j.Element element)
    • loadPopupPosition

      protected void loadPopupPosition(PopupView component, org.dom4j.Element element)
    • createContent

      protected void createContent()
    • loadPopupComponent

      protected void loadPopupComponent()