Uses of Interface
org.adempiere.webui.event.ContextMenuListener
Package
Description
Implement field editors
Implement field editor for
DisplayType.MultipleSelectionGrid
and DisplayType.SingleSelectionGrid
.-
Uses of ContextMenuListener in org.adempiere.webui.editor
Modifier and TypeClassDescriptionclass
Default editor forDisplayType.Account
.class
Default editor forDisplayType.Assignment
.
Implemented withEditorBox
component,WAssignmentDialog
andInfoSchedule
dialog.class
Default editor forDisplayType.ChosenMultipleSelectionList
andDisplayType.ChosenMultipleSelectionTable
.
Implemented withChosenSearchBox
component.class
Default editor forDisplayType.ChosenMultipleSelectionSearch
.class
Default editor forDisplayType.Color
.
Implemented withEditorBox
component and HTML color type (<input type="color">).class
class
Default editor forDisplayType.DateTime
andDisplayType.TimestampWithTimeZone
.class
Default editor for html (AD_Field.IsHtml=Y) text display type (String, PrinterName, Text, TextLong and Memo).class
class
Default editor forDisplayType.Location
.
Implemented withLocationbox
component andWLocationDialog
.class
class
class
Default editor for encrypted (AD_Field.IsEncrypted=Y) text display type (String, PrinterName, Text, TextLong and Memo).
ExtendWStringEditor
and setTextbox
to type="password".class
Default editor forDisplayType.PAttribute
.
Implemented withPAttributebox
component andWPAttributeDialog
dialog.class
Default editor forDisplayType.Payment
.
Implemented withPaymentbox
component,WPaymentFormWindow
andIPaymentForm
service.class
Default editor forDisplayType.RadiogroupList
.
Implemented withWRadioGroupEditor.RadioGroupEditor
component.class
Default editor forDisplayType.RecordID
andDisplayType.RecordUU
.
Implemented with composite component ofTextbox
andToolBarButton
.
The editor usesWRecordIDDialog
for edit or viewing.class
Default editor forDisplayType.RecordID
.
Implemented with composite component ofTextbox
andToolBarButton
.
The editor usesWRecordIDDialog
for edit or viewing.class
Default editor forDisplayType.RecordUU
.
Implemented with composite component ofTextbox
andToolBarButton
.
The editor usesWRecordIDDialog
for edit or viewing.class
Default editor forDisplayType.Search
andDisplayType.SearchUU
.
Implemented withWSearchEditor.CustomSearchBox
component andInfoPanel
,InfoWindow
dialog.class
Default editor for text display type (String, PrinterName, Text, TextLong and Memo).
Implemented withTextbox
orCombobox
(AD_Field.IsAutocomplete=Y) component andWTextEditorDialog
dialog.class
Default editor for display type TableDir, TableDirUU, Table, TableUU and List.class
class
class
Simple text editor for unknown display type.class
class
Default editor forDisplayType.YesNo
.Modifier and TypeMethodDescriptionvoid
WEditorPopupMenu.addMenuListener
(ContextMenuListener listener) Add context menu listener -
Uses of ContextMenuListener in org.adempiere.webui.editor.grid.selection
Modifier and TypeClassDescriptionclass
Default editor forDisplayType.MultipleSelectionGrid
.class
Default editor forDisplayType.SingleSelectionGrid
.