public class OwDirectInputPageSelectorComponentTextBased extends OwSimplePageSelectorComponent
Class for simple page selector component, using images for rendering the links to the first, last, next, previous pages.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
isStickyFooterInUse, LOG, m_configNode, m_view| Constructor and Description |
|---|
OwDirectInputPageSelectorComponentTextBased(OwPageableView view_p)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
renderFirstPageActiveContent(Writer w_p)
Render active content (a symbol or an image) for the first page.
|
protected void |
renderFirstPageInactiveContent(Writer w_p)
Render inactive content (a symbol or an image) for the first page.
|
protected void |
renderLastPageActiveContent(Writer w_p)
Render active content (a symbol or an image) for the last page.
|
protected void |
renderLastPageInactiveContent(Writer w_p)
Render inactive content (a symbol or an image) for the last page.
|
protected void |
renderNextPageActiveContent(Writer w_p)
Render active content (a symbol or an image) for the next page.
|
protected void |
renderNextPageInactiveContent(Writer w_p)
Render inactive content (a symbol or an image) for the next page.
|
protected void |
renderPreviousPageActiveContent(Writer w_p)
Render active content (a symbol or an image) for the previous page.
|
protected void |
renderPreviousPageInactiveContent(Writer w_p)
Render inactive content (a symbol or an image) for the previous page.
|
getSimplePageSelectorStyleClass, rendergetDisplayCurrentPageNumber, getHumanReadablePageNumber, getLastPage, getPageAbsolutURL, getPageNextURL, getPagePrevURL, hasPaging, init, renderAccessibilityMark, setConfigNode, shouldRenderComponentpublic OwDirectInputPageSelectorComponentTextBased(OwPageableView view_p)
view_p - - the pageable view (see OwPageableView)protected void renderFirstPageActiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponentrenderFirstPageActiveContent in class OwSimplePageSelectorComponentw_p - - the writerIOExceptionOwSimplePageSelectorComponent.renderFirstPageActiveContent(java.io.Writer)protected void renderFirstPageInactiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponentrenderFirstPageInactiveContent in class OwSimplePageSelectorComponentw_p - - the writerIOExceptionOwSimplePageSelectorComponent.renderFirstPageInactiveContent(java.io.Writer)protected void renderPreviousPageInactiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponentrenderPreviousPageInactiveContent in class OwSimplePageSelectorComponentw_p - - the writerIOExceptionOwSimplePageSelectorComponent.renderPreviousPageInactiveContent(java.io.Writer)protected void renderPreviousPageActiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponentrenderPreviousPageActiveContent in class OwSimplePageSelectorComponentw_p - - the writerIOExceptionOwSimplePageSelectorComponent.renderPreviousPageActiveContent(java.io.Writer)protected void renderNextPageActiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponentrenderNextPageActiveContent in class OwSimplePageSelectorComponentw_p - - the writerIOExceptionOwSimplePageSelectorComponent.renderNextPageActiveContent(java.io.Writer)protected void renderNextPageInactiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponentrenderNextPageInactiveContent in class OwSimplePageSelectorComponentw_p - - the writerIOExceptionOwSimplePageSelectorComponent.renderNextPageInactiveContent(java.io.Writer)protected void renderLastPageActiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponentrenderLastPageActiveContent in class OwSimplePageSelectorComponentw_p - - the writerIOExceptionOwSimplePageSelectorComponent.renderLastPageActiveContent(java.io.Writer)protected void renderLastPageInactiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponentrenderLastPageInactiveContent in class OwSimplePageSelectorComponentw_p - - the writerIOExceptionOwSimplePageSelectorComponent.renderLastPageInactiveContent(java.io.Writer)Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.