java.lang.EnumProperties that are tracked by state saving.javax.faces.component.UIData$PropertyKeys
Field Summary | ||
---|---|---|
PropertyKeys | first | The first row number (zero-relative) to be displayed. |
PropertyKeys | rowIndex | The zero-relative index of the current row number, or -1 for no current row association. |
PropertyKeys | rows | The number of rows to display, or zero for all remaining rows in the table. |
PropertyKeys | saved | This map contains |
PropertyKeys | value | The local value of this UIComponent . |
PropertyKeys | var | The request scope attribute under which the data object for the current row will be exposed when iterating. |
PropertyKeys | lastId | Last id vended by UIData#createUniqueId(javax.faces.context.FacesContext, String) . |