Methods | This Package | All Packages

Component Class

Represents the base class for all components.

package com.ms.wfc.core

public class Component
implements
IComponent, IResourceLoader

Remarks

A component can be hosted in a container. For each component in a container, the container creates a site that it uses to manage the component.

For components that are also controls, WFC defines the com.ms.wfc.ui.Control class, which extends Component. Each WFC control extends Control.

See Also   IContainer, IComponentSite