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 TypeMethodDescriptionvoidShow active workflow for current recordvoidOpen the archive dialogvoidOpen the attachment dialogvoidonChat()open chat windowvoidonCopy()Copy current record as a new recordvoidCSV import datavoidCustomize grid view.voidonDelete()Delete current recordvoidNavigate to detail record, i.e next tabvoidonExport()Export grid datavoidFile import datavoidonFind()Open the find/search dialogvoidonFirst()Navigate to first recordvoidonHelp()Open the help windowvoidonIgnore()Ignore user changesvoidonLast()Navigate to last recordvoidonLock()Personal lockvoidonNew()Create new recordvoidonNext()Navigate to next recordvoidNavigate to parent record, i.e previous tabvoidNavigate to previous recordvoidonPrint()Print documentvoidProcess (gear icon) buttonvoidView product infovoidRefresh current recordvoidonReport()View available report for current tabvoidOpen the request menu where user can view available request or create a new requestvoidonSave()Save current recordvoidSave and createvoidSelect query from the user query listvoidonToggle()Toggle record presentation between free form and tabularvoidZoom 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
-