Method Summary | |
void |
afterUse()
Notify the ListItem provider that it has been used |
void |
beforeUse()
Notify the ListItem provider that it will be used |
java.lang.String |
getListItemText(int iRow)
Returns the item text for the given row (text to be shown in the combo/list) |
java.lang.String |
getListItemValue(int iRow)
Returns the item value for the given row |
int |
getRowCount()
Returns the number of rows of the ListItem provider |
Method Detail |
public int getRowCount()
public java.lang.String getListItemValue(int iRow)
iRow
- ( from 1 to RowCount )
public java.lang.String getListItemText(int iRow)
iRow
- ( from 1 to RowCount )
public void beforeUse()
public void afterUse()