|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListPresentation
Represents the base presentation properties of a list
The actual layout for each result is specified in the sub-classes:
HierachicalListPresentationFlatListPresentation
| Method Summary | |
|---|---|
java.lang.String |
getNoResultsDesign()
Returns the 'No Results' design |
ListPagingOptions |
getPagingOptions()
Returns the paging options for this ListPresentation |
boolean |
hasNoResultsDesign()
Indicates if this ListPresentation has a no-results design specified |
void |
setNoResultsDesign(java.lang.String p_html)
Sets the 'No Results' design |
| Method Detail |
|---|
ListPagingOptions getPagingOptions()
ListPresentation
ListPresentationjava.lang.String getNoResultsDesign()
void setNoResultsDesign(java.lang.String p_html)
throws OperationFailedException
p_html - The HTML to set. If NULL or empty string is specified, then the design will be cleared
OperationFailedException - if the result design could not be setboolean hasNoResultsDesign()
ListPresentation has a no-results design specified
ListPresentation has a no-results design specified, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||