Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.adf.view.page.editor.event
Enum NavigationEvent.NavigationType

java.lang.Object
  extended by java.lang.Enum<NavigationEvent.NavigationType>
      extended by oracle.adf.view.page.editor.event.NavigationEvent.NavigationType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<NavigationEvent.NavigationType>
Enclosing class:
NavigationEvent

public static enum NavigationEvent.NavigationType
extends java.lang.Enum<NavigationEvent.NavigationType>

Enumeration that determines the type of the navigation.

PAGE_NAVIGATION is when the user navigates to a different page. If the user navigates within a taskflow, the type is TASKFLOW_NAVIGATION.

Since:
11.1.1.0.0

Enum Constant Summary
PAGE_NAVIGATION
           
TASKFLOW_NAVIGATION
           

 

Method Summary
 java.lang.String getNavigationType()
           
static NavigationEvent.NavigationType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NavigationEvent.NavigationType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

PAGE_NAVIGATION

public static final NavigationEvent.NavigationType PAGE_NAVIGATION

TASKFLOW_NAVIGATION

public static final NavigationEvent.NavigationType TASKFLOW_NAVIGATION

Method Detail

values

public static NavigationEvent.NavigationType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (NavigationEvent.NavigationType c : NavigationEvent.NavigationType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static NavigationEvent.NavigationType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getNavigationType

public final java.lang.String getNavigationType()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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