|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface NotesUIViewEntryCollection
Represents a collection of view entries from a Notes view.
| Method Summary | |
|---|---|
Iterator<NotesUIDocumentEntry> |
documentIterator()
Gets an iterator of only NotesUIDocumentEntry objects from the total overall collection. |
NotesUIViewEntry |
getFirstEntry()
Gets the first view entry in this collection. |
boolean |
isOpen()
Indicates whether the collection has been opened or not. |
Iterator<NotesUIViewEntry> |
iterator()
Gets an iterator to iterate over this collection of entries. |
void |
open(CollectionOpenListener listener,
boolean makeBusy)
Open the collection and retrieve all the information for this collection. |
int |
size()
Gets the size of this collection. |
| Method Detail |
|---|
NotesUIViewEntry getFirstEntry()
open(com.ibm.notes.java.ui.listeners.CollectionOpenListener, boolean) to get the first entry in the collection.
Iterator<NotesUIViewEntry> iterator()
isOpen()
returns true.
int size()
open(com.ibm.notes.java.ui.listeners.CollectionOpenListener, boolean).
Iterator<NotesUIDocumentEntry> documentIterator()
NotesUIDocumentEntry objects from the total overall collection.
This iterator will return null unless the collection has been opened by calling
open(com.ibm.notes.java.ui.listeners.CollectionOpenListener, boolean).
boolean isOpen()
void open(CollectionOpenListener listener,
boolean makeBusy)
listener - listener which will be called when the collection has been opened, the listener will be
called on a background threadmakeBusy - true will put the view in a half busy state when the listener is called,
false will leave the view in its normal state
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||