Gate source
Specializes Montage
Properties
-
count :Property source
-
Default Value: - {number} 0
-
delegate :Property source
-
Default Value: - {string} null
-
table :Property source
-
Default Value: - {string} null
-
value :Function source
-
Methods
-
callDelegateMethod(value) source
-
Parameters:
Name Type Description valuenumber The value to be called.
-
equals(anObject) → {boolean} source
-
Returns true if two objects are equal, otherwise returns false.
Parameters:
Name Type Description anObjectObject The object to compare for equality.
Inherited From: Returns: boolean
Returns
trueif the calling object andanObjectare identical and theiruuidproperties are also equal. Otherwise, returnsfalse. -
getField(aFieldName) source
-
Parameters:
Name Type Description aFieldNameArray The aFieldName array.
Returns:
!table or table[aFieldName]
-
init() → {Gate} source
-
Returns: Gate
A new Gate instance.
-
initWithDelegate(delegate) source
-
Parameters:
Name Type Description delegatestring The delegate to be initialized.
Returns:
itself
-
initWithDescriptor(propertyDescriptor) source
-
Parameters:
Name Type Description propertyDescriptorstring The propertyDescriptor to be initialized.
Returns:
itself
-
removeField(aFieldName) source
-
Parameters:
Name Type Description aFieldNameArray The aFieldName array to be removed.
-
reset() source
-
-
setField(aFieldName, value) source
-
Parameters:
Name Type Description aFieldNameArray The aFieldName array.
valuenumber The count on the array.
-
toString() → {string} source
-
Returns: string
result
Generated from a4679af