public interface DynamicAttributeHandler<VALUE,MODEL extends AbstractItemModel>
| Modifier and Type | Method and Description |
|---|---|
VALUE |
get(MODEL model)
Holds logic behind getter for dynamic attribute.
|
void |
set(MODEL model,
VALUE value)
Holds logic behind setter for dynamic attribute.
|
Copyright © 2018 SAP SE. All Rights Reserved.