Class TitledTextCell.TitledText
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.tables.TitledTextCell.TitledText
-
- All Implemented Interfaces:
Comparable<TitledTextCell.TitledText>
- Enclosing class:
- TitledTextCell
public static class TitledTextCell.TitledText extends Object implements Comparable<TitledTextCell.TitledText>
Container for the Cell value; consisting of title and description
-
-
Constructor Summary
Constructors Constructor Description TitledText(String title, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TitledTextCell.TitledText o)StringgetDescription()StringgetTitle()
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
-
compareTo
public int compareTo(TitledTextCell.TitledText o)
- Specified by:
compareToin interfaceComparable<TitledTextCell.TitledText>
-
-