|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwSequenceView
Base Interface for sequence views. A sequence view can browse back and forth through a sequence of items.
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
Method Summary | |
---|---|
int |
getCount()
get the number of sequence items in the view |
boolean |
hasNext()
called when the view needs to know if there is a next item |
boolean |
hasPrev()
called when the view needs to know if there is a prev item |
void |
next(boolean fRemoveCurrent_p)
move to next item |
void |
prev(boolean fRemoveCurrent_p)
move to prev item |
Method Detail |
---|
boolean hasNext() throws Exception
Exception
boolean hasPrev() throws Exception
Exception
void prev(boolean fRemoveCurrent_p) throws Exception
fRemoveCurrent_p
- true = remove the current sequence item and then move to the prev item, if this is the last item, closes the view
Exception
void next(boolean fRemoveCurrent_p) throws Exception
fRemoveCurrent_p
- true = remove the current sequence item and then move to the next item, if this is the last item, closes the view
Exception
int getCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |