Class OrderPanel

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

public class OrderPanel extends PropertyPanel
  • Constructor Details Link icon

    • OrderPanel Link icon

      public OrderPanel(FormEditor formEditor)
  • Method Details Link icon

    • orderChanged Link icon

      protected void orderChanged()
    • 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.