@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Synchronize
By default deduces the name of the property from the name of the getter
unless it has been specified using property()
.
Modifier and Type | Required Element and Description |
---|---|
String[] |
value
The DOM event(s) to use for synchronization.
|
Modifier and Type | Optional Element and Description |
---|---|
DisabledUpdateMode |
allowUpdates
Controls updates for the property from the client side to the server side
when the element is disabled.
|
String |
property
The name of the property to synchronize.
|
public abstract String[] value
public abstract String property
public abstract DisabledUpdateMode allowUpdates
Copyright © 2018. All rights reserved.