| Field Summary | |
|---|---|
| static int | |
| static int | |
| static int | |
| Method Summary | |
|---|---|
| HTMLDocument | Returns the native document object of this iframe. |
| HTMLElement | Returns the native iframe object of this iframe. |
| String | Returns the name attribute of the rendered IFRAME element. |
| int | Returns the scroll mode of this iframe. |
| String | getSrc() Returns the URI of this iframe. |
| String | paint() Serializes this object to HTML. |
| jsx3.gui.IFrame | setScrolling(intScrolling : int) Sets the scroll mode of this iframe. |
| jsx3.gui.IFrame | Sets the URI of this iframe. |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getRendered, insertHTML, onAfterPaint, onAfterRestoreView, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Method Detail |
|---|
null.null.SCROLLYES, SCROLLNO, or SCROLLAUTO.