public class Field extends JSBaseScriptableObject
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
jsGet_dataBlockSchema()
Returns the DataBlock schema (for DataBlock type/validator).
|
java.lang.String |
jsGet_defaultValue()
Returns the field default value.
|
java.lang.String |
jsGet_dictionaryName()
Returns the Dictionary name (for Dictionary type/validator).
|
java.lang.String |
jsGet_displayName()
Returns the display name for the field (the default display name).
|
int |
jsGet_editLevel()
Returns the field edit level.
|
java.lang.String |
jsGet_fieldId()
Returns the field id ("
|
boolean |
jsGet_isBundleMergeable()
Returns the 'is bundle mergeable' indicator.
|
boolean |
jsGet_isBundleOverridable()
Returns the 'is bundle overridable' indicator.
|
boolean |
jsGet_isBundleRecursive()
Returns the 'is bundle recursive' indicator.
|
boolean |
jsGet_isHierarchical()
Returns the 'hierarchical' indicator (for Dictionary type/validator).
|
boolean |
jsGet_isSolrIndexed()
Returns whether the field is Solr-indexed ("1 MB").
|
boolean |
jsGet_isSolrIndexedLimited()
Returns whether the field is "limited" Solr-indexed ("100 KB").
|
boolean |
jsGet_isSolrSubstringIndexed()
Returns whether the field is Solr-indexed for substring search.
|
boolean |
jsGet_isSQLIndexed()
Returns whether the field is SQL-indexed.
|
java.lang.String |
jsGet_maxValue()
Returns the field type (validator).
|
java.lang.String |
jsGet_minValue()
Returns the field type (validator).
|
java.lang.String |
jsGet_name()
Returns the field name.
|
java.lang.String |
jsGet_namespace()
Returns the namespace.
|
boolean |
jsGet_notEmptyIndicator()
Returns the 'not empty' indicator.
|
java.lang.String |
jsGet_sortLocale()
Returns the field sort locale.
|
java.lang.String |
jsGet_syncStrategy()
Returns the field sync strategy.
|
java.lang.String |
jsGet_type()
Returns the field type (validator).
|
java.lang.String |
jsGet_uiElement()
Returns the field UI element.
|
int |
jsGet_viewLevel()
Returns the field view level.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public java.lang.String jsGet_name()
public java.lang.String jsGet_fieldId()
public java.lang.String jsGet_namespace()
public java.lang.String jsGet_displayName()
public java.lang.String jsGet_type()
public java.lang.String jsGet_minValue()
public java.lang.String jsGet_maxValue()
public boolean jsGet_notEmptyIndicator()
public java.lang.String jsGet_dataBlockSchema()
public java.lang.String jsGet_dictionaryName()
public boolean jsGet_isHierarchical()
public boolean jsGet_isBundleRecursive()
public boolean jsGet_isBundleOverridable()
public boolean jsGet_isBundleMergeable()
public java.lang.String jsGet_uiElement()
public int jsGet_editLevel()
public int jsGet_viewLevel()
public boolean jsGet_isSQLIndexed()
public boolean jsGet_isSolrIndexed()
public boolean jsGet_isSolrIndexedLimited()
public boolean jsGet_isSolrSubstringIndexed()
public java.lang.String jsGet_syncStrategy()
XmpFieldSyncStrategy
public java.lang.String jsGet_sortLocale()
public java.lang.String jsGet_defaultValue()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.