|
||||||||||
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
com.wewebu.ow.server.dmsdialogs.views.OwDirectInputPageSelectorComponentTextBased
public class OwDirectInputPageSelectorComponentTextBased
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
Field Summary |
---|
Fields inherited from class com.wewebu.ow.server.dmsdialogs.views.OwPageSelectorComponent |
---|
isStickyFooterInUse, LOG, m_configNode, m_view |
Constructor Summary | |
---|---|
OwDirectInputPageSelectorComponentTextBased(OwPageableView view_p)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.wewebu.ow.server.dmsdialogs.views.OwSimplePageSelectorComponent |
---|
getSimplePageSelectorStyleClass, render |
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 OwDirectInputPageSelectorComponentTextBased(OwPageableView view_p)
view_p
- - the pageable view (see OwPageableView
)Method Detail |
---|
protected void renderFirstPageActiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponent
renderFirstPageActiveContent
in class OwSimplePageSelectorComponent
w_p
- - the writer
IOException
OwSimplePageSelectorComponent.renderFirstPageActiveContent(java.io.Writer)
protected void renderFirstPageInactiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponent
renderFirstPageInactiveContent
in class OwSimplePageSelectorComponent
w_p
- - the writer
IOException
OwSimplePageSelectorComponent.renderFirstPageInactiveContent(java.io.Writer)
protected void renderPreviousPageInactiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponent
renderPreviousPageInactiveContent
in class OwSimplePageSelectorComponent
w_p
- - the writer
IOException
OwSimplePageSelectorComponent.renderPreviousPageInactiveContent(java.io.Writer)
protected void renderPreviousPageActiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponent
renderPreviousPageActiveContent
in class OwSimplePageSelectorComponent
w_p
- - the writer
IOException
OwSimplePageSelectorComponent.renderPreviousPageActiveContent(java.io.Writer)
protected void renderNextPageActiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponent
renderNextPageActiveContent
in class OwSimplePageSelectorComponent
w_p
- - the writer
IOException
OwSimplePageSelectorComponent.renderNextPageActiveContent(java.io.Writer)
protected void renderNextPageInactiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponent
renderNextPageInactiveContent
in class OwSimplePageSelectorComponent
w_p
- - the writer
IOException
OwSimplePageSelectorComponent.renderNextPageInactiveContent(java.io.Writer)
protected void renderLastPageActiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponent
renderLastPageActiveContent
in class OwSimplePageSelectorComponent
w_p
- - the writer
IOException
OwSimplePageSelectorComponent.renderLastPageActiveContent(java.io.Writer)
protected void renderLastPageInactiveContent(Writer w_p) throws IOException
OwSimplePageSelectorComponent
renderLastPageInactiveContent
in class OwSimplePageSelectorComponent
w_p
- - the writer
IOException
OwSimplePageSelectorComponent.renderLastPageInactiveContent(java.io.Writer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |