Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.customization.uiPublic.backing
Class LevelPickerPageBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.customization.uiPublic.backing.LevelPickerPageBean

public class LevelPickerPageBean
extends java.lang.Object

Backing bean of backing bean scope to support Layers Dialog page.

Since:
drop7 build 5
Author:
gordon.hooker@oracle.com

Constructor Summary
LevelPickerPageBean()
          Constructor for the class.
 
Method Summary
 void canBtnAction(javax.faces.event.ActionEvent actionEvent)
          Action method for the cancel button.
 java.util.List<javax.faces.model.SelectItem> getItems()
          This method is used to return a list of values for the Value column.
static java.lang.Object getSessionObject(java.lang.String name)
          Helper method used to get page session object.
 void okBtnAction(javax.faces.event.ActionEvent actionEvent)
          Action method for the ok button on the page.
 void reloadPage()
          This method is used to force a page reload going from view to edit mode.
static void setSessionObject(java.lang.String name, java.lang.Object o)
          Helper method used to set the page session object.
 void tipRadioChangeListener(javax.faces.event.ValueChangeEvent event)
          This method is used to ppr on components based on the state of this component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelPickerPageBean

public LevelPickerPageBean()
Constructor for the class.

Method Detail

getSessionObject

public static java.lang.Object getSessionObject(java.lang.String name)
Helper method used to get page session object.

Parameters:
name -
Returns:
session

setSessionObject

public static void setSessionObject(java.lang.String name,
                                    java.lang.Object o)
Helper method used to set the page session object.

Parameters:
name -
o -

okBtnAction

public void okBtnAction(javax.faces.event.ActionEvent actionEvent)
                 throws java.io.IOException
Action method for the ok button on the page.

Throws:
java.io.IOException

canBtnAction

public void canBtnAction(javax.faces.event.ActionEvent actionEvent)
Action method for the cancel button.

Parameters:
actionEvent -

reloadPage

public void reloadPage()
                throws java.io.IOException
This method is used to force a page reload going from view to edit mode.

Throws:
java.io.IOException

getItems

public java.util.List<javax.faces.model.SelectItem> getItems()
This method is used to return a list of values for the Value column.

Returns:
List

tipRadioChangeListener

public void tipRadioChangeListener(javax.faces.event.ValueChangeEvent event)
This method is used to ppr on components based on the state of this component. Set components below tip value to disabled=true.

Parameters:
event -

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.