| Package | qnx.events |
| Class | public class PropertyChangedEvent |
| Inheritance | PropertyChangedEvent flash.events.Event |
PropertyChangedEvent object when
a property of the QNXStageWebView has changed (for any number of reasons).
There is only one type of PropertyChangedEvent:
PropertyChangedEvent.PROPERTY_CHANGED: dispatched when a property has changed. Cannot be cancelled.See also
| Property | Defined By | ||
|---|---|---|---|
| name : String
The property that has been changed. | PropertyChangedEvent | ||
| Method | Defined By | ||
|---|---|---|---|
PropertyChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, name:String = null)
Creates a PropertyChangedEvent object. | PropertyChangedEvent | ||
clone():Event [override]
Duplicates an instance of an Event subclass. | PropertyChangedEvent | ||
toString():String [override]
Returns a string that contains all the properties of the PropertyChangedEvent object. | PropertyChangedEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| PROP_ACTIVE : String = active [static] | PropertyChangedEvent | ||
| PROP_BLOCK_POPUPS : String = blockPopups [static] | PropertyChangedEvent | ||
| PROP_CAN_GO_BACK : String = canGoBack [static] | PropertyChangedEvent | ||
| PROP_CAN_GO_FORWARD : String = canGoForward [static] | PropertyChangedEvent | ||
| PROP_CERTIFICATE_INFO : String = certificateInfo [static] | PropertyChangedEvent | ||
| PROP_CONTENT_RECTANGLE : String = contentRectangle [static] | PropertyChangedEvent | ||
| PROP_CURRENT_CONTEXT : String = currentContext [static] | PropertyChangedEvent | ||
| PROP_CUSTOM_HTTP_HEADERS : String = customHTTPHeaders [static] | PropertyChangedEvent | ||
| PROP_DEFAULT_FONT_SIZE : String = defaultFontSize [static] | PropertyChangedEvent | ||
| PROP_DEFAULT_TEXT_ENCODING : String = defaultTextEncoding [static] | PropertyChangedEvent | ||
| PROP_ENABLE_COOKIES : String = enableCookies [static] | PropertyChangedEvent | ||
| PROP_ENABLE_CROSS_SITE_XHR : String = enableCrossSiteXHR [static] | PropertyChangedEvent | ||
| PROP_ENABLE_DIALOG_REQUESTED_EVENTS : String = enableDialogRequestedEvents [static] | PropertyChangedEvent | ||
| PROP_ENABLE_GEOLOCATION : String = enableGeolocation [static] | PropertyChangedEvent | ||
| PROP_ENABLE_JAVA_SCRIPT : String = enableJavaScript [static] | PropertyChangedEvent | ||
| PROP_ENABLE_NETWORK_RESOURCE_REQUESTED_EVENTS : String = enableNetworkResourceRequestedEvents [static] | PropertyChangedEvent | ||
| PROP_ENABLE_PLUGINS : String = enablePlugins [static] | PropertyChangedEvent | ||
| PROP_ENABLE_WEB_SOCKETS : String = enableWebSockets [static] | PropertyChangedEvent | ||
| PROP_ENCRYPTION_INFO : String = encryptionInfo [static] | PropertyChangedEvent | ||
| PROPERTY_CHANGED : String = propertyChanged [static]
Dispatched when a property of the QNXStageWebView has changed (for any number of reasons). | PropertyChangedEvent | ||
| PROP_FAVICON : String = favicon [static] | PropertyChangedEvent | ||
| PROP_FORCED_TEXT_ENCODING : String = forcedTextEncoding [static] | PropertyChangedEvent | ||
| PROP_FULLSCREEN_PLUGIN : String = fullscreenPlugin [static] | PropertyChangedEvent | ||
| PROP_HISTORY_LENGTH : String = historyLength [static] | PropertyChangedEvent | ||
| PROP_HISTORY_LIST : String = historyList [static] | PropertyChangedEvent | ||
| PROP_HISTORY_POSITION : String = historyPosition [static] | PropertyChangedEvent | ||
| PROP_JAVA_SCRIPT_INTERRUPT_TIMEOUT : String = javaScriptInterruptTimeout [static] | PropertyChangedEvent | ||
| PROP_LOAD_IMAGES : String = loadImages [static] | PropertyChangedEvent | ||
| PROP_LOAD_PROGRESS : String = loadProgress [static] | PropertyChangedEvent | ||
| PROP_LOCATION : String = location [static] | PropertyChangedEvent | ||
| PROP_ORIGINAL_LOCATION : String = originalLocation [static] | PropertyChangedEvent | ||
| PROP_PRIVATE_BROWSING : String = privateBrowsing [static] | PropertyChangedEvent | ||
| PROP_SCROLL_POSITION : String = scrollPosition [static] | PropertyChangedEvent | ||
| PROP_SECURE_TYPE : String = secureType [static] | PropertyChangedEvent | ||
| PROP_STATUS : String = status [static] | PropertyChangedEvent | ||
| PROP_TEXT_ENCODING : String = textEncoding [static] | PropertyChangedEvent | ||
| PROP_TITLE : String = title [static] | PropertyChangedEvent | ||
| PROP_TOOLTIP : String = tooltip [static] | PropertyChangedEvent | ||
| PROP_USER_AGENT : String = userAgent [static] | PropertyChangedEvent | ||
| PROP_USER_STYLE_SHEET_LOCATION : String = userStyleSheetLocation [static] | PropertyChangedEvent | ||
| PROP_VIEWPORT : String = viewport [static] | PropertyChangedEvent | ||
| PROP_VISIBLE : String = visible [static] | PropertyChangedEvent | ||
| PROP_WINDOW_UNIQUE_ID : String = windowUniqueId [static] | PropertyChangedEvent | ||
| PROP_ZOOM_TO_FIT_WIDTH_ON_LOAD : String = zoomToFitWidthOnLoad [static] | PropertyChangedEvent | ||
| PROP_ZORDER : String = zOrder [static] | PropertyChangedEvent | ||
| name | property |
name:StringThe property that has been changed.
public function get name():String public function set name(value:String):void| PropertyChangedEvent | () | Constructor |
public function PropertyChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, name:String = null)
Creates a PropertyChangedEvent object.
type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
name:String (default = null) |
| clone | () | method |
override public function clone():EventDuplicates an instance of an Event subclass.
Returns a new Event object that is a copy of the original instance of the Event object.
You do not normally call clone(); the EventDispatcher class calls it automatically
when you redispatch an event—that is, when you call dispatchEvent(event) from a handler
that is handling event.
The new Event object includes all the properties of the original.
When creating your own custom Event class, you must override the
inherited Event.clone() method in order for it to duplicate the
properties of your custom class. If you do not set all the properties that you add
in your event subclass, those properties will not have the correct values when listeners
handle the redispatched event.
Event |
| toString | () | method |
override public function toString():String
Returns a string that contains all the properties of the PropertyChangedEvent object.
The string is in the following format:
[PropertyChangedEvent type=value bubbles=value
cancelable=value eventPhase=value name=value
String |
| PROP_ACTIVE | Constant |
public static const PROP_ACTIVE:String = active| PROP_BLOCK_POPUPS | Constant |
public static const PROP_BLOCK_POPUPS:String = blockPopups| PROP_CAN_GO_BACK | Constant |
public static const PROP_CAN_GO_BACK:String = canGoBack| PROP_CAN_GO_FORWARD | Constant |
public static const PROP_CAN_GO_FORWARD:String = canGoForward| PROP_CERTIFICATE_INFO | Constant |
public static const PROP_CERTIFICATE_INFO:String = certificateInfo| PROP_CONTENT_RECTANGLE | Constant |
public static const PROP_CONTENT_RECTANGLE:String = contentRectangle| PROP_CURRENT_CONTEXT | Constant |
public static const PROP_CURRENT_CONTEXT:String = currentContext| PROP_CUSTOM_HTTP_HEADERS | Constant |
public static const PROP_CUSTOM_HTTP_HEADERS:String = customHTTPHeaders| PROP_DEFAULT_FONT_SIZE | Constant |
public static const PROP_DEFAULT_FONT_SIZE:String = defaultFontSize| PROP_DEFAULT_TEXT_ENCODING | Constant |
public static const PROP_DEFAULT_TEXT_ENCODING:String = defaultTextEncoding| PROP_ENABLE_COOKIES | Constant |
public static const PROP_ENABLE_COOKIES:String = enableCookies| PROP_ENABLE_CROSS_SITE_XHR | Constant |
public static const PROP_ENABLE_CROSS_SITE_XHR:String = enableCrossSiteXHR| PROP_ENABLE_DIALOG_REQUESTED_EVENTS | Constant |
public static const PROP_ENABLE_DIALOG_REQUESTED_EVENTS:String = enableDialogRequestedEvents| PROP_ENABLE_GEOLOCATION | Constant |
public static const PROP_ENABLE_GEOLOCATION:String = enableGeolocation| PROP_ENABLE_JAVA_SCRIPT | Constant |
public static const PROP_ENABLE_JAVA_SCRIPT:String = enableJavaScript| PROP_ENABLE_NETWORK_RESOURCE_REQUESTED_EVENTS | Constant |
public static const PROP_ENABLE_NETWORK_RESOURCE_REQUESTED_EVENTS:String = enableNetworkResourceRequestedEvents| PROP_ENABLE_PLUGINS | Constant |
public static const PROP_ENABLE_PLUGINS:String = enablePlugins| PROP_ENABLE_WEB_SOCKETS | Constant |
public static const PROP_ENABLE_WEB_SOCKETS:String = enableWebSockets| PROP_ENCRYPTION_INFO | Constant |
public static const PROP_ENCRYPTION_INFO:String = encryptionInfo| PROP_FAVICON | Constant |
public static const PROP_FAVICON:String = favicon| PROP_FORCED_TEXT_ENCODING | Constant |
public static const PROP_FORCED_TEXT_ENCODING:String = forcedTextEncoding| PROP_FULLSCREEN_PLUGIN | Constant |
public static const PROP_FULLSCREEN_PLUGIN:String = fullscreenPlugin| PROP_HISTORY_LENGTH | Constant |
public static const PROP_HISTORY_LENGTH:String = historyLength| PROP_HISTORY_LIST | Constant |
public static const PROP_HISTORY_LIST:String = historyList| PROP_HISTORY_POSITION | Constant |
public static const PROP_HISTORY_POSITION:String = historyPosition| PROP_JAVA_SCRIPT_INTERRUPT_TIMEOUT | Constant |
public static const PROP_JAVA_SCRIPT_INTERRUPT_TIMEOUT:String = javaScriptInterruptTimeout| PROP_LOAD_IMAGES | Constant |
public static const PROP_LOAD_IMAGES:String = loadImages| PROP_LOAD_PROGRESS | Constant |
public static const PROP_LOAD_PROGRESS:String = loadProgress| PROP_LOCATION | Constant |
public static const PROP_LOCATION:String = location| PROP_ORIGINAL_LOCATION | Constant |
public static const PROP_ORIGINAL_LOCATION:String = originalLocation| PROP_PRIVATE_BROWSING | Constant |
public static const PROP_PRIVATE_BROWSING:String = privateBrowsing| PROP_SCROLL_POSITION | Constant |
public static const PROP_SCROLL_POSITION:String = scrollPosition| PROP_SECURE_TYPE | Constant |
public static const PROP_SECURE_TYPE:String = secureType| PROP_STATUS | Constant |
public static const PROP_STATUS:String = status| PROP_TEXT_ENCODING | Constant |
public static const PROP_TEXT_ENCODING:String = textEncoding| PROP_TITLE | Constant |
public static const PROP_TITLE:String = title| PROP_TOOLTIP | Constant |
public static const PROP_TOOLTIP:String = tooltip| PROP_USER_AGENT | Constant |
public static const PROP_USER_AGENT:String = userAgent| PROP_USER_STYLE_SHEET_LOCATION | Constant |
public static const PROP_USER_STYLE_SHEET_LOCATION:String = userStyleSheetLocation| PROP_VIEWPORT | Constant |
public static const PROP_VIEWPORT:String = viewport| PROP_VISIBLE | Constant |
public static const PROP_VISIBLE:String = visible| PROP_WINDOW_UNIQUE_ID | Constant |
public static const PROP_WINDOW_UNIQUE_ID:String = windowUniqueId| PROP_ZOOM_TO_FIT_WIDTH_ON_LOAD | Constant |
public static const PROP_ZOOM_TO_FIT_WIDTH_ON_LOAD:String = zoomToFitWidthOnLoad| PROP_ZORDER | Constant |
public static const PROP_ZORDER:String = zOrder| PROPERTY_CHANGED | Constant |
public static const PROPERTY_CHANGED:String = propertyChanged
Dispatched when a property of the QNXStageWebView has changed (for any number of reasons).
The name of the property is stored in the name property of the event.