|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwPageableView
Base interface for the views that intends to use different paging components.
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 interface com.wewebu.ow.server.ui.OwBaseView |
---|
EMPTY_STRING |
Method Summary | |
---|---|
boolean |
canPageNext()
Check if there is a next page |
boolean |
canPagePrev()
Check if there is a previous page |
OwPageSelectorComponent |
createPageSelector()
Create the paging component, according with the configuration setting. |
OwAppContext |
getContext()
get the context reference |
int |
getCount()
Get number of items. |
int |
getCurrentPage()
Get the current page |
String |
getPageAbsolutEventURL(String aditionalParameters_p)
Get URL for a given page number |
int |
getPageCount()
retrieve number of available pages |
String |
getPageNextEventURL()
Get the next page URL. |
String |
getPagePrevEventURL()
Get the previous page URL. |
boolean |
hasPaging()
Check if the current view must show the paging component. |
void |
onPageAbsolut(javax.servlet.http.HttpServletRequest request_p)
display absolute page of objects |
void |
onPageNext(javax.servlet.http.HttpServletRequest request_p)
display next page of objects |
void |
onPagePrev(javax.servlet.http.HttpServletRequest request_p)
display previous page of objects |
Methods inherited from interface com.wewebu.ow.server.ui.OwBaseView |
---|
getBreadcrumbPart, getTitle, isNamedRegion, isRegion, render, renderNamedRegion, renderRegion |
Method Detail |
---|
void onPageAbsolut(javax.servlet.http.HttpServletRequest request_p) throws Exception
Exception
void onPageNext(javax.servlet.http.HttpServletRequest request_p) throws Exception
Exception
void onPagePrev(javax.servlet.http.HttpServletRequest request_p) throws Exception
Exception
int getPageCount() throws Exception
Exception
int getCurrentPage() throws Exception
Exception
OwAppContext getContext()
boolean canPagePrev()
boolean canPageNext() throws Exception
Exception
int getCount()
String getPagePrevEventURL()
String getPageNextEventURL()
boolean hasPaging()
true
if the current view must show the paging component.String getPageAbsolutEventURL(String aditionalParameters_p)
aditionalParameters_p
- - query parameters in a http link
OwPageSelectorComponent createPageSelector() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |