Event wrapper class that is used by classes extending DataRepeater to determine if component
must expose the DATA_ROW in request scope during the broadcast event phase.
Returns the total number of items to display, as follow:
If the value has been explicitly set (via a call to setItemCount) , returns it
If the component is bound to the DataSource, returns the number of rows in the underlying DataModel
otherwise returns the number of child components
getLastPage() -
Method in class com.infragistics.faces.shared.component.Pager
Return the component that's displayed to navigate to the last page
getLeft() -
Method in class com.infragistics.faces.shared.component.html.Style
Return a list of components to use as template for each row of the data model
The list has been previously saved as an attribute under the key TEMPLATE_ITEM
getTextWrap() -
Method in class com.infragistics.faces.shared.component.html.Style
getTooltip() -
Method in class com.infragistics.faces.shared.component.Link