| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | CreateInParent
(Component table, RowPositionData row_pos_data)
|
| Color | GetBackgroundColor
()
|
| int | GetIndex
()
|
| String | GetName
()
|
| String | GetText
()
|
| Color | GetTextColor
()
|
| boolean | IsSelected
()
|
| boolean | IsVisible
()
|
| void | SetBackgroundColor
(Color color)
|
| void | SetIsSelected
(boolean flag)
|
| void | SetIsVisible
(boolean flag)
|
| void | SetName
(String value)
|
| void | SetText
(String value)
|
| void | SetTextColor
(Color color)
|
| Method Detail |
|---|
| CreateInParent |
|---|
| void | CreateInParent | (Component table, RowPositionData row_pos_data) |
|
| SetBackgroundColor |
|---|
| void | SetBackgroundColor | (Color color) |
|
| GetBackgroundColor |
|---|
| Color | GetBackgroundColor | () |
|
| SetName |
|---|
| void | SetName | (String value) |
|
| GetName |
|---|
| String | GetName | () |
|
| SetText |
|---|
| void | SetText | (String value) |
|
| GetText |
|---|
| String | GetText | () |
|
| SetIsVisible |
|---|
| void | SetIsVisible | (boolean flag) |
|
| IsVisible |
|---|
| boolean | IsVisible | () |
|
| SetIsSelected |
|---|
| void | SetIsSelected | (boolean flag) |
|
| IsSelected |
|---|
| boolean | IsSelected | () |
|
| SetTextColor |
|---|
| void | SetTextColor | (Color color) |
|
| GetTextColor |
|---|
| Color | GetTextColor | () |
|
| GetIndex |
|---|
| int | GetIndex | () |
|