Uses of Interface
com.sapportals.portal.prt.pom.IPOMConstants

Packages that use IPOMConstants
com.sapportals.portal.prt.event   
com.sapportals.portal.prt.pom   
 

Uses of IPOMConstants in com.sapportals.portal.prt.event
 

Subinterfaces of IPOMConstants in com.sapportals.portal.prt.event
 interface IModeChangeEvent
          A mode change event is fired when setNodeMode is called on a Node.
 interface IPortalComponentEvent
           
 interface IPortalRequestEvent
          The IPortalRequestEvent is an extension of IEvent for the special purpose of representing events coming in through a request by a url specifically generated for that reason.
 interface IProfileValidationEvent
          Event that is fired by any personnalization class
 

Uses of IPOMConstants in com.sapportals.portal.prt.pom
 

Subinterfaces of IPOMConstants in com.sapportals.portal.prt.pom
 interface IComponentNode
          The IComponentNode interface describes a node of type INode.COMPONENT_NODE in the Portal Object Model.
 interface IEvent
          This interface describes an event object in the Portal Object Model.
 interface INode
          The INode interface describes nodes in the Portal DOM,
namely the representation of the current portal hierarchy for a specific request.
 interface IPortalNode
          The PortalNode is by definition the root node of the Portal Object Model.
 

Classes in com.sapportals.portal.prt.pom that implement IPOMConstants
 class AbstractEvent
          AbstractEvent is an abstract implementation of the IEvent interface that should be used to create self-defined events.
 class AbstractNode
          The AbstractNode is a generic implementation of the INode interface, and of the IEventTarget