Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ContentViewLayoutImpl

public interface ContentViewLayout
extends java.io.Serializable

Content view layout definition

Since:
5.4
Author:
Anahide Tchertchian

Method Summary
 java.lang.String getIconPath()
          Returns the icon relative path for this content view layout
 java.lang.String getName()
          Returns the name of the layout
 java.lang.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

java.lang.String getName()
Returns the name of the layout


getTitle

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


getTranslateTitle

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


getIconPath

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.