Namespace Tizen.NUI.Components
Classes
Button
Button is one kind of common component, a button clearly describes what action will occur when the user selects it. Button may contain text or an icon.
Button.ClickEventArgs
ClickEventArgs is a class to record button click event arguments which will sent to user.
Button.StateChangedEventArgs
StateChangeEventArgs is a class to record button state change event arguments which will sent to user.
ButtonStyle
ButtonStyle is a class which saves Button's ux data.
CheckBox
ClickedEventArgs
ClickedEventArgs is a class to record button click event arguments which will sent to user.
Loading
The Loading class of nui component. It's used to indicate informs users of the ongoing operation.
LoadingStyle
LoadingStyle is a class which saves Loading's ux data.
Notification
Notification helps to raise a notification window with a content View.
Pagination
Pagination shows the number of pages available and the currently active page.
PaginationStyle
PaginationStyle used to config the pagination represent.
Popup
Popup is one kind of common component, it can be used as popup window. User can handle Popup button count, head title and content area.
Popup.ButtonClickEventArgs
ButtonClickEventArgs is a class to record button click event arguments which will sent to user.
Progress
The Progress class of nui component. It's used to show the ongoing status with a long narrow bar.
ProgressStyle
ProgressStyle is a class which saves Progress's ux data.
RadioButton
RadioButton is the Class that describe the control which can be checked, but not cleared by a user.
ScrollableBase
This class provides a View that can scroll a single View with a layout. This View can be a nest of Views.
ScrollBar
The ScrollBar class of nui component. It allows users to recognize the direction and the range of lists/content.
ScrollEventArgs
ScrollEventArgs is a class to record scroll event arguments which will sent to user.
SelectedChangedEventArgs
SelectedChangedEventArgs is a class to record item selected arguments which will sent to user.
Slider
A slider lets users select a value from a continuous or discrete range of values by moving the slider thumb.
Slider.SlidingFinishedArgs
Value Changed event data.
Slider.StateChangedArgs
State Changed event data.
Slider.ValueChangedArgs
Value Changed event data.
SliderSlidingFinishedEventArgs
Slider sliding finished event data.
SliderSlidingStartedEventArgs
Slider sliding started event data.
SliderStyle
SliderStyle is a class which saves Slider's ux data.
SliderValueChangedEventArgs
Slider value changed event data.
StyleBase
StyleBase class.
Switch
Switch is one kind of common component, it can be used as selector. User can handle Navigation by adding/inserting/deleting NavigationItem.
Switch.SelectEventArgs
SelectEventArgs is a class to record item selected arguments which will sent to user.
SwitchStyle
SwitchStyle is a class which saves Switch's ux data.
Tab
Tab is one kind of common component, it can be used as menu label. User can handle Tab by adding/inserting/deleting TabItem.
Tab.ItemChangedEventArgs
ItemChangedEventArgs is a class to record item change event arguments which will sent to user.
Tab.TabItemData
TabItemData is a class to record all data which will be applied to Tab item.
Toast
Use a toast to provide simple messages when the user does not need to make an additional action or confirmation. Unlike other popups, a toast only has the body field as it is just used for providing simple feedback to user actions. A toast will automatically disappear after a certain time.
Enums
Button.IconOrientation
Icon orientation.
Progress.ProgressStatusType
The status type of the Progress.
ScrollableBase.Direction
The direction axis to scroll.
ScrollBar.DirectionType
The direction type of the Scroll.
Slider.DirectionType
The direction type of slider.
Slider.IndicatorType
The indicator type of slider.