Uses of Interface
org.adempiere.webui.editor.IInputValidator
Packages that use IInputValidator
Package
Description
Implement field editors
Implement field editor for
DisplayType.MultipleSelectionGrid
and DisplayType.SingleSelectionGrid
.Implement info panel and info window
Provide editor implementation for scheduler state (
DisplayType.SchedulerState
)-
Uses of IInputValidator in org.adempiere.webui.editor
Classes in org.adempiere.webui.editor that implement IInputValidatorModifier and TypeClassDescriptionclass
Default editor forDisplayType.Account
.class
Default editor forDisplayType.Assignment
.
Implemented withEditorBox
component,WAssignmentDialog
andInfoSchedule
dialog.class
class
Default editor forDisplayType.Button
.class
Default editor forDisplayType.Chart
.
A readonly editor that render chart fromMChart
model toPanel
component.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
Default editor forDisplayType.DashboardContent
.
A readonly editor that render dashboard content fromMDashboardContent
toPanel
component.class
class
Default editor forDisplayType.DateTime
andDisplayType.TimestampWithTimeZone
.class
Base class for field editor.class
Default editor forDisplayType.FilePath
.
Implemented withFilenameBox
(with upload disable) andFolderBrowser
component.class
Default editor forDisplayType.FileName
.
Implemented withFilenameBox
component with upload enabled.class
Default editor for html (AD_Field.IsHtml=Y) text display type (String, PrinterName, Text, TextLong and Memo).class
class
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
. -
Uses of IInputValidator in org.adempiere.webui.editor.grid.selection
Classes in org.adempiere.webui.editor.grid.selection that implement IInputValidatorModifier and TypeClassDescriptionclass
Default editor forDisplayType.MultipleSelectionGrid
.class
Default editor forDisplayType.SingleSelectionGrid
. -
Uses of IInputValidator in org.adempiere.webui.info
Classes in org.adempiere.webui.info that implement IInputValidatorModifier and TypeClassDescriptionclass
DisplayType.PAttribute editor for info window selection criteria field -
Uses of IInputValidator in org.adempiere.webui.scheduler
Classes in org.adempiere.webui.scheduler that implement IInputValidatorModifier and TypeClassDescriptionclass
Field editor for state (DisplayType.SchedulerState
) of scheduler (AD_Scheduler).