|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for line iterators
Method Summary | |
java.lang.Object |
current()
Returns the Object at the current position |
java.lang.Object |
current(java.lang.String property)
Method current |
int |
currentCheckState()
Returns the Check state -1 = The Item can not be checked. |
int |
currentIndex()
Returns the current row index (offset between the first line and the current line) |
java.lang.String |
currentKey()
Method curentKey |
boolean |
done()
Checks if all items are processed |
boolean |
isMarked()
Checks if the current Item is highlighted |
boolean |
isValidProperty(java.lang.String property)
Checks if the current iteration element has the given property |
void |
next()
Moves to the next element |
void |
prev()
Moves to the previous element |
void |
reset()
resets the iterator to the first element of the collection |
Method Detail |
public boolean done()
public java.lang.Object current()
public java.lang.Object current(java.lang.String property)
property
- Bean Property Name
public java.lang.String currentKey()
public int currentIndex()
public boolean isValidProperty(java.lang.String property)
property
- the property name
true
if the current bean possesses a matching
propertypublic boolean isMarked()
public int currentCheckState()
public void next()
public void prev()
public void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |