Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.adf.view.page.editor.event
Class ResequenceEvent

java.lang.Object
  extended by oracle.adf.view.page.editor.event.PageEditorEvent
      extended by oracle.adf.view.page.editor.event.ResequenceEvent


public class ResequenceEvent
extends PageEditorEvent

A ResequenceEvent is a notification that the component resequence has occurred.

ResequenceEvent is used to notify that the component resequence has occurred.

Since:
release specific (what release of product did this appear in)

Nested Class Summary
static class ResequenceEvent.ComponentIndex
           

 

Constructor Summary
ResequenceEvent(java.util.List<ResequenceEvent.ComponentIndex> reseqComps, javax.faces.component.UIComponent sourceContainer, javax.faces.component.UIComponent targetContainer)
           

 

Method Summary
 Event getEventType()
          Returns the type of this event.
 java.util.List<ResequenceEvent.ComponentIndex> getResequencedComponents()
          Returns the list of re-sequenced components.
 javax.faces.component.UIComponent getSourceContainer()
          Returns the source container where the component is moved from.
 javax.faces.component.UIComponent getTargetContainer()
          Returns the target container where the component is moved to.
 void processListener(PageEditorListener listener)
          Broadcast this ResequenceEvent to the specified PageEditorListener, by whatever mechanism is appropriate.

 

Methods inherited from class oracle.adf.view.page.editor.event.PageEditorEvent
isEventHandled, setEventHandled

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ResequenceEvent

public ResequenceEvent(java.util.List<ResequenceEvent.ComponentIndex> reseqComps,
                       javax.faces.component.UIComponent sourceContainer,
                       javax.faces.component.UIComponent targetContainer)

Method Detail

processListener

public void processListener(PageEditorListener listener)
                     throws javax.faces.event.AbortProcessingException
Broadcast this ResequenceEvent to the specified PageEditorListener, by whatever mechanism is appropriate. This is accomplished by calling processResequence method on ResequenceListener, and passing this ResequenceEvent as a paramter.
Specified by:
processListener in class PageEditorEvent
Parameters:
listener - PageEditorListener to send this ResequenceEvent to.
Throws:
javax.faces.event.AbortProcessingException - Signal Oracle Composer that no further processing on the current event should be performed.

getEventType

public final Event getEventType()
Returns the type of this event.
Specified by:
getEventType in class PageEditorEvent
Returns:
Returns Event.RESEQUENCE_EVENT.

getSourceContainer

public javax.faces.component.UIComponent getSourceContainer()
Returns the source container where the component is moved from.
Returns:
Returns the source container.

getTargetContainer

public javax.faces.component.UIComponent getTargetContainer()
Returns the target container where the component is moved to.
Returns:
Returns the target container.

getResequencedComponents

public java.util.List<ResequenceEvent.ComponentIndex> getResequencedComponents()
Returns the list of re-sequenced components.
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.