Package org.adempiere.webui.editor
package org.adempiere.webui.editor
Implement field editors
-
ClassDescriptionComposite component of a read only Textbox and ToolbarButton.
ToolbarButton openDateRangePicker
to edit the value of from and to editor.Interface to override editor setting that's usually derived from GridFieldInterface to validate the input of editorsModel to get filter list from lookup and info window/panelInterface for NumberEditor configurationInterface for process buttonInterface for field editor that support zoom to AD window.Default editor forDisplayType.Account
.Default editor forDisplayType.Assignment
.
Implemented withEditorBox
component,WAssignmentDialog
andInfoSchedule
dialog.Default editor forDisplayType.Button
.Default editor forDisplayType.Chart
.
A readonly editor that render chart fromMChart
model toPanel
component.Default editor forDisplayType.ChosenMultipleSelectionList
andDisplayType.ChosenMultipleSelectionTable
.
Implemented withChosenSearchBox
component.Default editor forDisplayType.ChosenMultipleSelectionSearch
.Default editor forDisplayType.Color
.
Implemented withEditorBox
component and HTML color type (<input type="color">).Default editor forDisplayType.DashboardContent
.
A readonly editor that render dashboard content fromMDashboardContent
toPanel
component.Default editor forDisplayType.DateTime
andDisplayType.TimestampWithTimeZone
.Base class for field editor.interface for dynamic display listenerPopup context menu forWEditor
.Default editor forDisplayType.FilePath
.
Implemented withFilenameBox
(with upload disable) andFolderBrowser
component.Default editor forDisplayType.FileName
.
Implemented withFilenameBox
component with upload enabled.Default editor for html (AD_Field.IsHtml=Y) text display type (String, PrinterName, Text, TextLong and Memo).Default editor forDisplayType.Location
.
Implemented withLocationbox
component andWLocationDialog
.Default editor for encrypted (AD_Field.IsEncrypted=Y) text display type (String, PrinterName, Text, TextLong and Memo).
ExtendWStringEditor
and setTextbox
to type="password".Default editor forDisplayType.PAttribute
.
Implemented withPAttributebox
component andWPAttributeDialog
dialog.Default editor forDisplayType.Payment
.
Implemented withPaymentbox
component,WPaymentFormWindow
andIPaymentForm
service.Default editor forDisplayType.RadiogroupList
.
Implemented withWRadioGroupEditor.RadioGroupEditor
component.Container forRadiogroup
andRadio
component.Default editor forDisplayType.RecordID
andDisplayType.RecordUU
.
Implemented with composite component ofTextbox
andToolBarButton
.
The editor usesWRecordIDDialog
for edit or viewing.Default editor forDisplayType.RecordID
.
Implemented with composite component ofTextbox
andToolBarButton
.
The editor usesWRecordIDDialog
for edit or viewing.Default editor forDisplayType.RecordUU
.
Implemented with composite component ofTextbox
andToolBarButton
.
The editor usesWRecordIDDialog
for edit or viewing.Default editor forDisplayType.Search
andDisplayType.SearchUU
.
Implemented withWSearchEditor.CustomSearchBox
component andInfoPanel
,InfoWindow
dialog.Default editor for text display type (String, PrinterName, Text, TextLong and Memo).
Implemented withTextbox
orCombobox
(AD_Field.IsAutocomplete=Y) component andWTextEditorDialog
dialog.Default editor for display type TableDir, TableDirUU, Table, TableUU and List.Simple text editor for unknown display type.Default editor forDisplayType.YesNo
.