Class NUIFrameComponent

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    The class for showing UI module

    public class NUIFrameComponent : FrameComponent
    Inheritance
    object
    BaseComponent
    FrameComponent
    NUIFrameComponent

    Properties

    View Source

    Window

    Declaration
    public Window Window { get; set; }
    Property Value
    Type Description
    Window

    Methods

    View Source

    CreateWindowInfo()

    Overrides this method to create window. It will be called before OnCreate method.

    Declaration
    public override IWindowInfo CreateWindowInfo()
    Returns
    Type Description
    IWindowInfo

    Window object to use

    Overrides
    FrameComponent.CreateWindowInfo()
    View Source

    OnCreate()

    Overrides this method to handle behavior when the component is launched.

    Declaration
    public override bool OnCreate()
    Returns
    Type Description
    bool

    True if a service component is successfully created

    Overrides
    FrameComponent.OnCreate()
    View Source

    OnDestroy()

    Overrides this method if want to handle behavior when the component is destroyed.

    Declaration
    public override void OnDestroy()
    Overrides
    FrameComponent.OnDestroy()
    View Source

    OnPause()

    Overrides this method if you want to handle the behavior when the component is paused.

    Declaration
    public override void OnPause()
    Overrides
    FrameComponent.OnPause()
    View Source

    OnResume()

    Overrides this method if you want to handle the behavior when the component is resumed.

    Declaration
    public override void OnResume()
    Overrides
    FrameComponent.OnResume()
    View Source

    OnStart(AppControl, bool)

    Overrides this method if want to handle behavior when the component receives the appcontrol message.

    Declaration
    public override void OnStart(AppControl appControl, bool restarted)
    Parameters
    Type Name Description
    AppControl appControl

    appcontrol object

    bool restarted

    True if it was restarted

    Overrides
    FrameComponent.OnStart(AppControl, bool)
    View Source

    OnStop()

    Overrides this method if you want to handle the behavior when the component is stopped.

    Declaration
    public override void OnStop()
    Overrides
    FrameComponent.OnStop()

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX