com.liferay.faces.alloy.component.paginator
Class Paginator

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by com.liferay.faces.alloy.component.paginator.PaginatorBase
              extended by com.liferay.faces.alloy.component.paginator.Paginator
All Implemented Interfaces:
com.liferay.faces.util.component.Styleable, EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder

public class Paginator
extends PaginatorBase
implements javax.faces.component.behavior.ClientBehaviorHolder

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.faces.alloy.component.paginator.PaginatorBase
PaginatorBase.PaginatorPropertyKeys
 
Field Summary
 
Fields inherited from class com.liferay.faces.alloy.component.paginator.PaginatorBase
COMPONENT_FAMILY, COMPONENT_TYPE, RENDERER_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Fields inherited from interface com.liferay.faces.util.component.Styleable
STYLE, STYLE_CLASS
 
Constructor Summary
Paginator()
           
 
Method Summary
 String getDefaultEventName()
           
 Collection<String> getEventNames()
           
 String getExecute()
          execute attribute description:
 String getRender()
          render attribute description:
 javax.faces.component.UIData getUIData()
           
 
Methods inherited from class com.liferay.faces.alloy.component.paginator.PaginatorBase
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, setUpdate
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, 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, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors
 

Constructor Detail

Paginator

public Paginator()
Method Detail

getDefaultEventName

public String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

getEventNames

public Collection<String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getExecute

public String getExecute()
Description copied from class: PaginatorBase

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. 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).

Overrides:
getExecute in class PaginatorBase

getRender

public String getRender()
Description copied from class: PaginatorBase

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. 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).

Overrides:
getRender in class PaginatorBase

getUIData

public final javax.faces.component.UIData getUIData()


Copyright © 2017 Liferay, Inc.. All rights reserved.