public abstract class OwSimplePageSelectorComponent extends OwPageSelectorComponent
Base class for simple page selector component. This component provide support for navigation to the first, the last, and to a given page number.
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 |
---|
OwSimplePageSelectorComponent(OwPageableView view_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected String |
getSimplePageSelectorStyleClass()
Get the name of the page selector style class
|
void |
render(Writer w_p)
Render the component.
|
protected abstract void |
renderFirstPageActiveContent(Writer w_p)
Render active content (a symbol or an image) for the first page.
|
protected abstract void |
renderFirstPageInactiveContent(Writer w_p)
Render inactive content (a symbol or an image) for the first page.
|
protected abstract void |
renderLastPageActiveContent(Writer w_p)
Render active content (a symbol or an image) for the last page.
|
protected abstract void |
renderLastPageInactiveContent(Writer w_p)
Render inactive content (a symbol or an image) for the last page.
|
protected abstract void |
renderNextPageActiveContent(Writer w_p)
Render active content (a symbol or an image) for the next page.
|
protected abstract void |
renderNextPageInactiveContent(Writer w_p)
Render inactive content (a symbol or an image) for the next page.
|
protected abstract void |
renderPreviousPageActiveContent(Writer w_p)
Render active content (a symbol or an image) for the previous page.
|
protected abstract void |
renderPreviousPageInactiveContent(Writer w_p)
Render inactive content (a symbol or an image) for the previous page.
|
getDisplayCurrentPageNumber, getHumanReadablePageNumber, getLastPage, getPageAbsolutURL, getPageNextURL, getPagePrevURL, hasPaging, init, renderAccessibilityMark, setConfigNode, shouldRenderComponent
public OwSimplePageSelectorComponent(OwPageableView view_p)
public void render(Writer w_p) throws Exception
OwPageSelectorComponent
render
in class OwPageSelectorComponent
w_p
- - the writerException
OwPageSelectorComponent.render(java.io.Writer)
protected String getSimplePageSelectorStyleClass()
protected abstract void renderFirstPageInactiveContent(Writer w_p) throws Exception
w_p
- - the writerException
- - thrown when this method fails.protected abstract void renderFirstPageActiveContent(Writer w_p) throws Exception
w_p
- - the writerException
- - thrown when this method fails.protected abstract void renderPreviousPageInactiveContent(Writer w_p) throws Exception
w_p
- - the writerException
- - thrown when this method fails.protected abstract void renderPreviousPageActiveContent(Writer w_p) throws Exception
w_p
- - the writerException
- - thrown when this method fails.protected abstract void renderNextPageInactiveContent(Writer w_p) throws Exception
w_p
- - the writerException
- - thrown when this method fails.protected abstract void renderNextPageActiveContent(Writer w_p) throws Exception
w_p
- - the writerException
- - thrown when this method fails.protected abstract void renderLastPageInactiveContent(Writer w_p) throws Exception
w_p
- - the writerException
- - thrown when this method fails.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.