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

E22562-02

oracle.apps.fnd.applcore.flex.vst.ui.bean
Class SearchSubsetValueSetValuesBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.vst.ui.bean.SearchSubsetValueSetValuesBean

public class SearchSubsetValueSetValuesBean
extends java.lang.Object


Constructor Summary
SearchSubsetValueSetValuesBean()
           
 
Method Summary
 oracle.adf.view.rich.component.rich.data.RichTable getCandidateSubsetValuesTable()
           
 oracle.adf.view.rich.component.rich.RichPopup getPopup()
           
 java.util.List getSelectedRowKeys()
          This method returns list of selected row keys based on user selection in the candidate subset values table.
 oracle.apps.fnd.applcore.patterns.ui.components.ApplicationsTableComponent getValuesTable()
           
 void processDoubleClick(oracle.adf.view.rich.render.ClientEvent event)
          Processes the double-click event on the candidate values table.
 void setCandidateSubsetValuesTable(oracle.adf.view.rich.component.rich.data.RichTable table)
           
 void setPopup(oracle.adf.view.rich.component.rich.RichPopup popup)
           
 void setSelectedRowKeys(java.util.List selectedRowKeys)
           
 void setValuesTable(oracle.apps.fnd.applcore.patterns.ui.components.ApplicationsTableComponent valuesTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchSubsetValueSetValuesBean

public SearchSubsetValueSetValuesBean()
Method Detail

getValuesTable

public oracle.apps.fnd.applcore.patterns.ui.components.ApplicationsTableComponent getValuesTable()

setValuesTable

public void setValuesTable(oracle.apps.fnd.applcore.patterns.ui.components.ApplicationsTableComponent valuesTable)

getPopup

public oracle.adf.view.rich.component.rich.RichPopup getPopup()

setPopup

public void setPopup(oracle.adf.view.rich.component.rich.RichPopup popup)

getCandidateSubsetValuesTable

public oracle.adf.view.rich.component.rich.data.RichTable getCandidateSubsetValuesTable()

setCandidateSubsetValuesTable

public void setCandidateSubsetValuesTable(oracle.adf.view.rich.component.rich.data.RichTable table)

getSelectedRowKeys

public java.util.List getSelectedRowKeys()
This method returns list of selected row keys based on user selection in the candidate subset values table. The returned list is passed as a parameter to the AM method through method binding in the page definition to copy the selected rows into the value set values view object.

Returns:
list containing selected row keys in the candidate subset values table

setSelectedRowKeys

public void setSelectedRowKeys(java.util.List selectedRowKeys)

processDoubleClick

public void processDoubleClick(oracle.adf.view.rich.render.ClientEvent event)
Processes the double-click event on the candidate values table. Adds the candidate value to the values table, closes the popup, and refreshes the values table.

Parameters:
event - the client event

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.