Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.contentview.jsf
Class ContentViewLayoutImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.contentview.jsf.ContentViewLayoutImpl
All Implemented Interfaces:
java.io.Serializable, ContentViewLayout

public class ContentViewLayoutImpl
extends java.lang.Object
implements ContentViewLayout

Since:
5.4
Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
ContentViewLayoutImpl()
           
ContentViewLayoutImpl(java.lang.String name, java.lang.String title, boolean translateTitle, java.lang.String iconPath)
           
 
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
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentViewLayoutImpl

public ContentViewLayoutImpl()

ContentViewLayoutImpl

public ContentViewLayoutImpl(java.lang.String name,
                             java.lang.String title,
                             boolean translateTitle,
                             java.lang.String iconPath)
Method Detail

getIconPath

public java.lang.String getIconPath()
Description copied from interface: ContentViewLayout
Returns the icon relative path for this content view layout

Specified by:
getIconPath in interface ContentViewLayout

getName

public java.lang.String getName()
Description copied from interface: ContentViewLayout
Returns the name of the layout

Specified by:
getName in interface ContentViewLayout

getTitle

public java.lang.String getTitle()
Description copied from interface: ContentViewLayout
Returns a title for this content view layout

Specified by:
getTitle in interface ContentViewLayout

getTranslateTitle

public boolean getTranslateTitle()
Description copied from interface: ContentViewLayout
Returns a boolean stating if title has to be translated

Specified by:
getTranslateTitle in interface ContentViewLayout

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.