@Target(value={FIELD,METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited @Documented public @interface PartialDataOptions
Model.partialDataOptions() attribute
See Ext.data.writer.Writer#partialDataOptions for more information
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
associated
True to include associated data
|
boolean |
changes
True to only include fields that have been modified
|
boolean |
critical
True to include fields set as critical.
|
boolean |
persist
Pass true to only return persistent fields
|
public abstract boolean associated
Defaults to false
public abstract boolean changes
Defaults to true
Copyright © 2013–2015. All rights reserved.