Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.contentview.jsf
Interface ContentViewLayout

All Superinterfaces:
Serializable
All Known Implementing Classes:
ContentViewLayoutImpl

public interface ContentViewLayout
extends Serializable

Content view layout definition

Since:
5.4
Author:
Anahide Tchertchian

Method Summary
 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.
 String getTitle()
          Returns a title for this content view layout
 boolean getTranslateTitle()
          Returns a boolean stating if title has to be translated
 

Method Detail

getName

String getName()
Returns the name of the layout


getTitle

String getTitle()
Returns a title for this content view layout


getTranslateTitle

boolean getTranslateTitle()
Returns a boolean stating if title has to be translated


getIconPath

String getIconPath()
Returns the icon relative path for this content view layout


getShowCSVExport

boolean getShowCSVExport()
Returns true if CSV export is enabled for this layout.

Since:
5.4.2

getShowPDFExport

boolean getShowPDFExport()
Returns true if PDF export is enabled for this layout.

Since:
5.4.2

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.