Class SubformTopicPanel

java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
loggerForms.formdesign.itempanels.SubformTopicPanel

public class SubformTopicPanel extends CtrlColPanel
  • Constructor Details Link icon

  • Method Details Link icon

    • otherFormSelected Link icon

      protected void otherFormSelected()
      Called when other form is selected.
    • getPanel Link icon

      public Component getPanel()
      Description copied from class: CtrlColPanel
      Get panel to display in larger ControlPropertySheet
      Specified by:
      getPanel in class CtrlColPanel
      Returns:
      AWT component
    • pushProperty Link icon

      public void pushProperty(ItemInformation itemDescription)
      Description copied from class: CtrlColPanel
      Push properties from the item description onto the visible control
      Specified by:
      pushProperty in class CtrlColPanel
      Parameters:
      itemDescription -
    • fetchProperty Link icon

      public boolean fetchProperty(ItemInformation itemDescription)
      Description copied from class: CtrlColPanel
      Fetch properties from the visible control back into the item description.
      Specified by:
      fetchProperty in class CtrlColPanel
      Parameters:
      itemDescription -
      Returns:
      true if sucessful, false if a problem.