Class DataExportDialog

All Implemented Interfaces:
DataFilterChangeListener, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class DataExportDialog extends PamDialog implements DataFilterChangeListener
See Also:
  • Constructor Details

  • Method Details

    • showDialog

      public boolean showDialog()
    • excludeColumn

      public boolean excludeColumn(String columnName)
      Remove a specific column from the visible table item list.
      Parameters:
      columnName - Name of the column to remove
      Returns:
      true if found and removed
    • excludeColumn

      public boolean excludeColumn(PamTableItem tableItem)
      Removes a specific table item from the visible list.
      Parameters:
      tableItem - Table item to remove
      Returns:
      true if found and removed.
    • addDataFilter

      public void addDataFilter(DataFilter dataFilter)
    • headingMouseClick

      public void headingMouseClick(MouseEvent e)
      Activate any filters associated with this control.
      Parameters:
      e -
    • filterChanged

      public void filterChanged(DataFilter dataFilter)
      Specified by:
      filterChanged in interface DataFilterChangeListener
    • queryData

      public boolean queryData()
    • cancelButtonPressed

      public void cancelButtonPressed()
      Description copied from class: PamDialog
      called when the cancel button is pressed before the dialog closes. Generally you should set the parameters returned by the dialog to null or some default value, or in some other way indicate that Cancel was pressed.
      Specified by:
      cancelButtonPressed in class PamDialog
    • getParams

      public boolean getParams()
      Description copied from class: PamDialog
      called when the Ok button is pressed. This must return true in order that the dialog may close. It should also copy all parameters into an object that will be returned by showDialog.
      Specified by:
      getParams in class PamDialog
    • restoreDefaultSettings

      public void restoreDefaultSettings()
      Description copied from class: PamDialog
      standard function which should us used to copy default parameters into the dialog controls.
      Specified by:
      restoreDefaultSettings in class PamDialog
    • filterSelectionPressed

      public void filterSelectionPressed(ActionEvent e)