BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0
complexType handleEventType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}handleEventType (restriction)

Properties
This component is not nillable.

Model
<...
  description = xs:string
  eventLabel = xs:string
  filterable = xs:boolean
  fromSelfInstanceOnly = xs:boolean
  onlyIfDisplayed = xs:boolean
  sourceDefinitionLabels = xs:string
  sourceDefinitionWildcard = xs:string>
(changeWindowState | changeWindowMode | activatePage | invokePageFlowAction | invokeStrutsAction | fireCustomEvent | fireEvent | invokeBackingFileMethod | dispatchToRemotePortlet | invokeJavaPortletMethod)*
</...>


Nested Element Summary
 activatePage
          
 changeWindowMode
          
 changeWindowState
          
 dispatchToRemotePortlet
          
 fireCustomEvent
          
 fireEvent
          
 invokeBackingFileMethod
          
 invokeJavaPortletMethod
          
 invokePageFlowAction
          
 invokeStrutsAction
          

Attribute Summary
 xs:stringdescription
          
 xs:stringeventLabel
          
 xs:booleanfilterable
          
 xs:booleanfromSelfInstanceOnly
          
 xs:booleanonlyIfDisplayed
          
 xs:stringsourceDefinitionLabels
          
 xs:stringsourceDefinitionWildcard
          

Attribute Detail

description

Type:
xs:string
Use:
optional
Form:
unqualified

eventLabel

Type:
based on
with :
Use:
required
Form:
unqualified

filterable

Type:
xs:boolean
Use:
optional
Form:
unqualified

fromSelfInstanceOnly

Type:
xs:boolean
Use:
optional
Form:
unqualified

onlyIfDisplayed

Type:
xs:boolean
Use:
optional
Form:
unqualified

sourceDefinitionLabels

Type:
xs:string
Use:
optional
Form:
unqualified

sourceDefinitionWildcard

Type:
based on
with :
Use:
optional
Form:
unqualified

Sub Types
{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}handleEventType (restriction)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}handleCustomEventType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}handleGenericEventType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}handlePageFlowEventType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}handlePortalEventType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}handleStrutsEventType (extension)

Source
<xs:complexType name="handleEventType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="changeWindowState"/>
<xs:element ref="changeWindowMode"/>
<xs:element ref="activatePage"/>
<xs:element ref="invokePageFlowAction"/>
<xs:element ref="invokeStrutsAction"/>
<xs:element ref="fireCustomEvent"/>
<xs:element ref="fireEvent"/>
<xs:element ref="invokeBackingFileMethod"/>
<xs:element ref="dispatchToRemotePortlet"/>
<xs:element ref="invokeJavaPortletMethod"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="eventLabel" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(\p{L}|_|\$)(\p{L}|_|\$|\p{Nd})*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="filterable" type="xs:boolean"/>
<xs:attribute name="onlyIfDisplayed" type="xs:boolean"/>
<xs:attribute name="fromSelfInstanceOnly" type="xs:boolean"/>
<xs:attribute name="sourceDefinitionLabels" type="xs:string"/>
<xs:attribute name="description" type="xs:string"/>
<xs:attribute name="sourceDefinitionWildcard">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="this"/>
<xs:enumeration value="any"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation