Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.contentbrowser
Class ContentViewHeader

java.lang.Object
  extended by org.nuxeo.ecm.webapp.contentbrowser.ContentViewHeader
All Implemented Interfaces:
java.io.Serializable

public class ContentViewHeader
extends java.lang.Object
implements java.io.Serializable

Holds needed information about a content view to select it from UI, or to selected one of its result layouts from UI

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

Constructor Summary
ContentViewHeader(java.lang.String name, java.lang.String title, boolean translateTitle, java.lang.String iconPath)
           
 
Method Summary
 java.lang.String getIconPath()
           
 java.lang.String getName()
           
 java.lang.String getTitle()
           
 boolean isTranslateTitle()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentViewHeader

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

getName

public java.lang.String getName()

getTitle

public java.lang.String getTitle()

isTranslateTitle

public boolean isTranslateTitle()

getIconPath

public java.lang.String getIconPath()

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.