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 value
number The value to be called.
-
equals(anObject) → {boolean} source
-
Returns true if two objects are equal, otherwise returns false.
Parameters:
Name Type Description anObject
Object The object to compare for equality.
Inherited From: Returns: boolean
Returns
true
if the calling object andanObject
are identical and theiruuid
properties are also equal. Otherwise, returnsfalse
. -
getField(aFieldName) source
-
Parameters:
Name Type Description aFieldName
Array The aFieldName array.
Returns:
!table or table[aFieldName]
-
init() → {Gate} source
-
Returns: Gate
A new Gate instance.
-
initWithDelegate(delegate) source
-
Parameters:
Name Type Description delegate
string The delegate to be initialized.
Returns:
itself
-
initWithDescriptor(propertyDescriptor) source
-
Parameters:
Name Type Description propertyDescriptor
string The propertyDescriptor to be initialized.
Returns:
itself
-
removeField(aFieldName) source
-
Parameters:
Name Type Description aFieldName
Array The aFieldName array to be removed.
-
reset() source
-
-
setField(aFieldName, value) source
-
Parameters:
Name Type Description aFieldName
Array The aFieldName array.
value
number The count on the array.
-
toString() → {string} source
-
Returns: string
result
Generated from a4679af