All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.TextGridRow

java.lang.Object
   |
   +----com.bulletproof.gui.TextGridRow

public class TextGridRow
extends Object
Class TextGridRow represents a row in a TextGrid.


Variable Index

 o actualValue
Displayed value.
 o changed
Changed flag.
 o displayValue
Displayed value.
 o gridCells
Record Lock value.
 o height
Row height value.
 o hidden
Hidden flag.
 o recordLockValue
Record Lock value.
 o row
Row value.
 o selected
Selected flag.

Constructor Index

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

Method Index

 o getRowKey(int)
 o toString()

Variables

 o displayValue
 public String displayValue
Displayed value.

 o actualValue
 public String actualValue
Displayed value.

 o row
 public int row
Row value.

 o selected
 public boolean selected
Selected flag.

 o changed
 public boolean changed
Changed flag.

 o hidden
 public boolean hidden
Hidden flag.

 o height
 public int height
Row height value.

 o recordLockValue
 public String recordLockValue
Record Lock value.

 o gridCells
 public String gridCells[]
Record Lock value.

Constructors

 o TextGridRow
 public TextGridRow(String displayValue,
                    String actualValue,
                    String gridCells[],
                    int row)
Create a new grid cell.

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

Methods

 o getRowKey
 public String getRowKey(int key)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index