Uses of Class
qx.ui.core.Parent

Packages that use Parent
qx.event.handler   
qx.ui.basic   
qx.ui.component   
qx.ui.core   
qx.ui.form   
qx.ui.groupbox   
qx.ui.layout   
qx.ui.layout.impl   
qx.ui.listview   
qx.ui.menu   
qx.ui.menubar   
qx.ui.pageview   
qx.ui.pageview.buttonview   
qx.ui.pageview.radioview   
qx.ui.pageview.tabview   
qx.ui.popup   
qx.ui.resizer   
qx.ui.splitpane   
qx.ui.table   
qx.ui.table.pane   
qx.ui.toolbar   
qx.ui.tree   
qx.ui.treevirtual   
qx.ui.window   
 

Uses of Parent in qx.event.handler
 

Methods in qx.event.handler that return Parent
 Parent EventHandler.getFocusRoot()
          Returns the (computed) value of the property focusRoot.
 

Methods in qx.event.handler with parameters of type Parent
 void EventHandler.initFocusRoot(Parent arg)
          Calls the apply method and dispatches the change event of the property focusRoot with the default value defined by the class developer.
 void EventHandler.setFocusRoot(Parent arg)
          Sets the user value of the property focusRoot.
 

Uses of Parent in qx.ui.basic
 

Subclasses of Parent in qx.ui.basic
 class Atom
          A multi-purpose widget used by many more complex widgets.
 class Inline
          A CanvasLayout, which can be placed inside an arbitrary HTML DOM element.
 class ScrollArea
          The CanvasLayout, which fires scroll events.
 class ScrollBar
          A scroll bar.
 

Uses of Parent in qx.ui.component
 

Subclasses of Parent in qx.ui.component
 class ColorPopup
          A color popup
 class ColorSelector
          A typical color selector as known from native applications.
 class DateChooser
          Shows a calendar and allows choosing a date.
 class DateChooserButton
          A date chooser button widget which can be associated to a widget where the date value is synchronized whith the selected date.
 

Uses of Parent in qx.ui.core
 

Subclasses of Parent in qx.ui.core
 class ClientDocument
          This is the basic widget of all qooxdoo applications.
 

Methods in qx.ui.core that return Parent
 Parent Parent.add(Widget varargs)
          Add/Append another widget.
 Parent ClientDocument.getParent()
           
 Parent Widget.getParent()
          Returns the (computed) value of the property parent.
 

Methods in qx.ui.core with parameters of type Parent
 void ClientDocument._applyParent(Parent value, Parent old)
          Applies changes of the property value of the property parent.
 void Widget.initParent(Parent arg)
          Calls the apply method and dispatches the change event of the property parent with the default value defined by the class developer.
 void Widget.setParent(Parent arg)
          Sets the user value of the property parent.
 

Uses of Parent in qx.ui.form
 

Subclasses of Parent in qx.ui.form
 class Button
          A button.
 class CheckBox
           
 class ComboBox<T>
          A combo-box for qooxdoo.
 class ComboBoxEx
          An enhanced combo-box for qooxdoo.
 class List
           
 class ListItem<T>
           
 class RepeatButton
           
 class Spinner
          A spinner is a control that allows you to adjust a numerical value, typically within an allowed range.
 

Uses of Parent in qx.ui.groupbox
 

Subclasses of Parent in qx.ui.groupbox
 class CheckGroupBox
           
 class GroupBox
           
 class RadioGroupBox
           
 

Uses of Parent in qx.ui.layout
 

Subclasses of Parent in qx.ui.layout
 class BoxLayout
           
 class CanvasLayout
           
 class DockLayout
           
 class FlowLayout
           
 class GridLayout
           
 class HorizontalBoxLayout
           
 class VerticalBoxLayout
           
 

Uses of Parent in qx.ui.layout.impl
 

Methods in qx.ui.layout.impl that return Parent
 Parent LayoutImpl.getWidget()
          Returns the associated widget
 

Uses of Parent in qx.ui.listview
 

Subclasses of Parent in qx.ui.listview
 class Header
           
 class HeaderCell
           
 class ListView
          Table Widget
 class ListViewPane
           
 

Uses of Parent in qx.ui.menu
 

Subclasses of Parent in qx.ui.menu
 class Layout
          A small helper class to create a special layout handler for qx.ui.menu.Menus
 class Menu
          If you create a new menu using Menu, do not forget to add it to the client document using its addToDocument() method, or the menu will not be positioned correctly in the application.
 class Separator
           
 

Uses of Parent in qx.ui.menubar
 

Subclasses of Parent in qx.ui.menubar
 class MenuBar
           
 

Uses of Parent in qx.ui.pageview
 

Subclasses of Parent in qx.ui.pageview
 class AbstractBar
           
 class AbstractButton
           
 class AbstractPage
           
 class AbstractPageView
           
 class AbstractPane
           
 

Uses of Parent in qx.ui.pageview.buttonview
 

Subclasses of Parent in qx.ui.pageview.buttonview
 class Bar
           
 class ButtonView
          One of the widgets which could be used to structurize the interface.
 class Page
           
 class Pane
           
 

Uses of Parent in qx.ui.pageview.radioview
 

Subclasses of Parent in qx.ui.pageview.radioview
 class RadioView
          One of the widgets which could be used to structurize the interface.
 

Uses of Parent in qx.ui.pageview.tabview
 

Subclasses of Parent in qx.ui.pageview.tabview
 class TabView
           
 

Uses of Parent in qx.ui.popup
 

Subclasses of Parent in qx.ui.popup
 class Popup
           
 class PopupAtom
           
 class ToolTip
           
 

Uses of Parent in qx.ui.resizer
 

Subclasses of Parent in qx.ui.resizer
 class ResizablePopup
          A popup that can be resized.
 class Resizer
          This class acts as a wrapper for other child, and allows it to be resized (not moved), normally in the right and/or bottom directions.
 

Uses of Parent in qx.ui.splitpane
 

Subclasses of Parent in qx.ui.splitpane
 class HorizontalSplitPane
           
 class SplitPane
           
 class SplitPaneSlider
           
 class SplitPaneSplitter
           
 class VerticalSplitPane
           
 

Uses of Parent in qx.ui.table
 

Subclasses of Parent in qx.ui.table
 class Table
          A table.
 

Uses of Parent in qx.ui.table.pane
 

Subclasses of Parent in qx.ui.table.pane
 class FocusIndicator
           
 class Scroller
          Shows a whole meta column.
 

Uses of Parent in qx.ui.toolbar
 

Subclasses of Parent in qx.ui.toolbar
 class MenuButton
           
 class Part
           
 class PartHandle
           
 class RadioButton
           
 class ToolBar
           
 

Uses of Parent in qx.ui.tree
 

Subclasses of Parent in qx.ui.tree
 class AbstractTreeElement<T>
          The AbstractTreeElement serves as a common superclass for the TreeFile and TreeFolder classes and is an implementation means of the qooxdoo framework.
 class Tree<T>
          The Tree class implements a tree widget, with collapsable and expandable container nodes and terminal leaf nodes.
 class TreeFile<T>
          qx.ui.tree.TreeFile objects are terminal tree rows (i.e.
 class TreeFolder<T>
          qx.ui.tree.TreeFolder objects are tree rows which may contain sub-trees
 

Uses of Parent in qx.ui.treevirtual
 

Subclasses of Parent in qx.ui.treevirtual
 class CheckBoxTree
          A “virtual” tree intended to use multiple selection.
 class RecursiveCheckBoxTree
          A “virtual” tree intended to use multiple selection.
 class TreeVirtual
          A “virtual” tree
 

Uses of Parent in qx.ui.window
 

Subclasses of Parent in qx.ui.window
 class Window
           
 



Copyright © 2008 1&1. All Rights Reserved.