public class ListBoxInfo extends Object
This class is used to access the list box data as a snapshot. There is no link to the live listbox data.
This snapshot can be used by for example the text based PrintWindow function, or robots/test tools.
Modifier and Type | Class and Description |
---|---|
static class |
ListBoxInfo.ListBoxInfoCell
The inner cell information class.
|
static class |
ListBoxInfo.ListBoxInfoColumn
The inner column information class.
|
Modifier and Type | Field and Description |
---|---|
ArrayList<ListBoxInfo.ListBoxInfoColumn> |
columns
List of list box columns.
|
int |
firstVisibleLine
First visible line.
|
Modifier and Type | Method and Description |
---|---|
int |
getLineCount()
Gets the number of lines.
|
public final ArrayList<ListBoxInfo.ListBoxInfoColumn> columns
public int firstVisibleLine
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.