Uses of Class
org.compiere.swing.CTextField
-
Packages that use CTextField Package Description org.compiere.apps.form Package org.compiere.apps.formorg.compiere.grid Package org.compiere.gridorg.compiere.grid.ed Provides for.... -
-
Uses of CTextField in org.compiere.apps.form
Fields in org.compiere.apps.form declared as CTextField Modifier and Type Field Description protected CTextField
VStatementCreateFromBatch. documentNoField
-
Uses of CTextField in org.compiere.grid
Fields in org.compiere.grid declared as CTextField Modifier and Type Field Description protected CTextField
VCreateFromDepositBatchUI. documentNoField
protected CTextField
VCreateFromStatementUI. documentNoField
-
Uses of CTextField in org.compiere.grid.ed
Subclasses of CTextField in org.compiere.grid.ed Modifier and Type Class Description class
VString
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
-