Constructor and Description |
---|
ViewCursor(ViewIndex index,
LocalResult result,
SearchRow first,
SearchRow last) |
Modifier and Type | Method and Description |
---|---|
Row |
get()
Get the complete current row.
|
SearchRow |
getSearchRow()
Get the current row.
|
boolean |
next()
Skip to the next row if one is available.
|
boolean |
previous()
Skip to the previous row if one is available.
|
public ViewCursor(ViewIndex index, LocalResult result, SearchRow first, SearchRow last)
public Row get()
Cursor
public SearchRow getSearchRow()
Cursor
getSearchRow
in interface Cursor
public boolean next()
Cursor
Copyright © 2017 JBoss by Red Hat. All rights reserved.