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. editorsListMap
Map<org.zkoss.zul.Row,ArrayList<WEditor>>
QuickGridTabRowRenderer. readOnlyEditorsListMap
Methods 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 void
ADTabpanel. focusToEditor(WEditor toFocus, boolean checkCurrent)
protected void
GridTabRowRenderer. focusToEditor(WEditor toFocus)
void
ADTabpanel. focusToNextEditor(WEditor ref)
set focus to next readwrite editor from refvoid
GridTabRowRenderer. focusToNextEditor(WEditor ref)
set focus to next readwrite editor from refvoid
GridView. focusToNextEditor(WEditor ref)
void
IFieldEditorContainer. focusToNextEditor(WEditor ref)
focus to next field editor from refvoid
QuickGridView. focusToNextEditor(WEditor ref)
Method parameters in org.adempiere.webui.adwindow with type arguments of type WEditor Modifier and Type Method Description void
ADTabpanel. editorTraverse(Callback<WEditor> editorTaverseCallback)
void
GridView. editorTraverse(Callback<WEditor> editorTaverseCallback)
void
IFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback)
helper method to loop thru editor collection of panel
can use on callout to check relative editordefault void
IFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback, Collection<WEditor> editors)
default implement forIFieldEditorContainer.editorTraverse(Callback)
default void
IFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback, Collection<WEditor> editors)
default implement forIFieldEditorContainer.editorTraverse(Callback)
void
QuickGridView. 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 WEditor
ProcessParameterPanel. getEditor(String columnName)
Get parameter field editor by column nameWEditor
ProcessParameterPanel. 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 void
IProcessParameterListener. 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 WEditor
WCreateFromInvoiceUI. bPartnerField
protected WEditor
WCreateFromRMAUI. bPartnerField
protected WEditor
WCreateFromShipmentUI. bPartnerField
protected WEditor
WCreateFromDepositBatchUI. bPartnerLookup
protected WEditor
WCreateFromStatementUI. bPartnerLookup
protected WEditor
WStatementCreateFromBatch. 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 int
Messagebox. show(String message, String title, int buttons, String icon, WEditor editor, Callback<?> callback, boolean modal)
static int
Messagebox. 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 class
WAccountEditor
class
WAssignmentEditor
class
WBinaryEditor
class
WButtonEditor
This class is based on org.compiere.grid.ed.VButton written by Jorg Janke.class
WChartEditor
This class is based on org.compiere.grid.ed.WImageEditor and WGraph written by Low Heng Sin.class
WChosenboxListEditor
class
WChosenboxSearchEditor
class
WDashboardContentEditor
class
WDateEditor
class
WDatetimeEditor
class
WFileDirectoryEditor
class
WFilenameEditor
class
WHtmlEditor
HTML Editorclass
WImageEditor
This class is based on org.compiere.grid.ed.VImage written by Jorg Janke.class
WLocationEditor
class
WLocatorEditor
Locator Editor : Based on VLocatorclass
WNumberEditor
class
WPasswordEditor
class
WPAttributeEditor
class
WPaymentEditor
class
WRadioGroupEditor
class
WSearchEditor
Search Editor for web UI.class
WStringEditor
class
WTableDirEditor
class
WTimeEditor
class
WUnknownEditor
class
WUrlEditor
class
WYesNoEditor
Methods in org.adempiere.webui.editor that return WEditor Modifier and Type Method Description static WEditor
WebEditorFactory. getEditor(GridField gridField, boolean tableEditor)
static WEditor
WebEditorFactory. getEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
static WEditor
WebEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)
static WEditor
WebEditorFactory. 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 WEditor
DefaultEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)
WEditor
DefaultEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
WEditor
IEditorFactory. getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)
WEditor
IEditorFactory. 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 class
WInfoPAttributeEditor
Fields in org.adempiere.webui.info with type parameters of type WEditor Modifier and Type Field Description protected Map<String,WEditor>
RelatedInfoWindow. editorMap
protected List<WEditor>
InfoWindow. editors
List of WEditorsprotected List<WEditor>
InfoWindow. identifiers
Methods in org.adempiere.webui.info with parameters of type WEditor Modifier and Type Method Description protected void
InfoWindow. dynamicDisplay(WEditor editor)
void
InfoWindow. onCellEditCallback(ValueChangeEvent event, int rowIndex, int colIndex, WEditor editor, GridField field)
protected boolean
InfoWindow. 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. editorMap
protected 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 void
BankTransferParameterListener. onChange(ProcessParameterPanel parameterPanel, String columnName, WEditor editor)
void
CreateTableParameterListener. onChange(ProcessParameterPanel parameterPanel, String columnName, WEditor editor)
void
MFARegisterParameterListener. 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 void
FDialog. askForInput(int windowNo, WEditor weditor, String adMessage, String title, Callback<Object> callback)
static void
FDialog. askForInput(int windowNo, WEditor weditor, String adMessage, Callback<Object> callback)
void
WPAttributeDialog. setEditorAttribute(MAttribute attribute, WEditor editor)
String
WPAttributeDialog. setEditorValue(String mandatory, MAttribute attributes, WEditor editor)
-