public class ContentViewHeader extends Object implements Serializable, Comparable<ContentViewHeader>
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
iconPath  | 
protected String | 
name  | 
protected String | 
title  | 
protected boolean | 
translateTitle  | 
| 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()  | 
protected boolean translateTitle
public ContentViewHeader(String name, String title, boolean translateTitle, String iconPath)
public boolean isTranslateTitle()
public String getIconPath()
public int compareTo(ContentViewHeader o)
compareTo in interface Comparable<ContentViewHeader>Copyright © 2019 Nuxeo. All rights reserved.