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 |
---|---|
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
|
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
Copyright © 2011 Nuxeo SA. All Rights Reserved.