wiki

QxTransformer tags

This list only contains the tags that generate qooxdoo classes. Template constructs will be added later.

Basic widgets

Tag Class Attributes (todo)
qx:atom qx.ui.basic.Atom allowStretchX, allowStretchY, appearance, disabledIcon(String), height, horizontalChildrenAlign, icon(String), iconHeight(Integer), iconPosition, iconWidth(Integer), label(Label), orientation, show, spacing, stretchChildrenOrthogonalAxis, verticalChildrenAlign, width,
qx:horizontalSpacer qx.ui.basic.HorizontalSpacer width,
qx:image qx.ui.basic.Image allowStretchX, allowStretchY, appearance, height, loaded(Boolean), preloader(qx.io.image.Preloader), resizeToInner(Boolean), selectable, source(String), width,
qx:label qx.ui.basic.Label allowStretchX, allowStretchY, appearance, cursor, height, mnemonic(String), mode, selectable, text(Label), textAlign, textOverflow(Boolean), width, wrap(Boolean),
qx:inline qx.ui.basic.Inline inlineNodeId(String),
qx:terminator qx.ui.basic.Terminator
qx:verticalSpacer qx.ui.basic.VerticalSpacer height,

Layout widgets

Tag Class Attributes (todo)
qx:boxLayout qx.ui.layout.BoxLayout accumulatedChildrenOuterHeight, accumulatedChildrenOuterWidth, horizontalChildrenAlign, orientation, reverseChildrenOrder(Boolean), spacing(Integer), stretchChildrenOrthogonalAxis(Boolean), useAdvancedFlexAllocation(Boolean), verticalChildrenAlign,
qx:canvasLayout qx.ui.layout.CanvasLayout
qx:dockLayout qx.ui.layout.DockLayout mode,
qx:flowLayout qx.ui.layout.FlowLayout horizontalChildrenAlign, horizontalSpacing(Integer), reverseChildrenOrder(Boolean), verticalChildrenAlign, verticalSpacing(Integer),
qx:horizontalBoxLayout qx.ui.layout.HorizontalBoxLayout
qx:verticalBoxLayout qx.ui.layout.VerticalBoxLayout orientation,
qx:gridLayout qx.ui.layout.GridLayout cellPaddingBottom(Integer), cellPaddingLeft(Integer), cellPaddingRight(Integer), cellPaddingTop(Integer), horizontalChildrenAlign, horizontalSpacing(Integer), verticalChildrenAlign, verticalSpacing(Integer),

Form widgets

Tag Class Attributes (todo)
qx:button qx.ui.form.Button appearance, tabIndex,
qx:checkBox qx.ui.form.CheckBox appearance, checked(Boolean), name(String), tabIndex, value(String),
qx:comboBox qx.ui.form.ComboBox allowStretchY, appearance, editable(Boolean), height, minWidth, pagingInterval(Integer), selected(qx.ui.form.ListItem), tabIndex, value(String), width,
qx:comboBoxEx qx.ui.form.ComboBoxEx allowSearch(Boolean), allowStretchY, appearance, columnHeaders(Array), editable(Boolean), ensureSomethingSelected(Boolean), height, idColumnVisible(Boolean), idDescriptionSeparator(String), maxVisibleRows(Integer), pagingInterval(Integer), showColumnHeaders, showOnTextField, tabIndex, value(String), width,
qx:InputCheckSymbol qx.ui.form.InputCheckSymbol checked(Boolean), name(String), tabIndex, type, value,
qx:list qx.ui.form.List appearance, enableInlineFind(Boolean), markLeadingItem(Boolean), overflow, tabIndex,
qx:listItem qx.ui.form.ListItem allowStretchX, appearance, minWidth, value(String), width,
qx:radioButton qx.ui.form.RadioButton appearance, manager(qx.ui.selection.RadioManager),
qx:radioManager qx.ui.selection.RadioManager name(String), selected(qx.core.Object),
qx:passwordField qx.ui.form.PasswordField
qx:textField qx.ui.form.TextField allowStretchX, allowStretchY, appearance, height, hideFocus, liveUpdate(Boolean), maxLength(Integer), readOnly(Boolean), selectable, spellCheck(Boolean), tabIndex, textAlign, validator(Function), value, width,
qx:textArea qx.ui.form.TextArea allowStretchY, appearance, spellCheck, wrap(Boolean),
qx:spinner qx.ui.form.Spinner amountGrowth(Number), appearance, checkValueFunction, editable(Boolean), firstInterval(Integer), height, incrementAmount(Integer), interval(Integer), manager(qx.util.range.IRange), minTimer(Integer), pageIncrementAmount(Integer), timerDecrease(Integer), wheelIncrementAmount(Integer), width, wrap(Boolean),
qx:repeatButton qx.ui.form.RepeatButton firstInterval(Integer), interval(Integer),

Table Widgets

Tag Class Attributes (todo)
qx:listView qx.ui.listview.ListView appearance, liveResize(Boolean), overflow, resizable(Boolean), sortBy(String),
qx:table qx.ui.table.Table alwaysUpdateCells(Boolean), columnVisibilityButtonVisible(Boolean), dataRowRenderer(qx.ui.table.IRowRenderer), focusCellOnMouseMove(Boolean), headerCellHeight(Integer), keepFirstVisibleRowComplete(Boolean), metaColumnCounts(Object), modalCellEditorPreOpenFunction(Function), newSelectionManager(Function), newSelectionModel(Function), newTableColumnModel(Function), newTablePane(Function), newTablePaneHeader(Function), newTablePaneModel(Function), newTablePaneScroller(Function), rowHeight(Number), selectionModel(qx.ui.table.selection.Model), showCellFocusIndicator(Boolean), statusBarVisible(Boolean), tableColumnModel(qx.ui.table.columnmodel.Basic), tableModel(qx.ui.table.ITableModel),

Groupbox widgets

Tag Class Attributes (todo)
qx:fieldSet qx.ui.groupbox.GroupBox appearance,
qx:groupBox qx.ui.groupbox.GroupBox appearance,
qx:checkGroupBox qx.ui.groupbox.CheckGroupBox
qx:radioGroupBox qx.ui.groupbox.RadioGroupBox

Popup Widgets

Tag Class Attributes (todo)
qx:popup qx.ui.popup.Popup appearance, autoHide(Boolean), centered(Boolean), display, height, restrictToPageBottom(Integer), restrictToPageLeft(Integer), restrictToPageOnOpen(Boolean), restrictToPageRight(Integer), restrictToPageTop(Integer), width,
qx:popupAtom qx.ui.popup.PopupAtom
qx:toolTip qx.ui.popup.ToolTip appearance, boundToWidget(qx.ui.core.Widget), hideInterval(Integer), hideOnHover(Boolean), mousePointerOffsetX(Integer), mousePointerOffsetY(Integer), showInterval(Integer),

Menu Widgets

Tag Class Attributes (todo)
qx:menuBar qx.ui.menubar.MenuBar
qx:menuBarButton qx.ui.menu.menubar.Button
qx:menu qx.ui.menu.Menu appearance, arrowPosition, closeInterval(Integer), contentArrowGap(Integer), contentNonArrowPadding(Integer), contentNonIconPadding(Integer), fastReopen(Boolean), height, hoverItem(qx.ui.core.Widget), iconContentGap(Integer), iconPosition, indentShortcuts(Boolean), labelPosition, labelShortcutGap(Integer), maxArrowWidth, maxContentWidth, maxIconWidth, maxLabelWidth, maxLabelWidthIncShortcut, maxShortcutWidth, menuButtonNeededWidth, opener(qx.ui.core.Widget), openInterval(Integer), openItem(qx.ui.core.Widget), parentMenu(qx.ui.menu.Menu), shortcutPosition, subMenuHorizontalOffset(Integer), subMenuVerticalOffset(Integer), width,
qx:menuLayout qx.ui.menu.Layout anonymous, appearance,
qx:menuButton qx.ui.menu.Button allowStretchX, appearance, height, icon(String), label, menu(qx.ui.menu.Menu), minWidth,
qx:menuCheckBox qx.ui.menu.CheckBox appearance, checked(Boolean), name(String), value(String),
qx:menuRadioButton qx.ui.menu.RadioButton appearance, manager(qx.ui.selection.RadioManager),
qx:menuSeparator qx.ui.menu.Separator appearance, height,

Tab View Widgets

Tag Class Attributes (todo)
qx:tabView qx.ui.pageview.tabview.TabView alignTabsToLeft(Boolean), appearance, orientation, placeBarOnTop(Boolean),
qx:tabViewButton qx.ui.pageview.tabview.Button appearance, closeButtonImage(String), showCloseButton(Boolean),
qx:tabViewPage qx.ui.pageview.tabview.Page appearance,

Button View Widgets

Tag Class Attributes (todo)
qx:buttonView qx.ui.pageview.buttonview.ButtonView appearance, barPosition,
qx:buttonViewButton qx.ui.pageview.buttonview.Button allowStretchX, allowStretchY, appearance,
qx:buttonViewPage qx.ui.pageview.buttonview.Page appearance,

Radio View Widgets

Tag Class Attributes (todo)
qx:radioView qx.ui.pageview.radioview.RadioView appearance, barPosition, orientation,
qx:radioViewradio qx.ui.pageview.radioview.Bar appearance, height, orientation, width,
qx:radioViewButton qx.ui.pageview.radioview.Button allowStretchX, allowStretchY, appearance,
qx:radioViewPage qx.ui.pageview.radioview.Page appearance,
qx:radioViewPane qx.ui.pageview.radioview.Pane appearance, height,

Tool Bar Widgets

Tag Class Attributes (todo)
qx:toolBar qx.ui.toolbar.ToolBar appearance, height, openMenu(qx.ui.menu.Menu), show,
qx:toolBarButton qx.ui.toolbar.Button allowStretchY, appearance, height, show, tabIndex,
qx:toolBarCheckBox qx.ui.toolbar.CheckBox checked(Boolean),
qx:toolBarMenuButton qx.ui.toolbar.MenuButton direction, menu(qx.ui.menu.Menu),
qx:toolBarPart qx.ui.toolbar.Part appearance, show, width,
qx:toolBarPartHandle qx.ui.toolbar.PartHandle appearance,
qx:toolBarRadioButton qx.ui.toolbar.RadioButton disableUncheck(Boolean), manager(qx.ui.selection.RadioManager), name(String),
qx:toolBarSeparator qx.ui.toolbar.Separator appearance,

Tree Widgets

Tag Class Attributes (todo)
qx:tree qx.ui.tree.Tree excludeSpecificTreeLines(Array), hideNode(Boolean), rootOpenClose(Boolean), tabIndex, useDoubleClick(Boolean), useTreeLines(Boolean),
qx:treeFile qx.ui.tree.TreeFile
qx:treeFolder qx.ui.tree.TreeFolder alwaysShowPlusMinusSymbol(Boolean), appearance, icon, iconSelected, open(Boolean),
qx:virtualTree qx.ui.treevirtual.TreeVirtual openCloseClickSelectsRow(Boolean),

Gallery Widgets

Tag Class Attributes (todo)
qx:gallery qx.ui.embed.Gallery decorHeight(Integer), overflow, showComment(Boolean), showTitle(Boolean), thumbMaxHeight(Integer), thumbMaxWidth(Integer),
qx:galleryList qx.ui.embed.GalleryList decorHeight(Integer), overflow, thumbMaxHeight(Integer), thumbMaxWidth(Integer),

Window Widgets

Tag Class Attributes (todo)
qx:window qx.ui.window.Window active(Boolean), allowClose(Boolean), allowMaximize(Boolean), allowMinimize(Boolean), appearance, caption, icon(String), modal(Boolean), mode, moveable(Boolean), moveMethod, opener(qx.ui.core.Widget), showCaption(Boolean), showClose(Boolean), showIcon(Boolean), showMaximize(Boolean), showMinimize(Boolean), showStatusbar(Boolean), status(String), windowManager(qx.ui.window.Manager),
qx:nativeWindow qx.client.NativeWindow allowScrollbars(Boolean), dependent(Boolean), dimension, height(Number), left(Number), location, modal(Boolean), name(String), open(Boolean), resizable(Boolean), showLocation(Boolean), showMenubar(Boolean), showStatusbar(Boolean), showToolbar(Boolean), status(String), top(Number), url(String), width(Number),

Component Widgets

Tag Class Attributes (todo)
qx:colorSelector qx.ui.component.ColorSelector appearance, blue(Integer), brightness(Number), green(Integer), height, hue(Number), red(Integer), saturation(Number), width,
qx:colorPopup qx.ui.component.ColorPopup appearance, blue(Number), green(Number), height, red(Number), value, width,
qx:dateChooserButton qx.ui.component.DateChooserButton chooserTitle, dateFormatSize, targetWidget(qx.ui.core.Widget),
qx:dateChooser qx.ui.component.DateChooser date(Date), height, shownMonth(Integer), shownYear(Integer), width,
qx:propertyEditor qcl.databinding.simple.PropertyEditor

Embedding Widgets

Tag Class Attributes (todo)
qx:flash qx.ui.embed.Flash enableDetection(Boolean), enableExpressInstall(Boolean), loop(Boolean), menu(Boolean), play(Boolean), quality, redirectUrl(String), scale, source(String), version, wmode,
qx:iframe qx.ui.embed.Iframe appearance, frameName(String), selectable, source(String), tabIndex,
qx:html qx.ui.embed.HtmlEmbed font, html(String), textAlign, textColor,
qx:iconHtml qx.ui.embed.IconHtmlEmbed icon(String), iconHeight(Integer), iconWidth(Number), spacing(Number),
qx:link qx.ui.embed.LinkEmbed target(String), uri(String),
qx:text qx.ui.embed.TextEmbed text(String), textAlign, wrap(Boolean),
qx:node qx.ui.embed.NodeEmbed sourceNodeId(String),

Splitpane Widgets

Tag Class Attributes (todo)
qx:horizontalSplitPane qx.ui.splitpane.HorizontalSplitPane
qx:verticalSplitPane qx.ui.splitpane.VerticalSplitPane

Miscellaneous

Tag Class Attributes (todo)
qx:command qx.client.Command enabled(Boolean), keyCode(Number), keyIdentifier(String), shortcut(String),

QCL: databinding, security, messagebus

Tag Class Attributes (todo)
qx:dataProvider qcl.databinding.simple.DataProvider
qx:messageTransport qcl.databinding.simple.MessageTransport
qx:userManager qcl.auth.user.Manager
qx:configManager qcl.config.Manager

  Sign in   Home   Sitemap   Terms   Report Abuse   Print  |  Powered by Google Sites