public class UIComment extends Object implements Comparable, Serializable
| Constructor and Description | 
|---|
UIComment(UIComment parent,
         DocumentModel docModel)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
addChild(UIComment child)  | 
int | 
compareTo(Object o)  | 
boolean | 
equals(Object other)  | 
List<UIComment> | 
getChildren()  | 
DocumentModel | 
getComment()  | 
javax.faces.model.DataModel | 
getDataModel()  | 
String | 
getId()  | 
UIComment | 
getParent()  | 
int | 
hashCode()  | 
boolean | 
removeChild(UIComment child)  | 
void | 
setChildren(List<UIComment> children)  | 
public UIComment(UIComment parent, DocumentModel docModel)
public List<UIComment> getChildren()
public void setChildren(List<UIComment> children)
public boolean removeChild(UIComment child)
public javax.faces.model.DataModel getDataModel()
public int compareTo(Object o)
compareTo in interface Comparablepublic DocumentModel getComment()
Copyright © 2019 Nuxeo. All rights reserved.