Package name.matthewgreet.strutscommons.view
package name.matthewgreet.strutscommons.view
Various view helpers used for JSP pages.
-
ClassesClassDescriptionAbstractDetailDisplay<D,
T extends Serializable> Unused.AbstractListCacheBasedDisplay<T extends Serializable>Unused.AbstractListDisplay<D,T extends Serializable> Unused.EnumSingleSelectBoxDisplay<E extends Enum<E>>Deprecated.Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode.EnumSingleSelectBoxDisplay2<E extends Enum<E>>Template that aids creation of OPTION tags in JSPs for single selection SELECT elements by formatting an enumerated type for display and selecting from a current value.Model bean, passed to JSP, that stores list and index of currently, selected item.Deprecated.Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode.Concrete subclass ofSingleSelectBoxDisplay
that formats list of numbers for display in an HTML select box.Aids creation of OPTION tags in JSPs for SELECT elements by formatting items for display.Aids creation of OPTION tags in JSPs for SELECT elements by formatting items for display.Deprecated.Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode.Template that aids creation of OPTION tags in JSPs for single selection SELECT elements by formatting an unformatted list for display.