public class PaginationComponentHandler extends UIComponentHandlerFactoryElement
HandlerFactoryElement.HandlerTrace
Modifier and Type | Field and Description |
---|---|
static String |
SELECT_PAGE |
Constructor and Description |
---|
PaginationComponentHandler() |
afterRenderComponent, beforeRenderComponent, getName
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isScopeAdequateForDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop
public static final String SELECT_PAGE
public PaginationComponentHandlerCache getCache()
public void actionChangePageSize(CommandRequest request)
public void actionFirstPage(CommandRequest request)
public void actionLastPage(CommandRequest request)
public void actionNextPage(CommandRequest request)
public void actionPreviousPage(CommandRequest request)
public void actionSelectPage(CommandRequest request)
public boolean isShowHeader()
public void setShowHeader(boolean showHeader)
public String getComponentIncludeJSP()
getComponentIncludeJSP
in class UIComponentHandlerFactoryElement
public void setComponentIncludeJSP(String componentIncludeJSP)
public String getPaginationContentProvider()
public void setPaginationContentProvider(String paginationContentProvider)
public boolean isShowBorder()
public void setShowBorder(boolean showBorder)
public PaginationContentProvider getContentProvider()
public String getPaginationComponentFormatter()
public void setPaginationComponentFormatter(String paginationComponentFormatter)
public int getPagesToShow()
public void setPagesToShow(int pagesToShow)
public boolean isUsedInsideForm()
public void setUsedInsideForm(boolean usedInsideForm)
public int getCurrentPage()
public void setCurrentPage(int currentPage)
public int getPageSize()
public void setPageSize(int pageSize)
public int[] getResultsPerPage()
public void setResultsPerPage(int[] resultsPerPage)
public int getElementToStart()
public int getElementToEnd()
public void calculateValues()
public int calculateLastPage()
public void actionUpdateMax(CommandRequest request)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.