public class ControlInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
defVal
Indicates the default value to be used for this field.
|
int |
element
Indicates the the number assigned to the "F" value of this field.
|
String |
enumop
Indicates the list of operations.
|
String |
enumVal
Indicates the list of possible values for a field, used as radio
buttons in the UI, and their corresponding enum value.
|
String |
fieldName
String representation of the field name for this control.
|
int |
fieldType
Indicates the field type for this control.
|
String |
fLabel
Indicates the label to use in the UI for describing the field.
|
boolean |
isCanon
Indicates that the field is Canon field
|
String |
label
Indicates the label to use in the UI for the control used to enter
in the field value.
|
String |
mask
Indicates the format to be used when masking a value
|
String |
op
Indicates the label to use for the operation list.
|
String |
value
Indicates the value entered for this field.
|
Constructor and Description |
---|
ControlInfo() |
public String label
public String fLabel
public String fieldName
public int fieldType
public int element
public String mask
public String enumVal
public String enumop
public String op
public String value
public String defVal
public boolean isCanon
Copyright © 2003, 2023, Oracle and/or its affiliates.