public interface IterationProps
Modifier and Type | Method and Description |
---|---|
int |
getFirst()
A zero-relative row number of the first row to display
|
String |
getIterationStatusVar()
Provides access to the iteration status in a Request scope
|
String |
getRowKeyVar()
Provides access to the row key in a Request scope
|
String |
getStateVar()
Provides access to the state in a Request scope
|
Object |
getValue()
Points to the data model
|
String |
getVar()
A request-scope attribute via which the data object for the current row will be used when iterating
|
boolean |
isKeepSaved()
Boolean attribute that defines whether this iteration component will reset saved children's state before
rendering.
|
String getVar()
String getRowKeyVar()
String getStateVar()
String getIterationStatusVar()
boolean isKeepSaved()
int getFirst()
Object getValue()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.