Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


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 Object

Metadata constants for available actions

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

Constructor Summary
RegionModel.RegionAction()
           

 

Method Summary
abstract  String getDisplayName()
          Retrieves the human readable display name, if any, in the current JSF Locale
abstract  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 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 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
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.