Uses of Interface
org.compiere.grid.ed.VEditor
-
Packages that use VEditor Package Description org.adempiere.ui.swing.factory org.compiere.grid Package org.compiere.gridorg.compiere.grid.ed Provides for.... -
-
Uses of VEditor in org.adempiere.ui.swing.factory
Methods in org.adempiere.ui.swing.factory that return VEditor Modifier and Type Method Description VEditorDefaultEditorFactory. getEditor(GridTab mTab, GridField mField, boolean tableEditor)VEditorIEditorFactory. getEditor(GridTab mTab, GridField mField, boolean tableEditor)Create Editor for MField. -
Uses of VEditor in org.compiere.grid
Methods in org.compiere.grid that return VEditor Modifier and Type Method Description VEditorVPanel. getDefaultFocus()Get Default Focus FieldMethods in org.compiere.grid with parameters of type VEditor Modifier and Type Method Description voidVPanel. addField(VEditor editor, GridField mField)Add the previous Field and Label to PanelvoidVPanel. addFieldBuffered(VEditor editor, GridField mField)Add Field and Label to buffer and push buffered field to Panel -
Uses of VEditor in org.compiere.grid.ed
Classes in org.compiere.grid.ed that implement VEditor Modifier and Type Class Description classVAccountAccount Control - Displays ValidCombination and launches DialogclassVAssignmentResource Assignment EntryclassVBinaryBinary Editor.classVButtonGeneral Button.classVChartclassVCheckBoxCheckbox ControlclassVColorColor Editor.classVDateDate Edit.classVFileFile/Path SelectionclassVImageImage Display of AD_Iamge_IDclassVLocationLocation Control (Address)classVLocatorWarehouse Locator ControlclassVLookupLookup Visual Field.classVMemoText Control (JTextArea embedded in JScrollPane)classVNumberNumber ControlclassVPasswordData Binding: VEditors call fireVetoableChange(m_columnName, null, getText()); GridController (for Single-Row) and VCellExitor (for Multi-Row) listen to Vetoable Change Listener (vetoableChange) then set the value for that column in the current row in the tableclassVPAttributeProduct Attribute Set Instance EditorclassVPaymentEditorclassVStringData Binding: VEditors call fireVetoableChange(m_columnName, null, getText()); GridController (for Single-Row) and VCellExitor (for Multi-Row) listen to Vetoable Change Listener (vetoableChange) then set the value for that column in the current row in the tableclassVTextText Control (JTextArea embedded in JScrollPane)classVTextLongLong Text (CBLOB) EditorclassVURLURL EditorMethods in org.compiere.grid.ed that return VEditor Modifier and Type Method Description VEditorVCellEditor. getEditor()Get Actual Editor.static VEditorVEditorFactory. getEditor(GridField mField, boolean tableEditor)Create Editor for MField.static VEditorVEditorFactory. getEditor(GridTab mTab, GridField mField, boolean tableEditor)Create Editor for MField.
-