Namespace Tizen.Applications.ComponentBased.Common
Classes
BaseComponent
Represents the base class for components, providing common functionalities for both FrameComponent and ServiceComponent.
ComponentBasedApplication
Represents the base class for a multi-component based application. This class allows the creation and management of multiple application components, such as Frame, Service, and Widget components.
FrameComponent
Represents a base class for UI components in the component-based application model. This class provides methods for handling the lifecycle and state of UI components.
ServiceComponent
Represents a base class for service components in the component-based application model. This class provides methods for handling the lifecycle and state of service components.
WidgetComponent
Represents a base class for widget components in the component-based application model. This class provides methods for handling the lifecycle and state of widget components.
Interfaces
IWindowInfo
Interface for window information
IWindowProxy
Proxy for window
Enums
DisplayStatus
Enumeration for display status.