All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.gui.TextGridColumn
java.lang.Object
|
+----com.bulletproof.gui.TextGridColumn
- public class TextGridColumn
- extends Object
Class TextGridColumn represents a column in a TextGrid.
-
CENTER
- Cell justification CENTER
-
CHECKBOX
- Component type
-
CHOICE
- Component type
-
columnHeaderStyle
- Bold Font flag for the header.
-
columnStyle
- Bold Font flag for the column.
-
COMBOBOX
- Component type
-
CUSTOM
- Component type
-
DATE
- Component type
-
disabled
- Disabled flag for the column.
-
displayValue
- Displayed value.
-
editable
- Editable flag for the column.
-
editMask
- EditMask value.
-
editMaskType
- EditMask type.
-
FLOAT
- Edit mask Float
-
hidden
- Hidden flag for the column.
-
justify
- Justify.
-
LEFT
- Cell justification LEFT
-
order
- The order of this column.
-
RIGHT
- Cell justification RIGHT
-
selected
- Selected flag.
-
SPINNER
- Component type
-
STRING
- Edit mask String
-
TEXTFIELD
- Component type
-
type
- Type of component in this column.
-
width
- The width of this column
-
TextGridColumn(char[])
- Create a new grid cell.
-
TextGridColumn(String, int, int, int)
- Create a new grid column.
-
toString()
-
LEFT
public static final int LEFT
- Cell justification LEFT
RIGHT
public static final int RIGHT
- Cell justification RIGHT
CENTER
public static final int CENTER
- Cell justification CENTER
STRING
public static final int STRING
- Edit mask String
FLOAT
public static final int FLOAT
- Edit mask Float
TEXTFIELD
public static final int TEXTFIELD
- Component type
CHOICE
public static final int CHOICE
- Component type
COMBOBOX
public static final int COMBOBOX
- Component type
SPINNER
public static final int SPINNER
- Component type
CHECKBOX
public static final int CHECKBOX
- Component type
DATE
public static final int DATE
- Component type
CUSTOM
public static final int CUSTOM
- Component type
displayValue
public String displayValue
- Displayed value.
columnHeaderStyle
public boolean columnHeaderStyle
- Bold Font flag for the header.
columnStyle
public boolean columnStyle
- Bold Font flag for the column.
editable
public boolean editable
- Editable flag for the column.
disabled
public boolean disabled
- Disabled flag for the column.
hidden
public boolean hidden
- Hidden flag for the column.
selected
public boolean selected
- Selected flag.
type
public int type
- Type of component in this column.
justify
public int justify
- Justify.
editMask
public String editMask
- EditMask value.
editMaskType
public int editMaskType
- EditMask type.
width
public int width
- The width of this column
order
public int order
- The order of this column. Used for reordering the columns. This index
will always contain the original column number of this column.
TextGridColumn
public TextGridColumn(String displayValue,
int width,
int index,
int type)
- Create a new grid column.
TextGridColumn
public TextGridColumn(char entry[])
- Create a new grid cell.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index