Namespace: |
|
Type: |
embedded complexType |
Content: |
|
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||||
<events |
|||||
defaultEventName | = |
xsd:string |
|||
> |
|||||
|
|||||
</events> |
<xsd:element name="events"> <xsd:annotation> <xsd:documentation> The list of events defined for this component. Components also inherit the events of their base components. Events are named notifications or hooks to which code can be attached. The data here is used to drive the user interface. The details of source code generation are part of the source code generation templates. The set of available events, and default event, may be overriden via code or script. See the com.nokia.sdt.datamodel.adapter.IComponentEventInfo interface for more information. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> </xsd:sequence> <xsd:annotation> <xsd:documentation> If defined, the default event will be identified in a component instance's context menu. In the case of inheritance the most derived definition of the default event is used. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<xsd:attribute name="defaultEventName" type="xsd:string"> <xsd:annotation> <xsd:documentation> If defined, the default event will be identified in a component instance's context menu. In the case of inheritance the most derived definition of the default event is used. </xsd:documentation> </xsd:annotation> </xsd:attribute> |