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_ORDERComparator that can be used for a case insensitive sort ofLabelValueBeanobjects.Methods in org.apache.struts.util with parameters of type LabelValueBeanModifier and TypeMethodDescriptionintLabelValueBean.compareTo(LabelValueBean o) Compare LabelValueBeans based on the label, because that's the human viewable part of the object.