public class ComponentPropertyData extends ComponentPropertyBaseData
ComponentMetadata| Constructor and Description |
|---|
ComponentPropertyData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotify()
Gets whether the webcomponent automatically fires a
propertyName-changed event every time the property value changes
on the client-side |
boolean |
isReadOnly()
Gets whether the property is read-only or not.
|
void |
setNotify(boolean notify)
Sets whether the webcomponent automatically fires a
propertyName-changed event everytime the property value changes
on the client-side. |
void |
setReadOnly(boolean readOnly)
Sets whether the property is read-only or not.
|
getDescription, getName, getObjectType, getType, setDescription, setName, setObjectType, setTypepublic boolean isReadOnly()
true if the property is read-only (and
doesn't contain a setter), false otherwise.public void setReadOnly(boolean readOnly)
readOnly - true if the property is read-only (and doesn't
contain a setter), false otherwise.public boolean isNotify()
propertyName-changed event every time the property value changes
on the client-sidetrue if the webcomponent fires a changed event for
this property, false otherwise.public void setNotify(boolean notify)
propertyName-changed event everytime the property value changes
on the client-side.notify - true if the webcomponent fires a changed event
for this property, false otherwiseCopyright © 2000–2019 Vaadin Ltd. All rights reserved.