T - the generic type of the values listPropertiesKeysListResolver from project resourcebundle-core.public abstract class PropertiesKeysListResolver<T> extends Object
| Constructor and Description |
|---|
PropertiesKeysListResolver(String propertiesKeyPrefix,
List<T> values)
Deprecated.
Instantiates a new properties list view renderer.
|
PropertiesKeysListResolver(String propertiesKeyPrefix,
String propertiesKeySuffix,
List<T> values)
Deprecated.
Instantiates a new properties list view renderer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDisplayValue(T object)
Deprecated.
Gets the display value for the given object.
|
protected String |
getPropertiesKey(String object)
Deprecated.
Gets the properties key from the given object.
|
List<String> |
getResultList()
Deprecated.
Gets the result list from the display values.
|
List<T> |
getValues()
Deprecated.
Gets the values.
|
public PropertiesKeysListResolver(String propertiesKeyPrefix, List<T> values)
propertiesKeyPrefix - the properties key prefixvalues - the valuespublic PropertiesKeysListResolver(String propertiesKeyPrefix, String propertiesKeySuffix, List<T> values)
propertiesKeyPrefix - the properties key prefixpropertiesKeySuffix - the properties key suffixvalues - the valuespublic abstract String getDisplayValue(T object)
object - is a value in the list 'values'. the objectprotected String getPropertiesKey(String object)
object - is a value in the list 'values'.public List<String> getResultList()
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.