ZKコンポーネントリファレンス (ZK Component Reference)

 このコンテンツは、次のURLのコンテンツの私的翻訳です。

前置き(Introduction)

ベースコンポーネント(Base Components)

 この章では、他のZKコンポーネントの基盤となるベースコンポーネントについて概要を説明します。

  • AbstractComponent
  • FooterElement
  • FormatInputElement
  • HeaderElement
  • HeadersElement
  • HtmlBasedComponent
  • HtmlMacroComponent
  • InputElement
  • LabelElement
  • LabelImageElement
  • LayoutRegion
  • NumberInputElement
  • XulElement

コンテナ(Containers)

 コンテナは、コンポーネントを格納する事ができる特別なコンポーネントです。はじめに、ZK Developer's ReferenceのLayouts and Containersを参照して下さい。

  • Caption
  • Div
  • Groupbox
  • Idspace
  • Panel
    • Panelchildren
  • Span
  • Tabbox
    • Tab
    • Tabs
    • Tabpanel
    • Tabpanels
  • Window

データ(Data)

 このセクションでは、データを表示するためにデザインされたコンポーネントの概要を説明します。

 "Grid"と"Listbox"は両方とも表形式のデータを扱うのに使用します。"tree"は階層構造のデータを表示するのに使用します。However, both listbox and tree allow the user to select one or multiple items it displays, while grid doesn't. Grid, listbox and tree all allow developers to separate long content into multiple pages. For more information, please refer to the Paging component.

  • Grid
    • Column
    • Columns
    • Detail
    • Foot
    • Footer
    • Group
    • Groupfoot
    • Row
    • Rows
  • Listbox
    • Listcell
    • Listfoot
    • Listfooter
    • Listgroup
    • Listgroupfoot
    • Listhead
    • Listheader
    • Listitem
  • Tree
    • Treecell
    • Treechildren
    • Treecol
    • Treecols
    • Treefoot
    • Treefooter
    • Treeitem
    • Treerow
  • Biglistbox

グラフとレポート(Diagrams and Reports)

重要なコンポーネント(Essential Components)

インプット(Input)

レイアウト(Layouts)

 この章では、レイアウトを制御するための概要を説明します。まずは、 ZK Developer's Reference: Layouts and Containersを参照して下さい。

  • Absolutelayout
    • Absolutechildren
  • Anchorlayout
    • Anchorchildren
  • Borderlayout
    • Center
    • East
    • North
    • South
    • West
  • Box
  • Cardlayout
  • Columnlayout
    • Columnchildren
  • Hbox
  • Hlayout
  • Portallayout
    • Portalchildren
  • Rowlayout
    • Rowchildren
  • Splitter
  • Tablelayout
    • TableChildren
  • Vbox
  • Vlayout

マルチメディア(Multimedia and Miscellaneous)

(Supplementary)

イベント(Events)

 この章では、コンポーネントで使用されているイベントの概要を説明します。

  • AfterSizeEvent
  • BandScrollEvent
  • CheckEvent
  • ColSizeEvent
  • CreateEvent
  • DropEvent
  • ErrorEvent
  • Event
  • InfoChangeEvent
  • InputEvent
  • KeyEvent
  • MapDropEvent
  • MapMouseEvent
  • MapMoveEvent
  • MapTypeChangeEvent
  • MapZoomEvent
  • MouseEvent
  • MoveEvent
  • OccurEventSelectEvent
  • OpenEvent
  • OverPlotEvent
  • PageSizeEvent
  • PagingEvent
  • PortalMoveEvent
  • ScrollEvent
  • SelectEvent
  • SelectionEvent
  • SizeEvent
  • UploadEvent
  • ZIndexEvent

(Supporting Classes)

(XHTML Components)

(XML Components)

(Annotation)

(Tablet Devices)