Uses of Interface
org.apache.tapestry5.services.ValueLabelProvider
-
Packages that use ValueLabelProvider Package Description org.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change.org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.modules -
-
Uses of ValueLabelProvider in org.apache.tapestry5.internal
Classes in org.apache.tapestry5.internal that implement ValueLabelProvider Modifier and Type Class Description class
DefaultValueLabelProvider
Uses theTypeCoercer
to convert an arbitrary value to a string. -
Uses of ValueLabelProvider in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ValueLabelProvider Modifier and Type Class Description class
EnumValueLabelProvider<T extends java.lang.Enum>
Provides a label from enum.class
PropertyValueLabelProvider
Provides a label from a property of the passed object.Constructors in org.apache.tapestry5.internal.services with parameters of type ValueLabelProvider Constructor Description SelectModelFactoryImpl(PropertyAccess propertyAccess, ValueEncoderSource valueEncoderSource, ValueLabelProvider<java.lang.Object> valueLabelProvider)
-
Uses of ValueLabelProvider in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return ValueLabelProvider Modifier and Type Method Description ValueLabelProvider<?>
TapestryModule. buildValueLabelProvider(java.util.Map<java.lang.Class,ValueLabelProvider> configuration)
Method parameters in org.apache.tapestry5.modules with type arguments of type ValueLabelProvider Modifier and Type Method Description ValueLabelProvider<?>
TapestryModule. buildValueLabelProvider(java.util.Map<java.lang.Class,ValueLabelProvider> configuration)
void
TapestryModule. defaultValueLabelProviders(MappedConfiguration<java.lang.Class,ValueLabelProvider> configuration)
-