PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api
Interface ListPresentation
- All Known Subinterfaces:
- FlatListPresentation, HierachicalListPresentation, LibraryListPresentationComponent
public interface ListPresentationRepresents the base presentation properties of a list
The actual layout for each result is specified in the sub-classes:
- HierachicalListPresentation
- FlatListPresentation
Method Summary java.lang.String getNoResultsDesign()
Return the 'No Results' designListPagingOptions getPagingOptions()
Return the paging options for this ListPresentationboolean hasNoResultsDesign()
Indicates if this ListPresentation has a no-results design specifiedvoid setNoResultsDesign(java.lang.String p_html)
Sets the 'No Results' design
Method Detail getPagingOptions
ListPagingOptions getPagingOptions()
- Returns the paging options for this ListPresentation
- Returns:
- the paging options for this ListPresentation
getNoResultsDesign
java.lang.String getNoResultsDesign()
- Returns the 'No Results' design
- Returns:
- the 'No Results' design
setNoResultsDesign
void setNoResultsDesign(java.lang.String p_html) throws com.ibm.workplace.wcm.api.exceptions.OperationFailedException
- Sets the 'No Results' design
- Parameters:
- p_html - The HTML to set. If NULL or empty string is specified, then the design will be cleared
- Throws:
- com.ibm.workplace.wcm.api.exceptions.OperationFailedException - if the result design could not be set
hasNoResultsDesign
boolean hasNoResultsDesign()PREV CLASS NEXT CLASS
- Indicates if this ListPresentation has a no-results design specified
- Returns:
- true if this ListPresentation has a no-results design specified, false otherwise
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD