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 |
getShowPDFExport()
Returns true if PDF export 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.
|
String getName()
String getTitle()
boolean getTranslateTitle()
String getIconPath()
boolean getShowCSVExport()
boolean getShowPDFExport()
boolean getShowSyndicationLinks()
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 © 2014 Nuxeo SA. All Rights Reserved.