Class ColourPanel

java.lang.Object
loggerForms.formdesign.propertypanels.PropertyPanel
loggerForms.formdesign.propertypanels.ColourPanel

public class ColourPanel extends PropertyPanel
  • Constructor Details Link icon

  • Method Details Link icon

    • selectColour Link icon

      protected void selectColour()
    • propertyEnable Link icon

      public void propertyEnable(boolean enabled)
      Specified by:
      propertyEnable in class PropertyPanel
    • pushProperty Link icon

      public void pushProperty(ItemInformation itemInformation)
      Description copied from class: PropertyPanel
      Set the control content on the display
      Overrides:
      pushProperty in class PropertyPanel
      Parameters:
      itemInformation -
    • fetchProperty Link icon

      public ItemInformation fetchProperty(ItemInformation itemInformation)
      Description copied from class: PropertyPanel
      Fetch properties and put them back into the Hash table in the form editor.
      Overrides:
      fetchProperty in class PropertyPanel
      Parameters:
      itemInformation -
      Returns:
      true if successful, false if inconsistent or missing data.