org.drools.guvnor.client.widgets.tables
Class TitledTextCell.TitledText
java.lang.Object
org.drools.guvnor.client.widgets.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TitledTextCell.TitledText
public TitledTextCell.TitledText(String title,
String description)
getTitle
public String getTitle()
getDescription
public String getDescription()
compareTo
public int compareTo(TitledTextCell.TitledText o)
- Specified by:
compareTo
in interface Comparable<TitledTextCell.TitledText>
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.