Uses of Interface
org.zkoss.zk.ui.ext.Scope

Packages that use Scope
org.zkoss.zhtml ZHTML component set. 
org.zkoss.zhtml.impl Classes used to implement ZHTML component set. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.api   
org.zkoss.zk.ui.http HTTP relevant utilities and servlets for implementing user interfaces (implementation only). 
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zkdemo.test   
org.zkoss.zkdemo.test2   
org.zkoss.zkdemo.userguide   
org.zkoss.zkex.zul Zul Extension library. 
org.zkoss.zkex.zul.api   
org.zkoss.zkmax.zul Components and UI utitilies available in the Enterprise edition. 
org.zkoss.zkmax.zul.api   
org.zkoss.zml The ZK XML Component Set. 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.api   
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
org.zkoss.zul.impl.api   
 

Uses of Scope in org.zkoss.zhtml
 

Classes in org.zkoss.zhtml that implement Scope
 class A
          The A tag.
 class Abbr
          The ABBR tag.
 class Acronym
          The ACRONYM tag.
 class Address
          The ADDRESS tag.
 class Area
          The AREA tag.
 class B
          The B tag.
 class Base
          The BASE tag.
 class Big
          The BIG tag.
 class Blockquote
          The BLOCKQUOTE tag.
 class Body
          The BODY tag.
 class Br
          The BR tag.
 class Button
          The BUTTON tag.
 class Caption
          The CAPTION tag.
 class Center
          The CENTER tag.
 class Cite
          The CITE tag.
 class Code
          The CODE tag.
 class Col
          The COL tag.
 class Colgroup
          The COLGROUP tag.
 class Dd
          The DD tag.
 class Del
          The DEL tag.
 class Dfn
          The DFN tag.
 class Dir
          The DIR tag.
 class Div
          The DIV tag.
 class Dl
          The DL tag.
 class Dt
          The DT tag.
 class Em
          The EM tag.
 class Embed
          The EMBED tag.
 class Fieldset
          The FIELDSET tag.
 class Font
          The FONT tag.
 class Form
          The FORM tag.
 class H1
          The H1 tag.
 class H2
          The H2 tag.
 class H3
          The H3 tag.
 class H4
          The H4 tag.
 class Head
          The HEAD tag.
 class Hr
          The HR tag.
 class Html
          The HTML tag.
 class I
          The I tag.
 class Iframe
          The IFRAME tag.
 class Img
          The IMG tag.
 class Input
          The input tag.
 class Ins
          The INS tag.
 class Isindex
          The ISINDEX tag.
 class Kbd
          The KBD tag.
 class Label
          The LABEL tag.
 class Legend
          The LEGEND tag.
 class Li
          The LI tag.
 class Link
          The LINK tag.
 class Map
          The MAP tag.
 class Menu
          The MENU tag.
 class Meta
          The META tag.
 class Nobr
          The NOBR tag.
 class Object
          The OBJECT tag.
 class Ol
          The OL tag.
 class Optgroup
          The OPTGROUP tag.
 class Option
          The OPTION tag.
 class P
          The P tag.
 class Pre
          The PRE tag.
 class Q
          The Q tag.
 class Raw
          The raw component used to generate raw HTML elements.
 class S
          The S tag.
 class Samp
          The SAMP tag.
 class Script
          The SCRIPT tag.
 class Select
          The SELECT tag.
 class Small
          The SMALL tag.
 class Span
          The SPAN tag.
 class Strong
          The STRONG tag.
 class Style
          The STYLE tag.
 class Sub
          The SUB tag.
 class Sup
          The Sup tag.
 class Table
          The TABLE tag.
 class Tbody
          The TBODY tag.
 class Td
          The TD tag.
 class Text
          Represents a piece of text (of DOM).
 class Textarea
          The TEXTAREA tag.
 class Tfoot
          The TFOOT tag.
 class Th
          The TH tag.
 class Thead
          The THEAD tag.
 class Title
          The TITLE tag.
 class Tr
          The TR tag.
 class Tt
          The TT tag.
 class Ul
          The UL tag.
 class Var
          The VAR tag.
 class Zkhead
          The component used to generate CSS and JavaScrpt declarations.
 

Uses of Scope in org.zkoss.zhtml.impl
 

Classes in org.zkoss.zhtml.impl that implement Scope
 class AbstractTag
          The raw component used to generate raw HTML elements.
 

Uses of Scope in org.zkoss.zk.ui
 

Subinterfaces of Scope in org.zkoss.zk.ui
 interface Component
          An UI component.
 interface Desktop
          Represents a desktop.
 interface Execution
          An execution of a client request (e.g., ServletRequest).
 interface Page
          A page.
 interface Session
          A user session.
 interface WebApp
          Represents a Web application.
 

Classes in org.zkoss.zk.ui that implement Scope
 class AbstractComponent
          A skeletal implementation of Component.
 class AbstractPage
          A skeletal implementation of Page.
 class HtmlBasedComponent
          A skeletal implementation for HTML based components.
 class HtmlMacroComponent
          The implemetation of a macro component for HTML-based clients.
 class HtmlNativeComponent
          A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
 

Uses of Scope in org.zkoss.zk.ui.api
 

Subinterfaces of Scope in org.zkoss.zk.ui.api
 interface HtmlBasedComponent
          A skeletal implementation for HTML based components.
 

Uses of Scope in org.zkoss.zk.ui.http
 

Classes in org.zkoss.zk.ui.http that implement Scope
 class ExecutionImpl
          An Execution implementation for HTTP request and response.
 class SerializableSession
          Serializable Session.
 class SimpleSession
          A non-serializable implementation of Session.
 class SimpleWebApp
          A servlet-based Web application.
 

Uses of Scope in org.zkoss.zk.ui.impl
 

Classes in org.zkoss.zk.ui.impl that implement Scope
 class AbstractExecution
          A skeletal implementation of Execution.
 class AbstractWebApp
          A skeletal implementation of WebApp.
 class DesktopImpl
          The implementation of Desktop.
 class PageImpl
          An implmentation of Page and PageCtrl.
 

Uses of Scope in org.zkoss.zkdemo.test
 

Classes in org.zkoss.zkdemo.test that implement Scope
 class FailoverButton
          Used with test/failover.zul to test the failover mechanism.
 class Hello
          Used to test with lang-addon.xml.
 

Uses of Scope in org.zkoss.zkdemo.test2
 

Classes in org.zkoss.zkdemo.test2 that implement Scope
 class MainLayout
           
 class MainWindow
           
 

Uses of Scope in org.zkoss.zkdemo.userguide
 

Classes in org.zkoss.zkdemo.userguide that implement Scope
 class SimpleAutoComplete
          This class is an example of auto-complete with combobox via SimpleListModel to achieve.
 class ThemeImage
           
 

Uses of Scope in org.zkoss.zkex.zul
 

Classes in org.zkoss.zkex.zul that implement Scope
 class Borderlayout
          A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
 class Columnchildren
          The column of Columnlayout.
 class Columnlayout
          A columnlayout lays out a container which can have multiple columns, and each column may contain one or more panel.
 class East
          This component is a east region.
 class Fisheye
          A fisheye item.
 class Fisheyebar
          A fisheye bar is a bar of Fisheye that is a menu similar to the fish eye menu on the Mac OS.
 class Jasperreport
          The JasperReport component.
 class LayoutRegion
          This class represents a region in a layout manager.
 class North
          This component is a north region.
 class South
          This component is a south region.
 class West
          This component is a west region.
 

Uses of Scope in org.zkoss.zkex.zul.api
 

Subinterfaces of Scope in org.zkoss.zkex.zul.api
 interface Borderlayout
          A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
 interface Center
          This component is a center region.
 interface Columnchildren
          The column of Columnlayout.
 interface Columnlayout
          A columnlayout lays out a container which can have multiple columns, and each column may contain one or more panel.
 interface East
          This component is a east region.
 interface Fisheye
          A fisheye item.
 interface Fisheyebar
          A fisheye bar is a bar of Fisheye that is a menu similar to the fish eye menu on the Mac OS.
 interface Jasperreport
          The JasperReport component.
 interface LayoutRegion
          This class represents a region in a layout manager.
 interface North
          This component is a north region.
 interface South
          This component is a south region.
 interface West
          This component is a west region.
 

Uses of Scope in org.zkoss.zkmax.zul
 

Classes in org.zkoss.zkmax.zul that implement Scope
 class Portalchildren
          The column of Portallayout.
 class Portallayout
          A portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.
 class Tablechildren
          The cell of Tablelayout.
 class Tablelayout
          Tablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.
 

Uses of Scope in org.zkoss.zkmax.zul.api
 

Subinterfaces of Scope in org.zkoss.zkmax.zul.api
 interface Portalchildren
          The column of Portallayout.
 interface Portallayout
          A portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.
 interface Tablechildren
          The cell of Tablelayout.
 interface Tablelayout
          Tablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.
 

Uses of Scope in org.zkoss.zml
 

Classes in org.zkoss.zml that implement Scope
 class Transformer
          XML transformer.
 class XmlMacroComponent
          The implemetation of a macro component for XML output.
 class XmlNativeComponent
          A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
 

Uses of Scope in org.zkoss.zul
 

Classes in org.zkoss.zul that implement Scope
 class Applet
          A generic applet component.
 class Audio
          An audio clip.
 class Auxhead
          Used to define a collection of auxiliary headers (Auxheader).
 class Auxheader
          An auxiliary header.
 class Bandbox
          A band box.
 class Bandpopup
          The popup that belongs to a Bandbox instance.
 class Box
          A box.
 class Calendar
          A calendar.
 class Captcha
          The generic captcha component.
 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 Detail
          The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
 class Doublebox
          An edit box for holding an float point value (double).
 class Fileupload
          A fileupload dialog used to let user upload a file.
 class Flash
          A generic flash component.
 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 Group
          Adds the ability for single level grouping to the Grid.
 class Groupbox
          Groups a set of child elements to have a visual effect.
 class Groupfoot
          GroupFoot serves as a summary row of group.
 class Hbox
          A hbox.
 class Image
          An image.
 class Imagemap
          An image map.
 class Include
          Includes the result generated by any servlet, not limited to a ZUML page.
 class Intbox
          An edit box for holding an integer.
 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 Listgroup
          Adds the ability for single level grouping to the Listbox.
 class Listgroupfoot
          GroupFooter serves as a summary listitem of listgroup.
 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 Longbox
          An edit box for holding an integer.
 class Menubar
          A container that usually contains menu elements.
 class Menuitem
          A 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 Panel
          Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
 class Panelchildren
          Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
 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 Spinner
          An edit box for holding a constrained integer.
 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 Timebox
          An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
 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 Scope in org.zkoss.zul.api
 

Subinterfaces of Scope in org.zkoss.zul.api
 interface Applet
          A generic applet component.
 interface Audio
          An audio clip.
 interface Auxhead
          Used to define a collection of auxiliary headers (Auxheader).
 interface Auxheader
          An auxiliary header.
 interface Bandbox
          A band box.
 interface Bandpopup
          The popup that belongs to a Bandbox instance.
 interface Box
          A box.
 interface Button
          A button.
 interface Calendar
          A calendar.
 interface Captcha
          The generic captcha component.
 interface Caption
          A header for a Groupbox.
 interface Chart
          The generic chart component.
 interface Checkbox
          A checkbox.
 interface Column
          A single column in a Columns element.
 interface Columns
          Defines the columns of a grid.
 interface Combobox
          A combo box.
 interface Comboitem
          An item of a combo box.
 interface Datebox
          An edit box for holding a date.
 interface Decimalbox
          An edit box for holding BigDecimal.
 interface Detail
          The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
 interface Div
          The same as HTML DIV tag.
 interface Doublebox
          An edit box for holding an float point value (double).
 interface Fileupload
          A fileupload dialog used to let user upload a file.
 interface Flash
          A generic flash component.
 interface Foot
          Defines a set of footers (Footer) for a grid (Grid).
 interface Footer
          A column of the footer of a grid (Grid).
 interface Grid
          A grid is an element that contains both rows and columns elements.
 interface Group
          Adds the ability for single level grouping to the Grid.
 interface Groupbox
          Groups a set of child elements to have a visual effect.
 interface Groupfoot
          GroupFoot serves as a summary row of group.
 interface Hbox
          A hbox.
 interface Html
          A comonent used to embed the browser native content (i.e., HTML tags) into the output sent to the browser.
 interface Iframe
          Includes an inline frame.
 interface Image
          An image.
 interface Imagemap
          An image map.
 interface Include
          Includes the result generated by any servlet, not limited to a ZUML page.
 interface Intbox
          An edit box for holding an integer.
 interface Label
          A label.
 interface Listbox
          A listbox.
 interface Listcell
          A list cell.
 interface Listfoot
          A row of Listfooter.
 interface Listfooter
          A column of the footer of a list box (Listbox).
 interface Listgroup
          Adds the ability for single level grouping to the Listbox.
 interface Listgroupfoot
          GroupFooter serves as a summary listitem of listgroup.
 interface Listhead
          A list headers used to define multi-columns and/or headers.
 interface Listheader
          The list header which defines the attributes and header of a columen of a list box.
 interface Listitem
          A list item.
 interface Longbox
          An edit box for holding an integer.
 interface Menu
          An element, much like a button, that is placed on a menu bar.
 interface Menubar
          A container that usually contains menu elements.
 interface Menuitem
          A single choice in a Menupopup element.
 interface Menupopup
          A container used to display menus.
 interface Menuseparator
          Used to create a separator between menu items.
 interface Paging
          Paging of long content.
 interface Panel
          Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
 interface Panelchildren
          Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
 interface Popup
          A container that is displayed as a popup.
 interface Progressmeter
          A progress meter is a bar that indicates how much of a task has been completed.
 interface Radio
          A radio button.
 interface Radiogroup
          A radio group.
 interface Row
          A single row in a Rows element.
 interface Rows
          Defines the rows of a grid.
 interface Separator
          A separator.
 interface Slider
          A slider.
 interface Space
          Space is a Separator with the orient default to "horizontal".
 interface Span
          The same as HTML SPAN tag.
 interface Spinner
          An edit box for holding a constrained integer.
 interface Splitter
          An element which should appear before or after an element inside a box ( Box, Vbox and Hbox).
 interface Tab
          A tab.
 interface Tabbox
          A tabbox.
 interface Tabpanel
          A tab panel.
 interface Tabpanels
          A collection of tab panels.
 interface Tabs
          A collection of tabs (Tab).
 interface Textbox
          A textbox.
 interface Timebox
          An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
 interface Timer
          Fires one or more Event after a specified delay.
 interface Toolbar
          A toolbar.
 interface Toolbarbutton
          A tool button.
 interface Tree
          A container which can be used to hold a tabular or hierarchical set of rows of elements.
 interface Treecell
          A treecell.
 interface Treechildren
          A treechildren.
 interface Treecol
          A treecol.
 interface Treecols
          A treecols.
 interface Treefoot
          A row of Treefooter.
 interface Treefooter
          A column of the footer of a tree (Tree).
 interface Treeitem
          A treeitem.
 interface Treerow
          A treerow.
 interface Vbox
          A vbox.
 interface Window
          A generic window.
 

Uses of Scope in org.zkoss.zul.impl
 

Classes in org.zkoss.zul.impl that implement Scope
 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 XUL element with a label.
 class LabelImageElement
          A XUL element with a label (LabelElement.getLabel()) and an image (LabelImageElement.getImage()).
 class MessageboxDlg
          Used with Messagebox to implement a message box.
static class MessageboxDlg.Button
          Represents a button on the message box.
 class NumberInputElement
          A skeletal implementation for number-type input box.
 class XulElement
          The fundamental class for XUL elements.
 

Uses of Scope in org.zkoss.zul.impl.api
 

Subinterfaces of Scope in org.zkoss.zul.impl.api
 interface FormatInputElement
          A skeletal implementation for an input box with format.
 interface HeaderElement
          A skeletal implementation for a header.
 interface HeadersElement
          A skeletal implementation for headers, the parent of a group of HeaderElement.
 interface InputElement
          A skeletal implementation of an input box.
 interface LabelElement
          A XUL element with a label.
 interface LabelImageElement
          A XUL element with a label (LabelElement.getLabel()) and an image ( LabelImageElement.getImage()).
 interface NumberInputElement
          A skeletal implementation for number-type input box.
 interface XulElement
          The fundamental class for XUL elements.
 



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