|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.dmsdialogs.views.OwPageSelectorComponent
com.wewebu.ow.server.dmsdialogs.views.OwSimplePageSelectorComponent
public abstract class OwSimplePageSelectorComponent
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
| Field Summary |
|---|
| Fields inherited from class com.wewebu.ow.server.dmsdialogs.views.OwPageSelectorComponent |
|---|
isStickyFooterInUse, LOG, m_configNode, m_view |
| Constructor Summary | |
|---|---|
OwSimplePageSelectorComponent(OwPageableView view_p)
Constructor |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.wewebu.ow.server.dmsdialogs.views.OwPageSelectorComponent |
|---|
getDisplayCurrentPageNumber, getHumanReadablePageNumber, getLastPage, getPageAbsolutURL, getPageNextURL, getPagePrevURL, hasPaging, init, renderAccessibilityMark, setConfigNode, shouldRenderComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwSimplePageSelectorComponent(OwPageableView view_p)
| Method Detail |
|---|
public void render(Writer w_p)
throws Exception
OwPageSelectorComponent
render in class OwPageSelectorComponentw_p - - the writer
ExceptionOwPageSelectorComponent.render(java.io.Writer)protected String getSimplePageSelectorStyleClass()
protected abstract void renderFirstPageInactiveContent(Writer w_p)
throws Exception
w_p - - the writer
Exception - - thrown when this method fails.
protected abstract void renderFirstPageActiveContent(Writer w_p)
throws Exception
w_p - - the writer
Exception - - thrown when this method fails.
protected abstract void renderPreviousPageInactiveContent(Writer w_p)
throws Exception
w_p - - the writer
Exception - - thrown when this method fails.
protected abstract void renderPreviousPageActiveContent(Writer w_p)
throws Exception
w_p - - the writer
Exception - - thrown when this method fails.
protected abstract void renderNextPageInactiveContent(Writer w_p)
throws Exception
w_p - - the writer
Exception - - thrown when this method fails.
protected abstract void renderNextPageActiveContent(Writer w_p)
throws Exception
w_p - - the writer
Exception - - thrown when this method fails.
protected abstract void renderLastPageInactiveContent(Writer w_p)
throws Exception
w_p - - the writer
Exception - - thrown when this method fails.
protected abstract void renderLastPageActiveContent(Writer w_p)
throws Exception
w_p - - the writer
Exception - - thrown when this method fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||