Uses of Package
com.sapportals.portal.prt.pom

Packages that use com.sapportals.portal.prt.pom
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.event   
com.sapportals.portal.prt.pom   
com.sapportals.portal.prt.util   
 

Classes in com.sapportals.portal.prt.pom used by com.sapportals.portal.prt.component
IEvent
          This interface describes an event object in the Portal Object Model.
INode
          The INode interface describes nodes in the Portal DOM,
namely the representation of the current portal hierarchy for a specific request.
IPortalNode
          The PortalNode is by definition the root node of the Portal Object Model.
NodeMode
          A NodeMode identifies a mode an INode might be set to during procession of a request.
 

Classes in com.sapportals.portal.prt.pom used by com.sapportals.portal.prt.event
IEvent
          This interface describes an event object in the Portal Object Model.
IPOMConstants
          This interface gathers some constants used by the POM eventing model
NodeMode
          A NodeMode identifies a mode an INode might be set to during procession of a request.
 

Classes in com.sapportals.portal.prt.pom used by com.sapportals.portal.prt.pom
EventType
          An EventType identifies a type Event.
IComponentNode
          The IComponentNode interface describes a node of type INode.COMPONENT_NODE in the Portal Object Model.
IEvent
          This interface describes an event object in the Portal Object Model.
IEventFilter
          Interface that must be implemented by event filters Event filter are registered for a type of event using the method addEventListener on the PortalNode
IEventListener
          Objects that want to be able to receive Portal Object Model Events must implement this interface.
IEventTarget
          An Implementation of IEventTarget has the capability to attach listeners and dispatch an incoming event to them.
INode
          The INode interface describes nodes in the Portal DOM,
namely the representation of the current portal hierarchy for a specific request.
INodeList
          The INodeList interface describes a list of INodes
IPOMConstants
          This interface gathers some constants used by the POM eventing model
IPortalNode
          The PortalNode is by definition the root node of the Portal Object Model.
NodeMode
          A NodeMode identifies a mode an INode might be set to during procession of a request.
NodeType
          A NodeType identifies a type of node in the Portal Object Model.
PortalOMException
          An Exception for POM related issues.
 

Classes in com.sapportals.portal.prt.pom used by com.sapportals.portal.prt.util
IEvent
          This interface describes an event object in the Portal Object Model.