|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.CanvasLayout
qx.ui.core.ClientDocument
public class ClientDocument
This is the basic widget of all qooxdoo applications.
qx.ui.core.ClientDocument is the parent of all children inside your application. It also handles their resizing and focus navigation.
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
ClientDocument()
|
Method Summary | |
---|---|
void |
_applyParent(Parent value,
Parent old)
Applies changes of the property value of the property parent . |
java.lang.Object |
_computeInnerHeight()
|
java.lang.Object |
_computeInnerWidth()
|
ClientDocumentBlocker |
_getBlocker()
Returns the blocker widget if already created; otherwise create it first |
void |
_onwindowresize(Event e)
|
java.lang.Object |
addCssRule(java.lang.Object vSheet,
java.lang.Object vSelector,
java.lang.Object vStyle)
|
void |
block(java.lang.Object vActiveChild)
|
void |
blockHelper(Event e)
|
java.lang.Object |
createStyleElement(java.lang.Object vCssText)
|
java.lang.Object |
getDocumentElement()
|
java.lang.String |
getGlobalCursor()
Returns the (computed) value of the property globalCursor . |
static ClientDocument |
getInstance()
TODO: generic solution for static methods |
Parent |
getParent()
Returns the (computed) value of the property parent . |
ToolTip |
getToolTip()
Returns the (computed) value of the property toolTip . |
java.lang.Object |
getTopLevelWidget()
The widget which is at the top level, which contains all others (normally a instance of qx.ui.core.ClientDocument). |
java.lang.Object |
getWindowElement()
|
void |
initGlobalCursor(java.lang.String arg)
Calls the apply method and dispatches the change event of the property globalCursor
with the default value defined by the class developer. |
boolean |
isMaterialized()
If the widget is visible and rendered on the screen. |
boolean |
isSeeable()
If the widget is currently seeable which means that it: |
void |
release(java.lang.Object vActiveChild)
|
java.lang.Object |
removeAllCssRules(java.lang.Object vSheet)
|
java.lang.Object |
removeCssRule(java.lang.Object vSheet,
java.lang.Object vSelector)
|
void |
resetGlobalCursor()
Resets the user value of the property globalCursor . |
void |
setGlobalCursor(java.lang.String arg)
Sets the user value of the property globalCursor . |
Methods inherited from class qx.ui.layout.CanvasLayout |
---|
_createLayoutImpl |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientDocument()
Method Detail |
---|
public void _applyParent(Parent value, Parent old)
Applies changes of the property value of the property parent
.
For further details take a look at the property definition: _applyParent(qx.ui.core.Parent, qx.ui.core.Parent)
.
public java.lang.Object _computeInnerHeight()
_computeInnerHeight
in class Widget
public java.lang.Object _computeInnerWidth()
_computeInnerWidth
in class Widget
public ClientDocumentBlocker _getBlocker()
Returns the blocker widget if already created; otherwise create it first
public void _onwindowresize(Event e)
public java.lang.Object addCssRule(java.lang.Object vSheet, java.lang.Object vSelector, java.lang.Object vStyle)
public void block(java.lang.Object vActiveChild)
public void blockHelper(Event e)
public java.lang.Object createStyleElement(java.lang.Object vCssText)
public java.lang.Object getDocumentElement()
public java.lang.String getGlobalCursor()
Returns the (computed) value of the property globalCursor
.
For further details take a look at the property definition: globalCursor
.
public Parent getParent()
Widget
Returns the (computed) value of the property parent
.
For further details take a look at the property definition: Widget.parent
.
getParent
in class Widget
public ToolTip getToolTip()
Widget
Returns the (computed) value of the property toolTip
.
For further details take a look at the property definition: Widget.toolTip
.
getToolTip
in class Widget
public java.lang.Object getTopLevelWidget()
Widget
The widget which is at the top level, which contains all others (normally a instance of qx.ui.core.ClientDocument).
getTopLevelWidget
in class Widget
public java.lang.Object getWindowElement()
public void initGlobalCursor(java.lang.String arg)
Calls the apply method and dispatches the change event of the property globalCursor
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: globalCursor
.
public boolean isMaterialized()
Widget
If the widget is visible and rendered on the screen.
isMaterialized
in class Widget
public boolean isSeeable()
Widget
If the widget is currently seeable which means that it:
isSeeable
in class Widget
public void release(java.lang.Object vActiveChild)
public java.lang.Object removeAllCssRules(java.lang.Object vSheet)
public java.lang.Object removeCssRule(java.lang.Object vSheet, java.lang.Object vSelector)
public void resetGlobalCursor()
Resets the user value of the property globalCursor
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: globalCursor
.
public void setGlobalCursor(java.lang.String arg)
Sets the user value of the property globalCursor
.
For further details take a look at the property definition: globalCursor
.
public static ClientDocument getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |