Class ColorPickerLoader

All Implemented Interfaces:
ComponentLoader<ColorPicker>

public class ColorPickerLoader extends AbstractFieldLoader<ColorPicker>
  • Constructor Details

    • ColorPickerLoader

      public ColorPickerLoader()
  • 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.
      Specified by:
      loadComponent in interface ComponentLoader<ColorPicker>
      Overrides:
      loadComponent in class AbstractFieldLoader<ColorPicker>
      See Also:
    • loadRedSliderCaption

      protected void loadRedSliderCaption(ColorPicker component, org.dom4j.Element element)
    • loadGreenSliderCaption

      protected void loadGreenSliderCaption(ColorPicker component, org.dom4j.Element element)
    • loadBlueSliderCaption

      protected void loadBlueSliderCaption(ColorPicker component, org.dom4j.Element element)
    • loadHueSliderCaption

      protected void loadHueSliderCaption(ColorPicker component, org.dom4j.Element element)
    • loadSaturationSliderCaption

      protected void loadSaturationSliderCaption(ColorPicker component, org.dom4j.Element element)
    • loadValueSliderCaption

      protected void loadValueSliderCaption(ColorPicker component, org.dom4j.Element element)
    • loadPopupCaption

      protected void loadPopupCaption(ColorPicker component, org.dom4j.Element element)
    • loadConfirmButtonCaption

      protected void loadConfirmButtonCaption(ColorPicker component, org.dom4j.Element element)
    • loadCancelButtonCaption

      protected void loadCancelButtonCaption(ColorPicker component, org.dom4j.Element element)
    • loadSwatchesTabCaption

      protected void loadSwatchesTabCaption(ColorPicker component, org.dom4j.Element element)
    • loadLookupAllCaption

      protected void loadLookupAllCaption(ColorPicker component, org.dom4j.Element element)
    • loadLookupRedCaption

      protected void loadLookupRedCaption(ColorPicker component, org.dom4j.Element element)
    • loadLookupGreenCaption

      protected void loadLookupGreenCaption(ColorPicker component, org.dom4j.Element element)
    • loadLookupBlueCaption

      protected void loadLookupBlueCaption(ColorPicker component, org.dom4j.Element element)
    • loadSwatchesVisibility

      protected void loadSwatchesVisibility(ColorPicker component, org.dom4j.Element element)
    • loadRGBVisibility

      protected void loadRGBVisibility(ColorPicker component, org.dom4j.Element element)
    • loadHSVVisibility

      protected void loadHSVVisibility(ColorPicker component, org.dom4j.Element element)
    • loadHistoryVisibility

      protected void loadHistoryVisibility(ColorPicker component, org.dom4j.Element element)
    • loadDefaultCaptionEnabled

      protected void loadDefaultCaptionEnabled(ColorPicker component, org.dom4j.Element element)
    • loadButtonCaption

      protected void loadButtonCaption(ColorPicker component, org.dom4j.Element element)