|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.web.comparator.CellComparatorHelper
public class CellComparatorHelper
This class...
Field Summary | |
---|---|
private static Pattern |
HREF_ENCLOSURE
|
Constructor Summary | |
---|---|
CellComparatorHelper()
|
Method Summary | |
---|---|
static Comparator |
getAppropriateComparatorForPropertyClass(Class propClass)
This method returns a comparator to be used for comparing the contents of cells, that is the compareTo method will be invoked w/ displaytag Cell objects |
static Comparator |
getAppropriateValueComparatorForPropertyClass(Class propClass)
This method returns a comparator to be used for comparing propertyValues (in String form) |
static String |
getSanitizedStaticValue(org.displaytag.model.Cell cell)
This method is intended to be used in conjunction with displaytag. |
static String |
getSanitizedStaticValue(String staticValue)
Remove all end-of-line and tab characters (\r, \n, \t). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static Pattern HREF_ENCLOSURE
Constructor Detail |
---|
public CellComparatorHelper()
Method Detail |
---|
public static String getSanitizedStaticValue(org.displaytag.model.Cell cell)
cell
-
getSanitizedStaticValue(String)
public static String getSanitizedStaticValue(String staticValue)
staticValue
-
public static Comparator getAppropriateComparatorForPropertyClass(Class propClass)
propClass
-
public static Comparator getAppropriateValueComparatorForPropertyClass(Class propClass)
propClass
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |