@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Component.PropertyGetter
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The property name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
bindable
If true, the getter may be bound to a
write binder. |
String |
description
Optional description of property.
|
boolean |
hide
If true, hide the getter method from the deserializer.
|
public abstract String value
public abstract boolean bindable
write binder. A property must
signal a change in value via a PropertychangeEvent in order to serve as a data
source for a write binder.write binder.public abstract boolean hide
public abstract String description
Copyright © 2018 Fujion Framework. All rights reserved.