Package org.apache.tapestry5.services
Interface ValueLabelProvider<V>
-
- All Known Implementing Classes:
DefaultValueLabelProvider
,EnumValueLabelProvider
,PropertyValueLabelProvider
public interface ValueLabelProvider<V>
An object capable of providing a user-presentable label from a value. A special case exists for handling enum types.- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel(V value)
Gets label from the value.
-