Uses of Class
org.zkoss.zul.impl.XulElement

Packages that use XulElement
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of XulElement in org.zkoss.zul
 

Subclasses of XulElement in org.zkoss.zul
 class Audio
          An audio clip.
 class Bandbox
          A band box.
 class Bandpopup
          The popup that belongs to a Bandbox instance.
 class Box
          A box.
 class Button
          A button.
 class Calendar
          A calendar.
 class Captcha
          The generic captcha component.
 class Caption
          A header for a Groupbox.
 class Chart
          The generic chart component.
 class Checkbox
          A checkbox.
 class Column
          A single column in a Columns element.
 class Columns
          Defines the columns of a grid.
 class Combobox
          A combo box.
 class Comboitem
          An item of a combo box.
 class Datebox
          An edit box for holding a date.
 class Decimalbox
          An edit box for holding BigDecimal.
 class Div
          The same as HTML DIV tag.
 class Doublebox
          An edit box for holding an float point value (double).
 class Foot
          Defines a set of footers (Footer) for a grid (Grid).
 class Footer
          A column of the footer of a grid (Grid).
 class Grid
          A grid is an element that contains both rows and columns elements.
 class Groupbox
          Groups a set of child elements to have a visual effect.
 class Hbox
          A hbox.
 class Html
          A HTML embedder that embeds any HTML tags, even including JavaScript.
 class Iframe
          Includes an inline frame.
 class Image
          An image.
 class Imagemap
          An image map.
 class Include
          Includes the result generated by any servlet.
 class Intbox
          An edit box for holding an integer.
 class Label
          A label.
 class Listbox
          A listbox.
 class Listcell
          A list cell.
 class Listfoot
          A row of Listfooter.
 class Listfooter
          A column of the footer of a list box (Listbox).
 class Listhead
          A list headers used to define multi-columns and/or headers.
 class Listheader
          The list header which defines the attributes and header of a columen of a list box.
 class Listitem
          A list item.
 class Menu
          An element, much like a button, that is placed on a menu bar.
 class Menubar
          A container that usually contains menu elements.
 class Menuitem
          sA single choice in a Menupopup element.
 class Menupopup
          A container used to display menus.
 class Menuseparator
          Used to create a separator between menu items.
 class Paging
          Paging of long content.
 class Popup
          A container that is displayed as a popup.
 class Progressmeter
          A progress meter is a bar that indicates how much of a task has been completed.
 class Radio
          A radio button.
 class Radiogroup
          A radio group.
 class Row
          A single row in a Rows element.
 class Rows
          Defines the rows of a grid.
 class Separator
          A separator.
 class Slider
          A slider.
 class Space
          Space is a Separator with the orient default to "horizontal".
 class Splitter
          An element which should appear before or after an element inside a box (Box, Vbox and Hbox).
 class Tab
          A tab.
 class Tabbox
          A tabbox.
 class Tabpanel
          A tab panel.
 class Tabpanels
          A collection of tab panels.
 class Tabs
          A collection of tabs (Tab).
 class Textbox
          A textbox.
 class Timer
          Fires one or more Event after a specified delay.
 class Toolbar
          A toolbar.
 class Toolbarbutton
          A tool button.
 class Tree
          A container which can be used to hold a tabular or hierarchical set of rows of elements.
 class Treecell
          A treecell.
 class Treechildren
          A treechildren.
 class Treecol
          A treecol.
 class Treecols
          A treecols.
 class Treefoot
          A row of Treefooter.
 class Treefooter
          A column of the footer of a tree (Tree).
 class Treeitem
          A treeitem.
 class Treerow
          A treerow.
 class Vbox
          A vbox.
 class Window
          A generic window.
 

Uses of XulElement in org.zkoss.zul.impl
 

Subclasses of XulElement in org.zkoss.zul.impl
 class FileuploadDlg
          Used with Fileupload to implement the upload feature.
 class FormatInputElement
          A skeletal implementation for an input box with format.
 class HeaderElement
          A skeletal implementation for a header.
 class HeadersElement
          A skeletal implementation for headers, the parent of a group of HeaderElement.
 class InputElement
          A skeletal implementation of an input box.
 class LabelElement
          A HTML element with a label.
 class LabelImageElement
          A HTML element with a label (LabelElement.getLabel())and an image (LabelImageElement.getImage()).
 class MessageboxDlg
          Used with Messagebox to implement a message box.
 class NumberInputElement
          A skeletal implementation for number-type input box.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.