|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
P - The type of embed-able ListPresentation this item usespublic interface ListPresentable<P extends ListPresentation>
Represents an item that is rendered as a list
| Method Summary | |
|---|---|
P |
getEmbeddedListPresentation()
Returns the 'embedded' list presentation for this ListPresentable |
DocumentId<LibraryListPresentationComponent> |
getExternalListPresentationId()
Returns a reference to the 'external' LibraryListPresentationComponent
that is specified to the render the results for this ListPresentable |
boolean |
hasExternalListPresentation()
Indicates if an external list presentation is specified |
void |
setExternalListPresentationId(DocumentId<LibraryListPresentationComponent> p_listPresentationId)
Specifies the 'external' LibraryListPresentationComponent that should be used
to the render the results for this ListPresentable |
| Method Detail |
|---|
P getEmbeddedListPresentation()
ListPresentable
ListPresentable
DocumentId<LibraryListPresentationComponent> getExternalListPresentationId()
throws AuthorizationException,
PropertyRetrievalException
LibraryListPresentationComponent
that is specified to the render the results for this ListPresentable
LibraryListPresentationComponent
for this ListPresentable or NULL if this ListPresentable
is using its 'embedded' presentation
AuthorizationException - if the user does not have the appropriate access to the LibraryListPresentationComponent
PropertyRetrievalException - if the LibraryListPresentationComponent id cannot be retrievedvoid setExternalListPresentationId(DocumentId<LibraryListPresentationComponent> p_listPresentationId)
LibraryListPresentationComponent that should be used
to the render the results for this ListPresentable
When an 'external' LibraryListPresentationComponent is specified, then the 'embedded' version is ignored
p_listPresentationId - The LibraryListPresentationComponent to use OR NULL to enforce
usage of the 'embedded' ListPresentationboolean hasExternalListPresentation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||