public class ContentViewHeader extends Object implements Serializable, Comparable<ContentViewHeader>
| Constructor and Description | 
|---|
ContentViewHeader(String name,
                 String title,
                 boolean translateTitle,
                 String iconPath)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(ContentViewHeader o)  | 
boolean | 
equals(Object other)  | 
String | 
getIconPath()  | 
String | 
getName()  | 
String | 
getTitle()
Returns the title or the name if title is empty. 
 | 
int | 
hashCode()  | 
boolean | 
isTranslateTitle()  | 
String | 
toString()  | 
public String getName()
public String getTitle()
public boolean isTranslateTitle()
public String getIconPath()
public int compareTo(ContentViewHeader o)
compareTo in interface Comparable<ContentViewHeader>Copyright © 2015 Nuxeo SA. All rights reserved.