public class ContentViewLayoutImpl extends Object implements ContentViewLayout
Constructor and Description |
---|
ContentViewLayoutImpl() |
ContentViewLayoutImpl(String name,
String title,
boolean translateTitle,
String iconPath,
boolean showCSVExport) |
Modifier and Type | Method and Description |
---|---|
ContentViewLayoutImpl |
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 |
toString() |
public String getIconPath()
ContentViewLayout
getIconPath
in interface ContentViewLayout
public String getName()
ContentViewLayout
getName
in interface ContentViewLayout
public String getTitle()
ContentViewLayout
getTitle
in interface ContentViewLayout
public boolean getTranslateTitle()
ContentViewLayout
getTranslateTitle
in interface ContentViewLayout
public boolean getShowCSVExport()
ContentViewLayout
getShowCSVExport
in interface ContentViewLayout
public boolean getShowPDFExport()
ContentViewLayout
getShowPDFExport
in interface ContentViewLayout
public boolean getShowSyndicationLinks()
ContentViewLayout
getShowSyndicationLinks
in interface ContentViewLayout
public String getFilterDisplayType()
ContentViewLayout
getFilterDisplayType
in interface ContentViewLayout
public boolean isFilterUnfolded()
ContentViewLayout
Does not have any impact on the filter display if filter display type is "quick" (i.e. opens in a popup)
isFilterUnfolded
in interface ContentViewLayout
public ContentViewLayoutImpl clone()
clone
in interface ContentViewLayout
clone
in class Object
Copyright © 2013 Nuxeo SA. All Rights Reserved.