Uses of Class
org.adempiere.webui.editor.WEditor
-
-
Uses of WEditor in org.adempiere.webui.adwindow
Fields in org.adempiere.webui.adwindow with type parameters of type WEditor Modifier and Type Field Description Map<org.zkoss.zul.Row,ArrayList<WEditor>>QuickGridTabRowRenderer. editorsListMapMap<org.zkoss.zul.Row,ArrayList<WEditor>>QuickGridTabRowRenderer. readOnlyEditorsListMapMethods in org.adempiere.webui.adwindow that return types with arguments of type WEditor Modifier and Type Method Description List<WEditor>GridTabRowRenderer. getEditors()Methods in org.adempiere.webui.adwindow with parameters of type WEditor Modifier and Type Method Description protected voidADTabpanel. focusToEditor(WEditor toFocus, boolean checkCurrent)protected voidGridTabRowRenderer. focusToEditor(WEditor toFocus)voidADTabpanel. focusToNextEditor(WEditor ref)set focus to next readwrite editor from refvoidGridTabRowRenderer. focusToNextEditor(WEditor ref)set focus to next readwrite editor from refvoidGridView. focusToNextEditor(WEditor ref)voidIFieldEditorContainer. focusToNextEditor(WEditor ref)focus to next field editor from refvoidQuickGridView. focusToNextEditor(WEditor ref)Method parameters in org.adempiere.webui.adwindow with type arguments of type WEditor Modifier and Type Method Description voidADTabpanel. editorTraverse(Callback<WEditor> editorTaverseCallback)voidGridView. editorTraverse(Callback<WEditor> editorTaverseCallback)voidIFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback)helper method to loop thru editor collection of panel
can use on callout to check relative editordefault voidIFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback, Collection<WEditor> editors)default implement forIFieldEditorContainer.editorTraverse(Callback)default voidIFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback, Collection<WEditor> editors)default implement forIFieldEditorContainer.editorTraverse(Callback)voidQuickGridView. editorTraverse(Callback<WEditor> editorTaverseCallback) -
Uses of WEditor in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps that return WEditor Modifier and Type Method Description WEditorProcessParameterPanel. getEditor(String columnName)Get parameter field editor by column nameWEditorProcessParameterPanel. getEditorTo(String columnName)Get parameter field value to editor by column nameMethods in org.adempiere.webui.apps with parameters of type WEditor Modifier and Type Method Description voidIProcessParameterListener. onChange(ProcessParameterPanel parameterPanel, String columnName, WEditor editor)on value change of parameter field editor -
Uses of WEditor in org.adempiere.webui.apps.form
Fields in org.adempiere.webui.apps.form declared as WEditor Modifier and Type Field Description protected WEditorWCreateFromInvoiceUI. bPartnerFieldprotected WEditorWCreateFromRMAUI. bPartnerFieldprotected WEditorWCreateFromShipmentUI. bPartnerFieldprotected WEditorWCreateFromDepositBatchUI. bPartnerLookupprotected WEditorWCreateFromStatementUI. bPartnerLookupprotected WEditorWStatementCreateFromBatch. bPartnerLookup -
Uses of WEditor in org.adempiere.webui.component
Methods in org.adempiere.webui.component with parameters of type WEditor Modifier and Type Method Description intMessagebox. show(String message, String title, int buttons, String icon, WEditor editor, Callback<?> callback, boolean modal)static intMessagebox. showDialog(String message, String title, int buttons, String icon, WEditor editor, Callback<?> callback, boolean modal) -
Uses of WEditor in org.adempiere.webui.editor
Subclasses of WEditor in org.adempiere.webui.editor Modifier and Type Class Description classWAccountEditorclassWAssignmentEditorclassWBinaryEditorclassWButtonEditorThis class is based on org.compiere.grid.ed.VButton written by Jorg Janke.classWChartEditorThis class is based on org.compiere.grid.ed.WImageEditor and WGraph written by Low Heng Sin.classWChosenboxListEditorclassWChosenboxSearchEditorclassWDashboardContentEditorclassWDateEditorclassWDatetimeEditorclassWFileDirectoryEditorclassWFilenameEditorclassWHtmlEditorHTML EditorclassWImageEditorThis class is based on org.compiere.grid.ed.VImage written by Jorg Janke.classWLocationEditorclassWLocatorEditorLocator Editor : Based on VLocatorclassWNumberEditorclassWPasswordEditorclassWPAttributeEditorclassWPaymentEditorclassWRadioGroupEditorclassWSearchEditorSearch Editor for web UI.classWStringEditorclassWTableDirEditorclassWTimeEditorclassWUnknownEditorclassWUrlEditorclassWYesNoEditorMethods in org.adempiere.webui.editor that return WEditor Modifier and Type Method Description static WEditorWebEditorFactory. getEditor(GridField gridField, boolean tableEditor)static WEditorWebEditorFactory. getEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)static WEditorWebEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)static WEditorWebEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration) -
Uses of WEditor in org.adempiere.webui.factory
Methods in org.adempiere.webui.factory that return WEditor Modifier and Type Method Description WEditorDefaultEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)WEditorDefaultEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)WEditorIEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)WEditorIEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration) -
Uses of WEditor in org.adempiere.webui.grid
Fields in org.adempiere.webui.grid with type parameters of type WEditor Modifier and Type Field Description protected List<WEditor>WQuickEntry. quickEditors -
Uses of WEditor in org.adempiere.webui.info
Subclasses of WEditor in org.adempiere.webui.info Modifier and Type Class Description classWInfoPAttributeEditorFields in org.adempiere.webui.info with type parameters of type WEditor Modifier and Type Field Description protected Map<String,WEditor>RelatedInfoWindow. editorMapprotected List<WEditor>InfoWindow. editorsList of WEditorsprotected List<WEditor>InfoWindow. identifiersMethods in org.adempiere.webui.info with parameters of type WEditor Modifier and Type Method Description protected voidInfoWindow. dynamicDisplay(WEditor editor)voidInfoWindow. onCellEditCallback(ValueChangeEvent event, int rowIndex, int colIndex, WEditor editor, GridField field)protected booleanInfoWindow. validateField(WEditor wEditor)valid mandatory of a not null, display field display red color when a mandatory field is not inputConstructor parameters in org.adempiere.webui.info with type arguments of type WEditor Constructor Description RelatedInfoWindow(EmbedWinInfo info, InfoWindow infoWindow, org.zkoss.zul.Paging embeddedPaging, String infoSqlCount, ColumnInfo[] layoutEmbedded, Map<String,WEditor> editorMap) -
Uses of WEditor in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel with type parameters of type WEditor Modifier and Type Field Description protected Map<String,WEditor>InfoPanel. editorMapprotected List<WEditor>InfoPanel. prevRefParmeterEditor -
Uses of WEditor in org.adempiere.webui.process
Methods in org.adempiere.webui.process with parameters of type WEditor Modifier and Type Method Description voidBankTransferParameterListener. onChange(ProcessParameterPanel parameterPanel, String columnName, WEditor editor)voidCreateTableParameterListener. onChange(ProcessParameterPanel parameterPanel, String columnName, WEditor editor)voidMFARegisterParameterListener. onChange(ProcessParameterPanel parameterPanel, String columnName, WEditor editor) -
Uses of WEditor in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type WEditor Modifier and Type Method Description static voidFDialog. askForInput(int windowNo, WEditor weditor, String adMessage, String title, Callback<Object> callback)static voidFDialog. askForInput(int windowNo, WEditor weditor, String adMessage, Callback<Object> callback)voidWPAttributeDialog. setEditorAttribute(MAttribute attribute, WEditor editor)StringWPAttributeDialog. setEditorValue(String mandatory, MAttribute attributes, WEditor editor)
-