public interface ContentViewLayout extends Serializable
Modifier and Type | Method and Description |
---|---|
ContentViewLayout |
clone() |
String |
getFilterDisplayType()
Returns the filter display type to handle different kinds of filter display.
|
String |
getIconPath()
Returns the icon relative path for this content view layout
|
String |
getName()
Returns the name of the layout
|
boolean |
getShowCSVExport()
Returns true if CSV export is enabled for this layout.
|
boolean |
getShowEditColumns()
Returns true if 'edit columns' link is enabled for this layout.
|
boolean |
getShowEditRows()
Returns true if 'edit rows' link is enabled for this layout.
|
boolean |
getShowPDFExport()
Returns true if PDF export is enabled for this layout.
|
boolean |
getShowSlideshow()
Returns true if 'slide show' link is enabled for this layout.
|
boolean |
getShowSpreadsheet()
Returns true if 'spreadsheet' link is enabled for this layout.
|
boolean |
getShowSyndicationLinks()
Returns true if syndication links are enabled for this layout.
|
String |
getTitle()
Returns a title for this content view layout
|
boolean |
getTranslateTitle()
Returns a boolean stating if title has to be translated
|
boolean |
isFilterUnfolded()
Returns true is the filter should be unfolded by default.
|
boolean getTranslateTitle()
String getIconPath()
boolean getShowCSVExport()
boolean getShowPDFExport()
boolean getShowSyndicationLinks()
boolean getShowSlideshow()
boolean getShowEditColumns()
boolean getShowEditRows()
This marker is only useful to handle layout column selection when columns are actually rows (or display content differently that using columns).
boolean getShowSpreadsheet()
String getFilterDisplayType()
boolean isFilterUnfolded()
Does not have any impact on the filter display if filter display type is "quick" (i.e. opens in a popup)
ContentViewLayout clone()
Copyright © 2018 Nuxeo. All rights reserved.