{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.workplace.wcm.api
Interface FlatListPresentation

All Superinterfaces:
ListPresentation
public interface FlatListPresentation
extends ListPresentation

Represents a presentation properties of a flat list

Method Summary
 ListLayout getLayout()
          Returns the ListLayout for this FlatListPresentation
 void setLayout(ListLayout p_layout)
          Sets the layout of this FlatListPresentation
 
Methods inherited from interface com.ibm.workplace.wcm.api.ListPresentation
getNoResultsDesign, getPagingOptions, hasNoResultsDesign, setNoResultsDesign
 

Method Detail

getLayout

ListLayout getLayout()
Returns the ListLayout for this FlatListPresentation

Returns:
the ListLayout for this FlatListPresentation

setLayout

void setLayout(ListLayout p_layout)
Sets the layout of this FlatListPresentation

Will copy/clone the supplied ListLayout before setting on this FlatListPresentation

Parameters:
p_layout - the ListLayout to set
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD