Nuxeo Enterprise Platform 5.4

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
 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


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.