org.drools.guvnor.client.widgets.tables
Class TitledTextCell.TitledText

java.lang.Object
  extended by 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


Constructor Summary
TitledTextCell.TitledText(String title, String description)
           
 
Method Summary
 int compareTo(TitledTextCell.TitledText o)
           
 String getDescription()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitledTextCell.TitledText

public TitledTextCell.TitledText(String title,
                                 String description)
Method Detail

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.