- setAllDataOptions(AllDataOptionsBean) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Configuration for the writer
- setAllowBlank(Boolean) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Used for validating a model.
- setAllowNull(Boolean) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Use when converting received data into a integer,
float/number, boolean or string type.
- setAssociated(Boolean) - Method in class ch.rasc.extclassgenerator.AllDataOptionsBean
-
Set to true to include associated data
- setAssociated(Boolean) - Method in class ch.rasc.extclassgenerator.PartialDataOptionsBean
-
Set to true to include associated data
- setAssociation(String) - Method in class ch.rasc.extclassgenerator.ReferenceBean
-
The name of the association.
- setAssociationKey(String) - Method in class ch.rasc.extclassgenerator.association.AbstractAssociation
-
The name of the property in the data to read the association from.
- setAssociations(List<AbstractAssociation>) - Method in class ch.rasc.extclassgenerator.ModelBean
-
- setAutodetectTypes(boolean) - Method in class ch.rasc.extclassgenerator.ModelBean
-
- setAutoLoad(Boolean) - Method in class ch.rasc.extclassgenerator.association.HasManyAssociation
-
True to automatically load the related store from a remote source when
instantiated.
- setCalculate(String) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
This config defines a simple field calculation function.
- setChanges(Boolean) - Method in class ch.rasc.extclassgenerator.AllDataOptionsBean
-
Set to true to only include fields that have been modified
- setChanges(Boolean) - Method in class ch.rasc.extclassgenerator.PartialDataOptionsBean
-
Set to true to only include fields that have been modified
- setChild(String) - Method in class ch.rasc.extclassgenerator.ReferenceBean
-
Set this property instead of reference.type to indicate that the referenced entity
is an owned child of this entity.
- setClientIdProperty(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
The name of the property a server will use to send back a client-generated id in a
create or update operation.
- setClientIdPropertyAddToWriter(boolean) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If true configures the clientIdProperty on the proxy's writer config.
- setConvert(String) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Function which coerces string values in raw data into the field's type
Typical use for a virtual field
http://localhost/ext4.1/docs/index.html#!/api/Ext.data.Field-cfg-convert Property '
Ext.data.Field.convert' in JS.
- setCreateMethod(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Specifies the create method.
- setCritical(Boolean) - Method in class ch.rasc.extclassgenerator.AllDataOptionsBean
-
Set to true to include fields set as critical.
- setCritical(Boolean) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
A critical field is a field that must always be sent to the server even if it has
not changed.
- setCritical(Boolean) - Method in class ch.rasc.extclassgenerator.PartialDataOptionsBean
-
Set to true to include fields set as critical.
- setDateFormat(String) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Specifies format of date.
- setDebug(boolean) - Method in class ch.rasc.extclassgenerator.OutputConfig
-
- setDefaultValue(Object) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
The default value.
- setDepends(List<String>) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
The field name or names within the Model on which the value of this field depends,
and from which a new value may be calculated.
- setDestroyMethod(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Specifies the destroy method.
- setDisablePagingParameters(boolean) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If set to true the pageParam, startParam and limitParam option of the proxy will be
set to undefined.
- setExtend(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
"Superclass" of this model.
- setFields(Map<String, ModelFieldBean>) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Overwrites all field definitions with the provided map.
- setForeignKey(String) - Method in class ch.rasc.extclassgenerator.association.AbstractAssociation
-
The name of the foreign key on the associated model that links it to the owner
model.
- setGetterName(String) - Method in class ch.rasc.extclassgenerator.association.BelongsToAssociation
-
The name of the getter function that will be added to the local model's prototype.
- setGetterName(String) - Method in class ch.rasc.extclassgenerator.association.HasOneAssociation
-
The name of the getter function that will be added to the local model's prototype.
- setIdentifier(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
The id generator to use for this model.
- setIdProperty(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Name of the id property.
- setIncludeValidation(IncludeValidation) - Method in class ch.rasc.extclassgenerator.OutputConfig
-
- setInstanceName(String) - Method in class ch.rasc.extclassgenerator.association.AbstractAssociation
-
- setInverse(String) - Method in class ch.rasc.extclassgenerator.ReferenceBean
-
The name of the inverse role (of this entity with respect to the reference entity).
- setLineEnding(LineEnding) - Method in class ch.rasc.extclassgenerator.OutputConfig
-
- setMapping(String) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Typical use for a virtual field to extract field data from the model object
Property '
mapping' in JS.
- setMessageProperty(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
if set add to reader
- setModelType(ModelType) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Type of the field.
- setName(String) - Method in class ch.rasc.extclassgenerator.association.HasManyAssociation
-
The name of the function to create on the owner model to retrieve the child store.
- setName(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
"Classname" of the model.
- setName(String) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Name of the field.
- setOutputFormat(OutputFormat) - Method in class ch.rasc.extclassgenerator.OutputConfig
-
- setPaging(boolean) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If true a reader config with root : 'records' will be added to the model object.
- setParent(String) - Method in class ch.rasc.extclassgenerator.ReferenceBean
-
Set this property instead of reference.type to indicate that the referenced entity
is the owning parent of this entity.
- setPartialDataOptions(PartialDataOptionsBean) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Configuration for the writer
- setPersist(Boolean) - Method in class ch.rasc.extclassgenerator.AllDataOptionsBean
-
Set to true to only return persistent fields
- setPersist(Boolean) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Prevent the value of this field to be serialized or written with
Ext.data.writer.Writer
Typical use for a virtual field
Property '
persist' in JS.
- setPersist(Boolean) - Method in class ch.rasc.extclassgenerator.PartialDataOptionsBean
-
Set to true to only return persistent fields
- setPrimaryKey(String) - Method in class ch.rasc.extclassgenerator.association.AbstractAssociation
-
The name of the primary key on the associated model.
- setReader(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If set adds a reader config to the proxy object.
- setReadMethod(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Specifies the read method.
- setReference(Object) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Defines a relationship to another model.
- setRole(String) - Method in class ch.rasc.extclassgenerator.ReferenceBean
-
The name of the role played by the referenced entity.
- setRootProperty(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If set a reader config with root : 'rootProperty' (Ext JS 4) or rootProperty :
'rootProperty' (Sencha Touch 2 and Ext JS 5) will be added to the model object.
- setSetterName(String) - Method in class ch.rasc.extclassgenerator.association.BelongsToAssociation
-
The name of the setter function that will be added to the local model's prototype.
- setSetterName(String) - Method in class ch.rasc.extclassgenerator.association.HasOneAssociation
-
The name of the setter function that will be added to the local model's prototype.
- setSuccessProperty(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If set add to reader
- setSurroundApiWithQuotes(boolean) - Method in class ch.rasc.extclassgenerator.OutputConfig
-
- setTotalProperty(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If set add to reader
- setType(String) - Method in class ch.rasc.extclassgenerator.ReferenceBean
-
The type which this field references.
- setUnique(Boolean) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
true if the value of this field is unique amongst all instances.
- setUpdateMethod(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Specifies the update method.
- setUseNull(Boolean) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
If true null value is used if value cannot be parsed.
- setUseSingleQuotes(boolean) - Method in class ch.rasc.extclassgenerator.OutputConfig
-
- setValidations(List<AbstractValidation>) - Method in class ch.rasc.extclassgenerator.ModelBean
-
- setValidators(List<AbstractValidation>) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
- setVersionProperty(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If specified, this is the name of the property that contains the entity "version".
- setWriteAllFields(Boolean) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If specified the generator adds a writer config object to the proxy with
writeAllFields.
- setWriter(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If set adds a writer config to the proxy object.