Interface ToolbarListener

All Known Implementing Classes:
AbstractADWindowContent, ADWindowContent

public interface ToolbarListener
Listener interface for ADWindowToolbar.
Version:
$Revision: 0.10 $
Author:
Ashley G Ramdass
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Show active workflow for current record
    void
    Open the archive dialog
    void
    Open the attachment dialog
    void
    open chat window
    void
    Copy current record as a new record
    void
    CSV import data
    void
    Customize grid view.
    void
    Delete current record
    void
    Navigate to detail record, i.e next tab
    void
    Export grid data
    void
    File import data
    void
    Open the find/search dialog
    void
    Navigate to first record
    void
    Open the help window
    void
    Ignore user changes
    void
    Navigate to last record
    void
    Personal lock
    void
    Create new record
    void
    Navigate to next record
    void
    Navigate to parent record, i.e previous tab
    void
    Navigate to previous record
    void
    Print document
    void
    Process (gear icon) button
    void
    View product info
    void
    Refresh current record
    void
    View available report for current tab
    void
    Open the request menu where user can view available request or create a new request
    void
    Save current record
    void
    Save and create
    void
    Select query from the user query list
    void
    Toggle record presentation between free form and tabular
    void
    Zoom to window where current record is use
  • Method Details

    • onIgnore

      void onIgnore()
      Ignore user changes
    • onNew

      void onNew()
      Create new record
    • onFirst

      void onFirst()
      Navigate to first record
    • onLast

      void onLast()
      Navigate to last record
    • onNext

      void onNext()
      Navigate to next record
    • onPrevious

      void onPrevious()
      Navigate to previous record
    • onParentRecord

      void onParentRecord()
      Navigate to parent record, i.e previous tab
    • onDetailRecord

      void onDetailRecord()
      Navigate to detail record, i.e next tab
    • onRefresh

      void onRefresh()
      Refresh current record
    • onPrint

      void onPrint()
      Print document
    • onReport

      void onReport()
      View available report for current tab
    • onToggle

      void onToggle()
      Toggle record presentation between free form and tabular
    • onHelp

      void onHelp()
      Open the help window
    • onDelete

      void onDelete()
      Delete current record
    • onSave

      void onSave()
      Save current record
    • onFind

      void onFind()
      Open the find/search dialog
    • onAttachment

      void onAttachment()
      Open the attachment dialog
    • onArchive

      void onArchive()
      Open the archive dialog
    • onZoomAcross

      void onZoomAcross()
      Zoom to window where current record is use
    • onActiveWorkflows

      void onActiveWorkflows()
      Show active workflow for current record
    • onRequests

      void onRequests()
      Open the request menu where user can view available request or create a new request
    • onProductInfo

      void onProductInfo()
      View product info
    • onChat

      void onChat()
      open chat window
    • onLock

      void onLock()
      Personal lock
    • onSaveCreate

      void onSaveCreate()
      Save and create
    • onCopy

      void onCopy()
      Copy current record as a new record
    • onExport

      void onExport()
      Export grid data
    • onFileImport

      void onFileImport()
      File import data
    • onCSVImport

      void onCSVImport()
      CSV import data
    • onCustomize

      void onCustomize()
      Customize grid view.
    • onProcess

      void onProcess()
      Process (gear icon) button
    • onSearchQuery

      void onSearchQuery()
      Select query from the user query list