Show / Hide Table of Contents

    Class NUIWidgetApplication

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    API Level:
    4

    Represents an application that have UI screen. The NUIWidgetApplication class has a default stage.

    public class NUIWidgetApplication : CoreApplication, IDisposable
    Inheritance
    Object
    Application
    CoreApplication
    NUIWidgetApplication
    Implements
    IDisposable

    Constructors

    View Source

    NUIWidgetApplication(Dictionary<Type, String>)

    The constructor for multi widget class and instance.

    Declaration
    public NUIWidgetApplication(Dictionary<Type, string> widgetTypes)
    Parameters
    Type Name Description
    Dictionary<Tizen.System.Type, String> widgetTypes

    List of derived widget class type.

    View Source

    NUIWidgetApplication(Type)

    The default constructor.

    Declaration
    public NUIWidgetApplication(Type widgetType)
    Parameters
    Type Name Description
    Tizen.System.Type widgetType

    Derived widget class type.

    Remarks

    Widget ID will be replaced as the application ID.

    View Source

    NUIWidgetApplication(Type, String)

    The default constructor with stylesheet.

    Declaration
    public NUIWidgetApplication(Type widgetType, string styleSheet)
    Parameters
    Type Name Description
    Tizen.System.Type widgetType

    Derived widget class type.

    String styleSheet

    The styleSheet url.

    Remarks

    Widget ID will be replaced as the application ID.

    API Level: 4

    Methods

    View Source

    Exit()

    Exit NUIWidgetApplication.

    Declaration
    public override void Exit()
    Overrides
    CoreApplication.Exit()
    API Level: 4
    View Source

    OnCreate()

    Overrides this method if want to handle OnCreate behavior.

    Declaration
    protected override void OnCreate()
    Overrides
    CoreApplication.OnCreate()
    API Level: 4
    View Source

    OnLocaleChanged(LocaleChangedEventArgs)

    Overrides this method if want to handle OnLocaleChanged behavior.

    Declaration
    protected override void OnLocaleChanged(LocaleChangedEventArgs e)
    Parameters
    Type Name Description
    LocaleChangedEventArgs e
    Overrides
    CoreApplication.OnLocaleChanged(LocaleChangedEventArgs)
    API Level: 4
    View Source

    OnLowBattery(LowBatteryEventArgs)

    Overrides this method if want to handle OnLowBattery behavior.

    Declaration
    protected override void OnLowBattery(LowBatteryEventArgs e)
    Parameters
    Type Name Description
    LowBatteryEventArgs e
    Overrides
    CoreApplication.OnLowBattery(LowBatteryEventArgs)
    API Level: 4
    View Source

    OnLowMemory(LowMemoryEventArgs)

    Overrides this method if want to handle OnLowMemory behavior.

    Declaration
    protected override void OnLowMemory(LowMemoryEventArgs e)
    Parameters
    Type Name Description
    LowMemoryEventArgs e
    Overrides
    CoreApplication.OnLowMemory(LowMemoryEventArgs)
    API Level: 4
    View Source

    OnPreCreate()

    Overrides this method if want to handle OnPreCreate behavior.

    Declaration
    protected virtual void OnPreCreate()
    API Level: 4
    View Source

    OnRegionFormatChanged(RegionFormatChangedEventArgs)

    Overrides this method if want to handle OnRegionFormatChanged behavior.

    Declaration
    protected override void OnRegionFormatChanged(RegionFormatChangedEventArgs e)
    Parameters
    Type Name Description
    RegionFormatChangedEventArgs e
    Overrides
    CoreApplication.OnRegionFormatChanged(RegionFormatChangedEventArgs)
    API Level: 4
    View Source

    OnTerminate()

    Overrides this method if want to handle OnTerminate behavior.

    Declaration
    protected override void OnTerminate()
    Overrides
    CoreApplication.OnTerminate()
    API Level: 4
    View Source

    Run(String[])

    Run NUIWidgetApplication.

    Declaration
    public override void Run(string[] args)
    Parameters
    Type Name Description
    String[] args

    Arguments from commandline.

    Overrides
    CoreApplication.Run(String[])
    API Level: 4

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX