Package org.adempiere.webui.event
Interface ToolbarListener
- All Known Implementing Classes:
AbstractADWindowContent
,ADWindowContent
public interface ToolbarListener
Listener interface for
ADWindowToolbar
.- Author:
- Ashley G Ramdass
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Show active workflow for current recordvoid
Open the archive dialogvoid
Open the attachment dialogvoid
onChat()
open chat windowvoid
onCopy()
Copy current record as a new recordvoid
CSV import datavoid
Customize grid view.void
onDelete()
Delete current recordvoid
Navigate to detail record, i.e next tabvoid
onExport()
Export grid datavoid
File import datavoid
onFind()
Open the find/search dialogvoid
onFirst()
Navigate to first recordvoid
onHelp()
Open the help windowvoid
onIgnore()
Ignore user changesvoid
onLast()
Navigate to last recordvoid
onLock()
Personal lockvoid
onNew()
Create new recordvoid
onNext()
Navigate to next recordvoid
Navigate to parent record, i.e previous tabvoid
Navigate to previous recordvoid
onPrint()
Print documentvoid
Process (gear icon) buttonvoid
View product infovoid
Refresh current recordvoid
onReport()
View available report for current tabvoid
Open the request menu where user can view available request or create a new requestvoid
onSave()
Save current recordvoid
Save and createvoid
Select query from the user query listvoid
onToggle()
Toggle record presentation between free form and tabularvoid
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
-