alloy

Tag paginator

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.paginator.Paginator
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.paginator.PaginatorRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
ajaxfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, clicking on the button will cause the form to be submitted via XmlHttpRequest. The default value is true.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
executefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-delimited list of component ids that are to participate in the APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES, and INVOKE_APPLICATION phases of the JSF lifecycle. The following keywords may also appear in the list: @this, @form, @all, @none. The default value is @this @for (meaning, the paginator itself and the associated alloy:dataTable).
firstPagefalsejavax.el.ValueExpression
(must evaluate to int)
Integer representing the first page number that is to be displayed in the list of page number controls. The default value is 1.
firstPageLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label of the control that causes the first page to be displayed. The default value is the "«" character code.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The id of the UIData component that is to be paginated.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
lastPageLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label of the control that causes the last page to be displayed. The default value is the "»" character code.
maxPageNumberControlsfalsejavax.el.ValueExpression
(must evaluate to int)
Integer representing the maximum number of page number controls that will be displayed. The default value is 10.
nextPageLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label of the control that causes the next page to be displayed. The default value is the "›" character code.
previousPageLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label of the control that causes the previous page to be displayed. The default value is the "‹" character code.
processfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Synonym for the execute attribute. The default value is "@all".
renderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-delimited list of component ids that are to participate in the RENDER_RESPONSE phase of the JSF lifecycle and be re-rendered in the DOM after the response is received from the XmlHttpRequest. The following keywords may also appear in the list: @this, @form, @all, @none, @for. The default value is @this @for (meaning, the paginator itself and the associated alloy:dataTable).
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
showFirstPageControlfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, a control will be rendered that will cause the associated UIData component to display the first page. The default value is true.
showLastPageControlfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, a control will be rendered that will cause the associated UIData component to display the last page. The default value is true.
showNextPageControlfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, a control will be rendered that will cause the associated UIData component to display the next page. The default value is true.
showPageNumberControlsfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, controls will be rendered for each page number (limited by the maxPageNumberControls attribute). The default value is true.
showPreviousPageControlfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, a control will be rendered that will cause the associated UIData component to display the previous page. The default value is true.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. Valid values are pagination-large, pagination-small, and pagination-mini.
summaryPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the position of the row summary. The row summary will be displayed based on the results-x-x-of-x-page-x-of-x internationalized language key, for example: "Page 1 of 7." The default value is "bottom".
updatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Synonym for the render attribute. The default value is "@none".
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value of this component, which is typically bound via EL to a model bean property.

Output generated by Vdldoc View Declaration Language Documentation Generator.