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

E22562-02

oracle.apps.fnd.applcore.trees.ui.managed
Class TreeLabelsAdd

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.ui.managed.TreeBackingBean
      extended by oracle.apps.fnd.applcore.trees.ui.managed.TreeLabelsAdd
All Implemented Interfaces:
java.io.Serializable

public class TreeLabelsAdd
extends TreeBackingBean

JSF managed bean for Adding Tree Labels.

Author:
Abhay K Kumar <abhay.k.kumar&064;oracle.com>
See Also:
Serialized Form

Constructor Summary
TreeLabelsAdd()
           
 
Method Summary
 void dsValChg(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Capture the Value Change Event for Data Source Selection Choice.
 oracle.adf.view.rich.component.rich.input.RichSelectOneChoice getDataSourceChoice()
          Gets the dataSource Choices.
 java.util.List<javax.faces.model.SelectItem> getDsItems()
          populates the Data Source items.
 oracle.adf.view.rich.component.rich.input.RichSelectOrderShuttle getSelectOrderShuttle1()
          Gets the shuttle of Nodes shown in order.
 java.util.List<javax.faces.model.SelectItem> getShuttleItems()
          populates the Shuttle with available Tree labels for the selected Data Source.
 java.util.List<java.lang.String> getShuttleLabelsValue()
          Gets the selected shuttle items.
 void initDsAndLabels()
          first method activity prior to add page launch method forr Add Tree Labels UI.
 void populateAvailableTreeLabelsMap(boolean dsValChg)
          populates the available Tree Labels Map.
 void save(javax.faces.event.ActionEvent actionEvent)
          Save the entered Tree labels Information.
 void setDataSourceChoice(oracle.adf.view.rich.component.rich.input.RichSelectOneChoice dataSourceChoice)
          Sets the Data Source Choice.
 void setSelectOrderShuttle1(oracle.adf.view.rich.component.rich.input.RichSelectOrderShuttle selectOrderShuttle1)
          Sets the Shuttle for selecting Data Source.
 void setShuttleLabelsValue(java.util.List<java.lang.String> shuttleSelectedItems)
          Sets the values for shuttle items.
 
Methods inherited from class oracle.apps.fnd.applcore.trees.ui.managed.TreeBackingBean
evaluateExpr, getBindingContainer, getCentralTreeNodeAM, getCreateTreeAM, getHierarchyAM, getRootAM, getTreeStructureAM, getTreeStructureAuditAM, noActionMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeLabelsAdd

public TreeLabelsAdd()
Method Detail

initDsAndLabels

public void initDsAndLabels()
first method activity prior to add page launch method forr Add Tree Labels UI.


setDataSourceChoice

public void setDataSourceChoice(oracle.adf.view.rich.component.rich.input.RichSelectOneChoice dataSourceChoice)
Sets the Data Source Choice.

Parameters:
dataSourceChoice - the available Data Sources

getDataSourceChoice

public oracle.adf.view.rich.component.rich.input.RichSelectOneChoice getDataSourceChoice()
Gets the dataSource Choices.

Returns:
SelectionChoice for Data Source

getDsItems

public java.util.List<javax.faces.model.SelectItem> getDsItems()
populates the Data Source items.

Returns:
List of Select item for each data Source supported

dsValChg

public void dsValChg(javax.faces.event.ValueChangeEvent valueChangeEvent)
Capture the Value Change Event for Data Source Selection Choice.

Parameters:
valueChangeEvent - Value Change Event

setShuttleLabelsValue

public void setShuttleLabelsValue(java.util.List<java.lang.String> shuttleSelectedItems)
Sets the values for shuttle items.

Parameters:
shuttleSelectedItems - the selected shuttle Items.

getShuttleLabelsValue

public java.util.List<java.lang.String> getShuttleLabelsValue()
Gets the selected shuttle items.

Returns:
the values for selected shuttle items

setSelectOrderShuttle1

public void setSelectOrderShuttle1(oracle.adf.view.rich.component.rich.input.RichSelectOrderShuttle selectOrderShuttle1)
Sets the Shuttle for selecting Data Source.

Parameters:
selectOrderShuttle1 - Shuttle containing Nodes from Data Source

getSelectOrderShuttle1

public oracle.adf.view.rich.component.rich.input.RichSelectOrderShuttle getSelectOrderShuttle1()
Gets the shuttle of Nodes shown in order.

Returns:
the selected ordered set of nodes in the shuttle

getShuttleItems

public java.util.List<javax.faces.model.SelectItem> getShuttleItems()
populates the Shuttle with available Tree labels for the selected Data Source.

Returns:
List of available rows for selected data Source

save

public void save(javax.faces.event.ActionEvent actionEvent)
Save the entered Tree labels Information. Save all the Tree label information added and save it in the Tree Label Table

Parameters:
actionEvent - ActionEvent

populateAvailableTreeLabelsMap

public void populateAvailableTreeLabelsMap(boolean dsValChg)
populates the available Tree Labels Map.

Parameters:
dsValChg - boolean value to indicate data source change

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.