ComponentInfo Class

ComponentInfo Class

This Package | All Packages

public final class ComponentInfo

Contains information about a component including its properties, events, and attributes.

Methods
Name Description
getAttributes() Topic under construction.
getClassInfo() Topic under construction.
getComponentClass() Topic under construction.
getDefaultEventName() Topic under construction.
getDefaultPropertyName() Topic under construction.
getEvents() Topic under construction.
getExtenders() Topic under construction.
getProperties() Topic under construction.

Methods

ComponentInfo.getAttributes

Syntax
public MemberAttribute[] getAttributes();
Description

Topic under construction.

ComponentInfo.getClassInfo

Syntax
public IClassInfo getClassInfo();
Description

Topic under construction.

ComponentInfo.getComponentClass

Syntax
public Class getComponentClass();
Description

Topic under construction.

ComponentInfo.getDefaultEventName

Syntax
public String getDefaultEventName();
Description

Topic under construction.

ComponentInfo.getDefaultPropertyName

Syntax
public String getDefaultPropertyName();
Description

Topic under construction.

ComponentInfo.getEvents

Syntax
public EventInfo[] getEvents();
Description

Topic under construction.

ComponentInfo.getExtenders

Syntax
public ExtenderInfo[] getExtenders();
Description

Topic under construction.

ComponentInfo.getProperties

Syntax
public PropertyInfo[] getProperties();
Description

Topic under construction.