Attributes | Name and Description |
---|---|
|
caplin.popout.PopoutService( windowObject)
|
Attributes | Name and Description |
---|---|
|
void
fireEvent(string name, Object properties)
Fires the given event on this service and on the |
|
map
getProperties()
Gets a map of all properties set on the |
|
var
getProperty(String propertyName)
Gets the value for a given property set on the |
|
Object
getWindowGeometrics()
Returns the current position and dimensions of this popout window. |
|
void
resizeWindow(int width, int height)
Resizes this popout window to the given dimensions. |
|
void
setProperties(Object properties)
Sets properties on the |
►
caplin.popout.PopoutService( windowObject)
windowObject |
►
void
fireEvent(string name, Object properties)
Fires the given event on this service and on the Popout
associated with this popout window.
string | name | The name of the event. |
Object | properties | A map of properties to be passed along with the event |
►
map
getProperties()
Gets a map of all properties set on the Popout
associated with this popout window.
►
var
getProperty(String propertyName)
Gets the value for a given property set on the Popout
associated with this popout window.
String | propertyName | The name of the property to get. |
►
Object
getWindowGeometrics()
Returns the current position and dimensions of this popout window.
►
void
resizeWindow(int width, int height)
Resizes this popout window to the given dimensions.
int | width | The desired width of the popout window. |
int | height | The desired height of the popout window. |
►
void
setProperties(Object properties)
Sets properties on the Popout
associated with this popout window.
Object | properties | The map of properties to set. |