public class AttributeHolder extends Object
| Constructor and Description |
|---|
AttributeHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(Attribute attribute) |
<T> T |
get(Class<T> attributeClass) |
void |
updateModel(Component component,
ValueChange valueChange) |
void |
updateModel(Component component,
ValueChange valueChange,
Class<? extends BoundableAttribute> pinnedAttributeClass) |
ElementChanges |
updateView(Component component,
ElementChanges elementChanges) |
ElementChanges |
updateView(Component component,
ElementChanges elementChanges,
Class<? extends BoundableAttribute> pinnedAttributeClass) |
public void addAttribute(Attribute attribute)
public ElementChanges updateView(Component component, ElementChanges elementChanges, Class<? extends BoundableAttribute> pinnedAttributeClass)
public ElementChanges updateView(Component component, ElementChanges elementChanges)
public void updateModel(Component component, ValueChange valueChange, Class<? extends BoundableAttribute> pinnedAttributeClass)
public void updateModel(Component component, ValueChange valueChange)
public <T> T get(Class<T> attributeClass)
Copyright © 2020. All rights reserved.