T - the generic type of the values listpublic abstract class PropertiesKeysListResolver<T> extends Object
| Constructor and Description |
|---|
PropertiesKeysListResolver(String propertiesKeyPrefix,
List<T> values)
Instantiates a new properties list view renderer.
|
PropertiesKeysListResolver(String propertiesKeyPrefix,
String propertiesKeySuffix,
List<T> values)
Instantiates a new properties list view renderer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDisplayValue(T object)
Gets the display value for the given object.
|
protected String |
getPropertiesKey(String object)
Gets the properties key from the given object.
|
List<String> |
getResultList()
Gets the result list from the display values.
|
List<T> |
getValues()
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 © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.