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(pl.fhframework.model.forms.Component component,
pl.fhframework.model.dto.ValueChange valueChange) |
void |
updateModel(pl.fhframework.model.forms.Component component,
pl.fhframework.model.dto.ValueChange valueChange,
Class<? extends BoundableAttribute> pinnedAttributeClass) |
pl.fhframework.model.dto.ElementChanges |
updateView(pl.fhframework.model.forms.Component component,
pl.fhframework.model.dto.ElementChanges elementChanges) |
pl.fhframework.model.dto.ElementChanges |
updateView(pl.fhframework.model.forms.Component component,
pl.fhframework.model.dto.ElementChanges elementChanges,
Class<? extends BoundableAttribute> pinnedAttributeClass) |
public void addAttribute(Attribute attribute)
public pl.fhframework.model.dto.ElementChanges updateView(pl.fhframework.model.forms.Component component,
pl.fhframework.model.dto.ElementChanges elementChanges,
Class<? extends BoundableAttribute> pinnedAttributeClass)
public pl.fhframework.model.dto.ElementChanges updateView(pl.fhframework.model.forms.Component component,
pl.fhframework.model.dto.ElementChanges elementChanges)
public void updateModel(pl.fhframework.model.forms.Component component,
pl.fhframework.model.dto.ValueChange valueChange,
Class<? extends BoundableAttribute> pinnedAttributeClass)
public void updateModel(pl.fhframework.model.forms.Component component,
pl.fhframework.model.dto.ValueChange valueChange)
public <T> T get(Class<T> attributeClass)
Copyright © 2019. All rights reserved.