Class AbstractSearchModule

All Implemented Interfaces:
PAppComponent, PClientComponent, PCollectDataListener, PComponent, PComponentAttribute, PViewDataChangeListener, ContainerListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible
Direct Known Subclasses:
PDeviceAccountsEntryPanel

public abstract class AbstractSearchModule extends PIACustomizablePanel
Base class that should be used for any modular that needs to add additional fields to the account search screen.
Version:
%version: 1 % %date_modified: Mon Mar 18 16:13:01 2002 %
Author:
kapono
See Also:
  • Constructor Details

    • AbstractSearchModule

      public AbstractSearchModule()
  • Method Details

    • getNumberOfRows

      public abstract int getNumberOfRows()
      Should return the number of rows contained in this panel. The layout should be kept simple and follow the traditional label-field approach, one field above the next.
    • clear

      public abstract void clear()
      Called to reset the contents of this panel to its default state
      Specified by:
      clear in interface PComponentAttribute
      Overrides:
      clear in class PIACustomizablePanel