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.
-
actualValue
- Displayed value.
-
changed
- Changed flag.
-
displayValue
- Displayed value.
-
gridCells
- Record Lock value.
-
height
- Row height value.
-
hidden
- Hidden flag.
-
recordLockValue
- Record Lock value.
-
row
- Row value.
-
selected
- Selected flag.
-
TextGridRow(char[])
- Create a new grid cell.
-
TextGridRow(String, String, String[], int)
- Create a new grid cell.
-
getRowKey(int)
-
-
toString()
-
displayValue
public String displayValue
- Displayed value.
actualValue
public String actualValue
- Displayed value.
row
public int row
- Row value.
selected
public boolean selected
- Selected flag.
changed
public boolean changed
- Changed flag.
hidden
public boolean hidden
- Hidden flag.
height
public int height
- Row height value.
recordLockValue
public String recordLockValue
- Record Lock value.
gridCells
public String gridCells[]
- Record Lock value.
TextGridRow
public TextGridRow(String displayValue,
String actualValue,
String gridCells[],
int row)
- Create a new grid cell.
TextGridRow
public TextGridRow(char entry[])
- Create a new grid cell.
getRowKey
public String getRowKey(int key)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index