Import view definition from DB into Compiere Application Dictionary
This code is similar to ViewImport.java in that they both create view
definition in Compiere Application Dictionary based on information from
an external source.
Data 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 table
Data 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 table