Meego Wiki
Views

Components API Snapshot

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
m (corrected typing error)
m (reordered components alphabetically)
Line 5: Line 5:
The available components are divided into three categories:
The available components are divided into three categories:
*Basic widgets: provide basic UI-elements and structures.
*Basic widgets: provide basic UI-elements and structures.
 +
**[[AppPage API Snapshot|AppPage]]
 +
**[[BottomToolBar API Snapshot|BottomToolBar]]
**[[Button API Snapshot|Button]]
**[[Button API Snapshot|Button]]
 +
**[[CheckBox API Snapshot|CheckBox]]
 +
**[[DropDown API Snapshot|DropDown]]
 +
**[[ExpandingBox API Snapshot|ExpandingBox]]
**[[IconButton API Snapshot|IconButton]]
**[[IconButton API Snapshot|IconButton]]
-
**[[ToggleButton API Snapshot|ToggleButton]]
+
**[[Label API Snapshot|Label]]
 +
**[[PageStack API Snapshot|PageStack]]
 +
**[[PopupList API Snapshot|PopupList]]
 +
**[[ProgressBar API Snapshot|ProgressBar]]
**[[RadioButton API Snapshot|RadioButton]]
**[[RadioButton API Snapshot|RadioButton]]
**[[RadioGroup API Snapshot|RadioGroup]]
**[[RadioGroup API Snapshot|RadioGroup]]
-
**[[ExpandingBox API Snapshot|ExpandingBox]]
 
-
**[[PopupList API Snapshot|PopupList]]
 
**[[Slider API Snapshot|Slider]]
**[[Slider API Snapshot|Slider]]
-
**[[VerticalSlider API Snapshot|VerticalSlider]]
 
**[[TextEntry API Snapshot|TextEntry]]
**[[TextEntry API Snapshot|TextEntry]]
**[[TextField API Snapshot|TextField]]
**[[TextField API Snapshot|TextField]]
-
**[[AppPage API Snapshot|AppPage]]
 
-
**[[PageStack API Snapshot|PageStack]]
 
-
**[[ProgressBar API Snapshot|ProgressBar]]
 
-
**[[Window API Snapshot|Window]]
 
-
**[[Label API Snapshot|Label]]
 
-
**[[BottomToolBar API Snapshot|BottomToolBar]]
 
-
**[[CheckBox API Snapshot|CheckBox]]
 
-
**[[DropDown API Snapshot|DropDown]]
 
**[[TimeSpinner API Snapshot|TimeSpinner]]
**[[TimeSpinner API Snapshot|TimeSpinner]]
 +
**[[ToggleButton API Snapshot|ToggleButton]]
 +
**[[VerticalSlider API Snapshot|VerticalSlider]]
 +
**[[Window API Snapshot|Window]]
*Modal dialogs: high-level widgets which provide complex functionality inside a meego-ux-components Window/Page structure.
*Modal dialogs: high-level widgets which provide complex functionality inside a meego-ux-components Window/Page structure.
**[[DatePicker API Snapshot|DatePicker]]
**[[DatePicker API Snapshot|DatePicker]]
Line 34: Line 34:
**[[VideoPicker API Snapshot|VideoPicker]]
**[[VideoPicker API Snapshot|VideoPicker]]
*Basic components: provide basic functionality used by other components.
*Basic components: provide basic functionality used by other components.
 +
**[[ActionMenu API Snapshot|ActionMenu]]
**[[MediaGridView API Snapshot|MediaGridView]]
**[[MediaGridView API Snapshot|MediaGridView]]
**[[ModalDialog API Snapshot|ModalDialog]]
**[[ModalDialog API Snapshot|ModalDialog]]
Line 40: Line 41:
**[[Theme API Snapshot|Theme]]
**[[Theme API Snapshot|Theme]]
**[[TopItem API Snapshot|TopItem]]
**[[TopItem API Snapshot|TopItem]]
-
**[[ActionMenu API Snapshot|ActionMenu]]
 

Revision as of 12:36, 28 April 2011

Overview

This page lists the available components from meego-ux-components. Follow the links to the detailed documentation pages for each component. These are just snapshots of the documentation of version 0.2.7. An up-to-date documentation automatically created from the git repository can soon be found at http://apidocs.meego.com.

Available components

The available components are divided into three categories:

Personal tools