- 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
-
- setAutoLoad(Boolean) - Method in class ch.rasc.extclassgenerator.association.HasManyAssociation
-
True to automatically load the related store from a remote source when
instantiated.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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
- 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.
- 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.
- setPrimaryKey(String) - Method in class ch.rasc.extclassgenerator.association.AbstractAssociation
-
The name of the primary key on the associated model.
- setReadMethod(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
Specifies the read method.
- 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.
- setSurroundApiWithQuotes(boolean) - Method in class ch.rasc.extclassgenerator.OutputConfig
-
- setType(ModelType) - Method in class ch.rasc.extclassgenerator.ModelFieldBean
-
Type of the field.
- 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
-
- setWriter(String) - Method in class ch.rasc.extclassgenerator.ModelBean
-
If set add a writer property to the proxy.