Class AbstractListSelectControl.DefaultValueRepresentationStrategy<VV>

java.lang.Object
io.guise.framework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy<VV>
io.guise.framework.component.AbstractListSelectControl.DefaultValueRepresentationStrategy<VV>
Type Parameters:
VV - The type of value the strategy is to represent.
All Implemented Interfaces:
ListSelectControl.ValueRepresentationStrategy<VV>
Enclosing class:
AbstractListSelectControl<V>

public static class AbstractListSelectControl.DefaultValueRepresentationStrategy<VV> extends AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy<VV>
A default list select value representation strategy that creates a Label. A label component will be generated containing the default string representation of a value.
Author:
Garret Wilson
See Also: