@ApplicationScoped public class ClientDefinitionBindablePropertyAdapter extends Object implements DefinitionBindablePropertyAdapter<Object,Object>
| Constructor and Description |
|---|
ClientDefinitionBindablePropertyAdapter(ClientTranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption(DefinitionBindableProperty<Object> property) |
Object |
getValue(DefinitionBindableProperty<Object> property) |
void |
setValue(DefinitionBindableProperty<Object> property,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccepts, getId, getPriority@Inject public ClientDefinitionBindablePropertyAdapter(ClientTranslationService translationService)
public String getCaption(DefinitionBindableProperty<Object> property)
getCaption in interface PropertyAdapter<DefinitionBindableProperty<Object>,Object>public Object getValue(DefinitionBindableProperty<Object> property)
getValue in interface PropertyAdapter<DefinitionBindableProperty<Object>,Object>public void setValue(DefinitionBindableProperty<Object> property, Object value)
setValue in interface PropertyAdapter<DefinitionBindableProperty<Object>,Object>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.