Uses of Class
org.apache.struts.util.LabelValueBean
Packages that use 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
Fields in org.apache.struts.util with type parameters of type LabelValueBeanModifier and TypeFieldDescriptionstatic final Comparator
<LabelValueBean> LabelValueBean.CASE_INSENSITIVE_ORDER
Comparator that can be used for a case insensitive sort ofLabelValueBean
objects.Methods in org.apache.struts.util with parameters of type LabelValueBeanModifier and TypeMethodDescriptionint
LabelValueBean.compareTo
(LabelValueBean o) Compare LabelValueBeans based on the label, because that's the human viewable part of the object.