W - The domain's object type.V - The shape view type.public class ViewAttributesHandler<W,V extends ShapeView> extends Object implements ShapeViewHandler<W,V>
It allows specifying functions which provide the different view attributes managed by this handler, like colors or borders, by having as an input the domain object's instance.
This way view attribute values can be the ones present in some instance's property value, or just some hardcoded ones.
If domain object's instance property values are not present (can be null),
this handler does not apply updates to the view, so the default attributes from the view
will be the ones used to render it.
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewAttributesHandler.Builder<W,V extends ShapeView> |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.