Namespace Tizen.NUI.Components

Description

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.

Loading

The Loading class of nui component. It's used to indicate informs users of the ongoing operation.

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.

ScrollBar

The ScrollBar class of nui component. It allows users to recognize the direction and the range of lists/content. .

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.

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.

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.

ScrollBar.DirectionType

The direction type of the Scroll.

Slider.DirectionType

The direction type of slider.

Slider.IndicatorType

The indicator type of slider.