Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


oracle.adf.view.rich.model
Class RegionModel.RegionAction

java.lang.Object
  extended by oracle.adf.view.rich.model.RegionModel.RegionAction

Enclosing class:
RegionModel

public abstract static class RegionModel.RegionAction
extends java.lang.Object

Metadata constants for available actions

See Also:
RegionModel.getCapabilities(), RegionModel.getActions()

Constructor Summary
RegionModel.RegionAction()
           

 

Method Summary
abstract  java.lang.String getDisplayName()
          Retrieves the human readable display name, if any, in the current JSF Locale
abstract  java.lang.String getOutcome()
          Returns the outcome that firing this action will result in.

 

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

 

Constructor Detail

RegionModel.RegionAction

public RegionModel.RegionAction()

Method Detail

getOutcome

public abstract java.lang.String getOutcome()
Returns the outcome that firing this action will result in. All RegionActions are required to return a non-null value.

getDisplayName

public abstract java.lang.String getDisplayName()
Retrieves the human readable display name, if any, in the current JSF Locale

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.