VALUE - this generic argument represents the type of value to be transformed.MODIFIER - this generic argument represents the type of object used to define the transformation of the passed-in
object.public interface LabelHandler<VALUE,MODIFIER>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel(VALUE value,
MODIFIER modifier) |
Copyright © 2018 SAP SE. All Rights Reserved.