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.


Variable Index

 o CENTER
Cell justification CENTER
 o CHECKBOX
Component type
 o CHOICE
Component type
 o columnHeaderStyle
Bold Font flag for the header.
 o columnStyle
Bold Font flag for the column.
 o COMBOBOX
Component type
 o CUSTOM
Component type
 o DATE
Component type
 o disabled
Disabled flag for the column.
 o displayValue
Displayed value.
 o editable
Editable flag for the column.
 o editMask
EditMask value.
 o editMaskType
EditMask type.
 o FLOAT
Edit mask Float
 o hidden
Hidden flag for the column.
 o justify
Justify.
 o LEFT
Cell justification LEFT
 o order
The order of this column.
 o RIGHT
Cell justification RIGHT
 o selected
Selected flag.
 o SPINNER
Component type
 o STRING
Edit mask String
 o TEXTFIELD
Component type
 o type
Type of component in this column.
 o width
The width of this column

Constructor Index

 o TextGridColumn(char[])
Create a new grid cell.
 o TextGridColumn(String, int, int, int)
Create a new grid column.

Method Index

 o toString()

Variables

 o LEFT
 public static final int LEFT
Cell justification LEFT

 o RIGHT
 public static final int RIGHT
Cell justification RIGHT

 o CENTER
 public static final int CENTER
Cell justification CENTER

 o STRING
 public static final int STRING
Edit mask String

 o FLOAT
 public static final int FLOAT
Edit mask Float

 o TEXTFIELD
 public static final int TEXTFIELD
Component type

 o CHOICE
 public static final int CHOICE
Component type

 o COMBOBOX
 public static final int COMBOBOX
Component type

 o SPINNER
 public static final int SPINNER
Component type

 o CHECKBOX
 public static final int CHECKBOX
Component type

 o DATE
 public static final int DATE
Component type

 o CUSTOM
 public static final int CUSTOM
Component type

 o displayValue
 public String displayValue
Displayed value.

 o columnHeaderStyle
 public boolean columnHeaderStyle
Bold Font flag for the header.

 o columnStyle
 public boolean columnStyle
Bold Font flag for the column.

 o editable
 public boolean editable
Editable flag for the column.

 o disabled
 public boolean disabled
Disabled flag for the column.

 o hidden
 public boolean hidden
Hidden flag for the column.

 o selected
 public boolean selected
Selected flag.

 o type
 public int type
Type of component in this column.

 o justify
 public int justify
Justify.

 o editMask
 public String editMask
EditMask value.

 o editMaskType
 public int editMaskType
EditMask type.

 o width
 public int width
The width of this column

 o 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.

Constructors

 o TextGridColumn
 public TextGridColumn(String displayValue,
                       int width,
                       int index,
                       int type)
Create a new grid column.

 o TextGridColumn
 public TextGridColumn(char entry[])
Create a new grid cell.

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index