|
| constructViewUrl |
Constructs the view URL for this View.
|
| dispose |
Disposes the component.
|
| fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
| getViewContext |
Returns the context for the inner View, if it is there.
|
| getWindow |
Returns the context for the inner Window, if it is there.
|
| refresh |
If the view ID and view type are set, calling this will cause the iframe to
reload with the given properties. Since this is a full page load, it should be called with caution.
This must be called at least once after setting all the properties.
To track when this refresh is finished, the viewReady event can be used.
|
| toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |