Class symantec.itools.db.beans.brl.adapter.editors.DerivRuleInputTableColumnModel
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.adapter.editors.DerivRuleInputTableColumnModel
Object
|
+----DefaultTableColumnModel
|
+----symantec.itools.db.beans.brl.adapter.editors.DerivRuleInputTableColumnModel
- public class DerivRuleInputTableColumnModel
- extends DefaultTableColumnModel
Class which extends DefaultColumnModel for describing each
derivation business rule input
-
COLUMNHEADERS
- Array which provides the header description for columns
-
DATASOURCE_COL_WIDTH
-
-
DATASOURCE_MODELIDX
-
-
DATATYPE_COL_WIDTH
-
-
DATATYPE_MODELIDX
-
-
NAME_COL_WIDTH
-
-
NAME_MODELIDX
-
-
NUM_MODELIDX
- variables for describing model index values
-
ROWNUM_COL_WIDTH
- variables for describing model index preferred widths
-
ROWNUM_MODELIDX
-
-
symantec.itools.db.beans.brl.adapter.editors.DerivRuleInputTableColumnModel()
- Default constructor
COLUMNHEADERS
public static java.lang.String[] COLUMNHEADERS
- Array which provides the header description for columns
DATASOURCE_COL_WIDTH
public static final int DATASOURCE_COL_WIDTH
DATASOURCE_MODELIDX
public static final int DATASOURCE_MODELIDX
DATATYPE_COL_WIDTH
public static final int DATATYPE_COL_WIDTH
DATATYPE_MODELIDX
public static final int DATATYPE_MODELIDX
NAME_COL_WIDTH
public static final int NAME_COL_WIDTH
NAME_MODELIDX
public static final int NAME_MODELIDX
NUM_MODELIDX
public static final int NUM_MODELIDX
- variables for describing model index values
ROWNUM_COL_WIDTH
public static final int ROWNUM_COL_WIDTH
- variables for describing model index preferred widths
ROWNUM_MODELIDX
public static final int ROWNUM_MODELIDX
DerivRuleInputTableColumnModel
public DerivRuleInputTableColumnModel()
- Default constructor
All Packages Class Hierarchy This Package Previous Next Index