public class Paginator extends PaginatorBase implements javax.faces.component.behavior.ClientBehaviorHolder
PaginatorBase.PaginatorPropertyKeysCOMPONENT_FAMILY, COMPONENT_TYPE, RENDERER_TYPE| Constructor and Description |
|---|
Paginator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getExecute()
execute attribute description:
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. |
String |
getRender()
render attribute description:
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. |
javax.faces.component.UIData |
getUIData() |
getFamily, getFirstPage, getFirstPageLabel, getFor, getLastPageLabel, getMaxPageNumberControls, getNextPageLabel, getPreviousPageLabel, getProcess, getStyle, getStyleClass, getSummaryPosition, getUpdate, isAjax, isShowFirstPageControl, isShowLastPageControl, isShowNextPageControl, isShowPageNumberControls, isShowPreviousPageControl, setAjax, setExecute, setFirstPage, setFirstPageLabel, setFor, setLastPageLabel, setMaxPageNumberControls, setNextPageLabel, setPreviousPageLabel, setProcess, setRender, setShowFirstPageControl, setShowLastPageControl, setShowNextPageControl, setShowPageNumberControls, setShowPreviousPageControl, setStyle, setStyleClass, setSummaryPosition, setUpdateaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getExecute()
PaginatorBaseexecute attribute description:
@this, @form, @all, @none. The default value is @this @for (meaning, the paginator itself and the associated alloy:dataTable).getExecute in class PaginatorBasepublic String getRender()
PaginatorBaserender attribute description:
@this, @form, @all, @none, @for. The default value is @this @for (meaning, the paginator itself and the associated alloy:dataTable).getRender in class PaginatorBasepublic final javax.faces.component.UIData getUIData()
Copyright © 2016 Liferay, Inc.. All rights reserved.