Uses of Class
org.apache.struts.util.LabelValueBean
Package
Description
The Utilities package provides a variety of families of classes,
to solve problems that are commonly encountered in building web applications.
-
Uses of LabelValueBean in org.apache.struts.util
Modifier and TypeFieldDescriptionstatic final Comparator
<LabelValueBean> LabelValueBean.CASE_INSENSITIVE_ORDER
Comparator that can be used for a case insensitive sort ofLabelValueBean
objects.Modifier and TypeMethodDescriptionint
LabelValueBean.compareTo
(LabelValueBean o) Compare LabelValueBeans based on the label, because that's the human viewable part of the object.