Flex 3 - Referência da Linguagem
All Packages
|
All Classes
|
Language Elements
|
Index
|
Appendixes
|
Conventions
|
Frames
No Frames
JavaScriptFunction
Propriedades
|
Métodos
Pacote
flash.html
Classe
public final dynamic class JavaScriptFunction
Herança
JavaScriptFunction
Object
A class representing references to JavaScript functions (in the HTML content of an HTMLLoader object) in ActionScript. You can use JavaScript functions as event listeners for ActionScript events.
Veja também
HTMLLoader
JavaScriptObject
Propriedades Públicas
Esconder Propriedades Públicas Herdadas
Exibir Propriedades Públicas Herdadas
Propriedade
Definido por
constructor
:
Object
A reference to the class object or constructor function for a given object instance.
Object
prototype
:
Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
Esconder Métodos Públicos Herdados
Exibir Métodos Públicos Herdados
Método
Definido por
hasOwnProperty
(name:
String
):
Boolean
Indicates whether an object has a specified property defined.
Object
isPrototypeOf
(theClass:
Object
):
Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
propertyIsEnumerable
(name:
String
):
Boolean
Indicates whether the specified property exists and is enumerable.
Object
setPropertyIsEnumerable
(name:
String
, isEnum:
Boolean
= true):
void
Sets the availability of a dynamic property for loop operations.
Object
toString
():
String
Returns the string representation of the specified object.
Object
valueOf
():
Object
Returns the primitive value of the specified object.
Object
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Traduzido e mantido por Igor Costa - www.igorcosta.com