Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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

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

public class NavMenuCustomPageBean
extends java.lang.Object

Backing scope bean for Navigation Menu Customization.

Since:
drop8 build3.

Constructor Summary
NavMenuCustomPageBean()
          Default constructor for the bean.
 
Method Summary
 void cancelAction(javax.faces.event.ActionEvent actionEvent)
          Action listener for the cancel button.
 void closeAction(javax.faces.event.ActionEvent actionEvent)
          Action listener for the close button.
 void destinationChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          The value change listener method for webAppDestination.
 boolean determineCustomAddedElement(org.w3c.dom.Node menuNode, CustomMenuNodeBean nodeBean)
          Method used process to handle the remove of data from MDS.
 void elEditorAction(javax.faces.event.ActionEvent actionEvent)
          Action method for EL editor button.
 void focusViewIdChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Value change listener method for focusViewId.
 java.lang.String getApplicationStripe(FndItemNode node)
          This method is used to extract the applicationStripe value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputText getApplicationStripeTextBox()
          Getter method for applicationStripeTextBox.
 oracle.adf.view.rich.component.rich.RichPopup getBaseNodePopup()
          Getter method for baseNodePopup.
 oracle.adf.view.rich.component.rich.RichPopup getchildPopup()
          Getter method for childPopup.
 oracle.adf.view.rich.component.rich.RichPopup getDeletePopup()
          Getter method for deletePopup.
 oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getDeploymentNameId()
          Getter method for deploymentNameId.
 oracle.adf.view.rich.component.rich.input.RichInputText getDestination()
          Getter method for destination.
 oracle.adf.view.rich.component.rich.RichDialog getElDialog()
          Getter method for the bean.
 oracle.adf.view.rich.component.rich.output.RichOutputText getElExpressionOutputText()
          Getter method for the bean.
 oracle.adf.view.rich.component.rich.input.RichInputText getElExpressionTextBox()
          Getter method for the bean.
 oracle.adf.view.rich.component.rich.RichPopup getElPopup()
          Getter method for the bean.
 oracle.adf.view.rich.component.rich.input.RichInputText getFocusViewId()
          Getter method for focusViewId.
 org.apache.myfaces.trinidad.component.UIXGroup getItemNodeGroup()
          Getter method for the bean.
 oracle.adf.view.rich.component.rich.input.RichInputText getLabelTextBox()
          Getter method for the bean.
 oracle.adf.view.rich.component.rich.data.RichTree getMenuCustTree()
          Bind method used to get the handle to the RichTree object.
 oracle.adf.view.rich.component.rich.layout.RichPanelHeader getMenuPanelHeader()
          Get the handle to the main panel header.
 oracle.adf.view.rich.component.rich.RichPopup getMenuPopup()
          Bind method used to get the handle to the RichPopup object.
 java.util.List<javax.faces.model.SelectItem> getMenuTypeList()
          Return list of strings to display for Navigator, or Home Page menu customization.
 java.lang.String getNavTaskFlowId(FndItemNode node)
          This method is used to extract the navTaskFlowId value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputText getNavTaskFlowIdTextBox()
          Getter method for the bean;
 java.lang.String getNavTaskKeyList(FndItemNode node)
          This method is used to extract the navTaskKeyList value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputText getNavTaskKeyListInput()
          Getter method for the bean;
 java.lang.String getNavTaskLabel(FndItemNode node)
          This method is used to extract the navTaskLabel value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputText getNavTaskLabelInput()
          Getter method for the bean;
 oracle.adf.view.rich.component.rich.input.RichInputText getNavTaskParameterListInput()
          Getter method for the bean;
 java.lang.String getNavTaskParametersList(FndItemNode node)
          This method is used to extract the navTaskParametersList value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.layout.RichPanelFormLayout getNodeHeaderPanel()
          Getter method for the bean.
 java.lang.String getPrefForApps(FndItemNode node)
          This method is used to extract the prefForApps value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichSelectBooleanCheckbox getRenderedCheckBox()
          Getter method for the bean.
 oracle.adf.view.rich.component.rich.layout.RichToolbar getRichToolbar()
          Setter for the toolbar for ppr.
 java.lang.String getSecuredResourceName(FndItemNode node)
          This method is used to extract the secureResourceName value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputText getSecuredResourceNameTextBox()
          Getter method for securedResourceNameTextBox.
static java.lang.Object getSessionObject(java.lang.String name)
          Helper method used to get page session object.
 oracle.adf.view.rich.component.rich.output.RichPanelCollection getTreePanel()
          Setter for the treePanel for ppr.
 java.lang.String getWebApp(FndItemNode node)
          This method is used to extract the webApp value from the FndItemNode property list.
 java.lang.String getWebAppDestination(FndItemNode node)
          This method is used to extract the webAppDestination value from the FndItemNode property list.
 oracle.adf.view.rich.component.rich.input.RichInputText getWebAppDestinationTextBox()
          Getter method for the class.
 oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getWebApplication()
          Getter method for webApplication.
 void handleCancelDialogListener(oracle.adf.view.rich.event.PopupCanceledEvent event)
          This method is used to handle the cancel event on the dialog.
 void handleDeleteDialog(oracle.adf.view.rich.event.DialogEvent event)
          The method is used to handle ok button on the delete dialog box.
 void handleDialog(oracle.adf.view.rich.event.DialogEvent event)
          The method is used to handle ok button on the properties dialog box.
 void handleELDialog(oracle.adf.view.rich.event.DialogEvent event)
          The method is used to handle save and close button on the EL dialog box.
 void HomePageSwitchValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Value change listener for the homepage menu switch.
 boolean isApplicationStripeRequired()
          Method used to determine if the required attribute should be set for applicationStripe.
 boolean isDisableNavTaskFlowId()
          Getter method for the flag.
 boolean isDisableNavTaskProperties()
          Getter method for the flag.
 boolean isRenderChildInsert()
          Getter for flag to indicate if a child node create is allowed.
 boolean isRenderDelete()
          Getter for flag to indicate if delete options should be enabled.
 boolean isRenderELOutputText()
          Flage to set render attribute on eloutputtext box.
 boolean isRenderHide()
          Getter for flag to indicate if delete options should be enabled.
 boolean isRenderShow()
          Getter for flag to indicate if delete options should be enabled.
 boolean isWebApplicationRequired()
          Method to drive the dynamic setting of required on webApplication.
 void labelValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Ensure the label is written immediately to the bean.
 void menuCustomizationTreeSelection(org.apache.myfaces.trinidad.event.SelectionEvent event)
          Select a node in the attributes tree.
 void MenuTypeValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Value change listener for the menu type selection drop list.
 void navTaskFlowIdChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          The value change listener method for securedResourceName.
 void openBaseNodePopup()
          Method used by the taskflow to open the popup.
 void openChildPopup()
          Method used by the taskflow to open the popup.
 void openDeletePopup()
          Method used by the taskflow to open the popup.
 void openELPopup()
          Method used by the taskflow to open the popup.
 void openMenuPopup()
          Method used by the taskflow to open the popup.
 java.lang.String processDelete()
          Processes deleteAction and returns the outcome.
 void processDeleteAction()
          Method used process to handle the remove of data from MDS.
 java.lang.String processDuplicate()
          Processes duplicateAction and returns the outcome.
 java.lang.String processEdit()
          Processes createAction and returns the outcome.
 java.lang.String processHide()
          Processes process Hide and returns the outcome.
 java.lang.String processInsertAbove()
          Processes insertAboveAction and returns the outcome.
 java.lang.String processInsertBelow()
          Processes insertBelowAction and returns the outcome.
 java.lang.String processInsertGroupChild()
          Processes insertGroupChild and returns the outcome.
 java.lang.String processInsertItemAbove()
          Processes insertAboveAction and returns the outcome.
 java.lang.String processInsertItemBelow()
          Processes insertBelowAction and returns the outcome.
 java.lang.String processInsertItemChild()
          Processes insertGroupChild and returns the outcome.
 void processSaveAction()
          Method used process to handle the write of data to MDS.
 java.lang.String processShow()
          Processes process Show and returns the outcome.
 void renderedCheckBoxValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Reset the elActive flag if the render checkbox is used.
 void saveAction(javax.faces.event.ActionEvent actionEvent)
          Action listener for the save button.
 void saveCloseAction(javax.faces.event.ActionEvent actionEvent)
          Action listener for the save and close button.
 void securedResourceNameTextBoxChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          The value change listener method for securedResourceName.
 void setApplicationStripeTextBox(oracle.adf.view.rich.component.rich.input.RichInputText applicationStripeTextBox)
          Setter method for applicationStripeTextBox.
 void setBaseNodePopup(oracle.adf.view.rich.component.rich.RichPopup baseNodePopup)
          Setter method for baseNodePopup.
 void setChildPopup(oracle.adf.view.rich.component.rich.RichPopup childPopup)
          Setter method for childPopup.
 void setDeletePopup(oracle.adf.view.rich.component.rich.RichPopup deletePopup)
          Setter method for deletePopup.
 void setDeploymentNameId(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues deploymentNameId)
          Setter method for deploymentNameId.
 void setDestination(oracle.adf.view.rich.component.rich.input.RichInputText destination)
          Setter method for destination.
 void setDisableNavTaskFlowId(boolean flag)
          Setter method for the flag.
 void setDisableNavTaskProperties(boolean flag)
          Setter method for the flag.
 void setElDialog(oracle.adf.view.rich.component.rich.RichDialog elDialog)
          Setter method for the bean.
 void setElExpressionOutputText(oracle.adf.view.rich.component.rich.output.RichOutputText elExpressionOutputText)
          Setter method for the bean.
 void setElExpressionTextBox(oracle.adf.view.rich.component.rich.input.RichInputText elExpressionTextBox)
          Setter method for the bean.
 void setElPopup(oracle.adf.view.rich.component.rich.RichPopup elPopup)
          Setter method for the bean.
 void setFocusViewId(oracle.adf.view.rich.component.rich.input.RichInputText focusViewId)
          Setter method for focusViewId.
 void setItemNodeGroup(org.apache.myfaces.trinidad.component.UIXGroup itemNodeGroup)
          Setter method for the bean.
 void setLabelTextBox(oracle.adf.view.rich.component.rich.input.RichInputText labelTextBox)
          Setter method for the bean.
 void setMenuCustTree(oracle.adf.view.rich.component.rich.data.RichTree tree1)
          Bind method used to set the handle for the RichTree object.
 void setMenuPanelHeader(oracle.adf.view.rich.component.rich.layout.RichPanelHeader menuPanelHeader)
          Set the handle for the main panel header.
 void setMenuPopup(oracle.adf.view.rich.component.rich.RichPopup popup1)
          Bind method used to set the handle for the RichPopup object.
 void setNavTaskFlowIdTextBox(oracle.adf.view.rich.component.rich.input.RichInputText navTaskFlowIdTextBox)
          Setter method for the bean.
 void setNavTaskKeyListInput(oracle.adf.view.rich.component.rich.input.RichInputText navTaskKeyListInput)
          Setter method for the bean.
 void setNavTaskLabelInput(oracle.adf.view.rich.component.rich.input.RichInputText navTaskLabelInput)
          Setter method for the bean.
 void setNavTaskParameterListInput(oracle.adf.view.rich.component.rich.input.RichInputText navTaskParameterListInput)
          Setter method for the bean.
 void setNodeHeaderPanel(oracle.adf.view.rich.component.rich.layout.RichPanelFormLayout nodeHeaderPanel)
          Setter method for the bean.
 void setRenderedCheckBox(oracle.adf.view.rich.component.rich.input.RichSelectBooleanCheckbox renderedCheckBox)
          Setter method for the bean.
 void setRichToolbar(oracle.adf.view.rich.component.rich.layout.RichToolbar richToolbar)
          Getter for the toolbar used for ppr.
 void setSecuredResourceNameTextBox(oracle.adf.view.rich.component.rich.input.RichInputText securedResourceNameTextBox)
          Setter method for securedResourceNameTextBox.
static void setSessionObject(java.lang.String name, java.lang.Object o)
          Helper method used to set the page session object.
 void setTreePanel(oracle.adf.view.rich.component.rich.output.RichPanelCollection treePanel)
          Getter for the treePanelCollection used for ppr.
 void setWebAppDestinationTextBox(oracle.adf.view.rich.component.rich.input.RichInputText webAppDestination)
          Setter method for webAppDestination.
 void setWebApplication(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues webApplication)
          Setter method for webApplication.
 void urlTypeValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for urlType.
 void webAppChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          The value change listener method for securedResourceName.
 void webAppDestinationChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          The value change listener method for webAppDestination.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavMenuCustomPageBean

public NavMenuCustomPageBean()
Default constructor for the bean.

Method Detail

setMenuCustTree

public void setMenuCustTree(oracle.adf.view.rich.component.rich.data.RichTree tree1)
Bind method used to set the handle for the RichTree object.

Parameters:
tree1 -

getMenuCustTree

public oracle.adf.view.rich.component.rich.data.RichTree getMenuCustTree()
Bind method used to get the handle to the RichTree object.

Returns:

menuCustomizationTreeSelection

public void menuCustomizationTreeSelection(org.apache.myfaces.trinidad.event.SelectionEvent event)
Select a node in the attributes tree. This will add/remove filters as needed and perform new searches.

Parameters:
event - event.

processEdit

public java.lang.String processEdit()
Processes createAction and returns the outcome.

Returns:
outcome of methodBinding

processDelete

public java.lang.String processDelete()
Processes deleteAction and returns the outcome.

Returns:
outcome of methodBinding

processInsertAbove

public java.lang.String processInsertAbove()
Processes insertAboveAction and returns the outcome.

Returns:
outcome of methodBinding

processInsertBelow

public java.lang.String processInsertBelow()
Processes insertBelowAction and returns the outcome.

Returns:
outcome of methodBinding

processInsertItemAbove

public java.lang.String processInsertItemAbove()
Processes insertAboveAction and returns the outcome.

Returns:
outcome of methodBinding

processInsertItemBelow

public java.lang.String processInsertItemBelow()
Processes insertBelowAction and returns the outcome.

Returns:
outcome of methodBinding

processDuplicate

public java.lang.String processDuplicate()
Processes duplicateAction and returns the outcome.

Returns:
outcome of methodBinding

processHide

public java.lang.String processHide()
Processes process Hide and returns the outcome.

Returns:
outcome of methodBinding

processShow

public java.lang.String processShow()
Processes process Show and returns the outcome.

Returns:
outcome of methodBinding

processInsertGroupChild

public java.lang.String processInsertGroupChild()
Processes insertGroupChild and returns the outcome.

Returns:
outcome of methodBinding

processInsertItemChild

public java.lang.String processInsertItemChild()
Processes insertGroupChild and returns the outcome.

Returns:
outcome of methodBinding

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 -

cancelAction

public void cancelAction(javax.faces.event.ActionEvent actionEvent)
Action listener for the cancel button.

Parameters:
actionEvent -

closeAction

public void closeAction(javax.faces.event.ActionEvent actionEvent)
Action listener for the close button.

Parameters:
actionEvent -

saveAction

public void saveAction(javax.faces.event.ActionEvent actionEvent)
Action listener for the save button.

Parameters:
actionEvent -

saveCloseAction

public void saveCloseAction(javax.faces.event.ActionEvent actionEvent)
Action listener for the save and close button.

Parameters:
actionEvent -

processSaveAction

public void processSaveAction()
Method used process to handle the write of data to MDS.


processDeleteAction

public void processDeleteAction()
Method used process to handle the remove of data from MDS.


determineCustomAddedElement

public boolean determineCustomAddedElement(org.w3c.dom.Node menuNode,
                                           CustomMenuNodeBean nodeBean)
Method used process to handle the remove of data from MDS.


getWebApp

public java.lang.String getWebApp(FndItemNode node)
This method is used to extract the webApp value from the FndItemNode property list.

Parameters:
node -
Returns:

getSecuredResourceName

public java.lang.String getSecuredResourceName(FndItemNode node)
This method is used to extract the secureResourceName value from the FndItemNode property list.

Parameters:
node -
Returns:

getWebAppDestination

public java.lang.String getWebAppDestination(FndItemNode node)
This method is used to extract the webAppDestination value from the FndItemNode property list.

Parameters:
node -
Returns:

getApplicationStripe

public java.lang.String getApplicationStripe(FndItemNode node)
This method is used to extract the applicationStripe value from the FndItemNode property list.

Parameters:
node -
Returns:

getPrefForApps

public java.lang.String getPrefForApps(FndItemNode node)
This method is used to extract the prefForApps value from the FndItemNode property list.

Parameters:
node -
Returns:

getNavTaskFlowId

public java.lang.String getNavTaskFlowId(FndItemNode node)
This method is used to extract the navTaskFlowId value from the FndItemNode property list.

Parameters:
node -
Returns:

getNavTaskKeyList

public java.lang.String getNavTaskKeyList(FndItemNode node)
This method is used to extract the navTaskKeyList value from the FndItemNode property list.

Parameters:
node -
Returns:

getNavTaskParametersList

public java.lang.String getNavTaskParametersList(FndItemNode node)
This method is used to extract the navTaskParametersList value from the FndItemNode property list.

Parameters:
node -
Returns:

getNavTaskLabel

public java.lang.String getNavTaskLabel(FndItemNode node)
This method is used to extract the navTaskLabel value from the FndItemNode property list.

Parameters:
node -
Returns:

setMenuPopup

public void setMenuPopup(oracle.adf.view.rich.component.rich.RichPopup popup1)
Bind method used to set the handle for the RichPopup object.

Parameters:
popup1 -

getMenuPopup

public oracle.adf.view.rich.component.rich.RichPopup getMenuPopup()
Bind method used to get the handle to the RichPopup object.

Returns:

openMenuPopup

public void openMenuPopup()
Method used by the taskflow to open the popup.


openDeletePopup

public void openDeletePopup()
Method used by the taskflow to open the popup.


openChildPopup

public void openChildPopup()
Method used by the taskflow to open the popup.


openBaseNodePopup

public void openBaseNodePopup()
Method used by the taskflow to open the popup.


openELPopup

public void openELPopup()
Method used by the taskflow to open the popup.


setWebApplication

public void setWebApplication(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues webApplication)
Setter method for webApplication.

Parameters:
webApplication -

getWebApplication

public oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getWebApplication()
Getter method for webApplication.

Returns:

setFocusViewId

public void setFocusViewId(oracle.adf.view.rich.component.rich.input.RichInputText focusViewId)
Setter method for focusViewId.

Parameters:
focusViewId -

getFocusViewId

public oracle.adf.view.rich.component.rich.input.RichInputText getFocusViewId()
Getter method for focusViewId.

Returns:

focusViewIdChangeListener

public void focusViewIdChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Value change listener method for focusViewId.

Parameters:
valueChangeEvent -

isWebApplicationRequired

public boolean isWebApplicationRequired()
Method to drive the dynamic setting of required on webApplication.

Returns:

securedResourceNameTextBoxChangeListener

public void securedResourceNameTextBoxChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
The value change listener method for securedResourceName.

Parameters:
valueChangeEvent -

isApplicationStripeRequired

public boolean isApplicationStripeRequired()
Method used to determine if the required attribute should be set for applicationStripe.

Returns:

webAppChangeListener

public void webAppChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
The value change listener method for securedResourceName.

Parameters:
valueChangeEvent -

webAppDestinationChangeListener

public void webAppDestinationChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
The value change listener method for webAppDestination.

Parameters:
valueChangeEvent -

destinationChangeListener

public void destinationChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
The value change listener method for webAppDestination.

Parameters:
valueChangeEvent -

setDestination

public void setDestination(oracle.adf.view.rich.component.rich.input.RichInputText destination)
Setter method for destination.

Parameters:
destination -

getDestination

public oracle.adf.view.rich.component.rich.input.RichInputText getDestination()
Getter method for destination.

Returns:

setSecuredResourceNameTextBox

public void setSecuredResourceNameTextBox(oracle.adf.view.rich.component.rich.input.RichInputText securedResourceNameTextBox)
Setter method for securedResourceNameTextBox.

Parameters:
securedResourceNameTextBox -

getSecuredResourceNameTextBox

public oracle.adf.view.rich.component.rich.input.RichInputText getSecuredResourceNameTextBox()
Getter method for securedResourceNameTextBox.

Returns:

setApplicationStripeTextBox

public void setApplicationStripeTextBox(oracle.adf.view.rich.component.rich.input.RichInputText applicationStripeTextBox)
Setter method for applicationStripeTextBox.

Parameters:
applicationStripeTextBox -

getApplicationStripeTextBox

public oracle.adf.view.rich.component.rich.input.RichInputText getApplicationStripeTextBox()
Getter method for applicationStripeTextBox.

Returns:

handleDialog

public void handleDialog(oracle.adf.view.rich.event.DialogEvent event)
The method is used to handle ok button on the properties dialog box.

Parameters:
event -

handleDeleteDialog

public void handleDeleteDialog(oracle.adf.view.rich.event.DialogEvent event)
The method is used to handle ok button on the delete dialog box.

Parameters:
event -

handleELDialog

public void handleELDialog(oracle.adf.view.rich.event.DialogEvent event)
The method is used to handle save and close button on the EL dialog box.

Parameters:
event -

handleCancelDialogListener

public void handleCancelDialogListener(oracle.adf.view.rich.event.PopupCanceledEvent event)
This method is used to handle the cancel event on the dialog.

Parameters:
event -

setDeploymentNameId

public void setDeploymentNameId(oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues deploymentNameId)
Setter method for deploymentNameId.

Parameters:
deploymentNameId -

getDeploymentNameId

public oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues getDeploymentNameId()
Getter method for deploymentNameId.

Returns:

setDeletePopup

public void setDeletePopup(oracle.adf.view.rich.component.rich.RichPopup deletePopup)
Setter method for deletePopup.

Parameters:
deletePopup -

getDeletePopup

public oracle.adf.view.rich.component.rich.RichPopup getDeletePopup()
Getter method for deletePopup.

Returns:

setChildPopup

public void setChildPopup(oracle.adf.view.rich.component.rich.RichPopup childPopup)
Setter method for childPopup.

Parameters:
childPopup -

getchildPopup

public oracle.adf.view.rich.component.rich.RichPopup getchildPopup()
Getter method for childPopup.

Returns:

setBaseNodePopup

public void setBaseNodePopup(oracle.adf.view.rich.component.rich.RichPopup baseNodePopup)
Setter method for baseNodePopup.

Parameters:
baseNodePopup -

getBaseNodePopup

public oracle.adf.view.rich.component.rich.RichPopup getBaseNodePopup()
Getter method for baseNodePopup.

Returns:

setTreePanel

public void setTreePanel(oracle.adf.view.rich.component.rich.output.RichPanelCollection treePanel)
Getter for the treePanelCollection used for ppr.

Parameters:
treePanel -

getTreePanel

public oracle.adf.view.rich.component.rich.output.RichPanelCollection getTreePanel()
Setter for the treePanel for ppr.

Returns:
treePanel

setRichToolbar

public void setRichToolbar(oracle.adf.view.rich.component.rich.layout.RichToolbar richToolbar)
Getter for the toolbar used for ppr.

Parameters:
richToolbar -

getRichToolbar

public oracle.adf.view.rich.component.rich.layout.RichToolbar getRichToolbar()
Setter for the toolbar for ppr.

Returns:
richToolbar

isRenderChildInsert

public boolean isRenderChildInsert()
Getter for flag to indicate if a child node create is allowed.

Returns:

isRenderDelete

public boolean isRenderDelete()
Getter for flag to indicate if delete options should be enabled.

Returns:
flag

isRenderHide

public boolean isRenderHide()
Getter for flag to indicate if delete options should be enabled.

Returns:
flag

isRenderShow

public boolean isRenderShow()
Getter for flag to indicate if delete options should be enabled.

Returns:
flag

setDisableNavTaskFlowId

public void setDisableNavTaskFlowId(boolean flag)
Setter method for the flag.

Parameters:
flag -

isDisableNavTaskFlowId

public boolean isDisableNavTaskFlowId()
Getter method for the flag.

Returns:

navTaskFlowIdChangeListener

public void navTaskFlowIdChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
The value change listener method for securedResourceName.

Parameters:
valueChangeEvent -

setDisableNavTaskProperties

public void setDisableNavTaskProperties(boolean flag)
Setter method for the flag.

Parameters:
flag -

isDisableNavTaskProperties

public boolean isDisableNavTaskProperties()
Getter method for the flag.

Returns:

setNavTaskFlowIdTextBox

public void setNavTaskFlowIdTextBox(oracle.adf.view.rich.component.rich.input.RichInputText navTaskFlowIdTextBox)
Setter method for the bean.

Parameters:
navTaskFlowIdTextBox -

getNavTaskFlowIdTextBox

public oracle.adf.view.rich.component.rich.input.RichInputText getNavTaskFlowIdTextBox()
Getter method for the bean;

Returns:

setNavTaskKeyListInput

public void setNavTaskKeyListInput(oracle.adf.view.rich.component.rich.input.RichInputText navTaskKeyListInput)
Setter method for the bean.

Parameters:
navTaskKeyListInput -

getNavTaskKeyListInput

public oracle.adf.view.rich.component.rich.input.RichInputText getNavTaskKeyListInput()
Getter method for the bean;

Returns:

setNavTaskParameterListInput

public void setNavTaskParameterListInput(oracle.adf.view.rich.component.rich.input.RichInputText navTaskParameterListInput)
Setter method for the bean.

Parameters:
navTaskParameterListInput -

getNavTaskParameterListInput

public oracle.adf.view.rich.component.rich.input.RichInputText getNavTaskParameterListInput()
Getter method for the bean;

Returns:

setNavTaskLabelInput

public void setNavTaskLabelInput(oracle.adf.view.rich.component.rich.input.RichInputText navTaskLabelInput)
Setter method for the bean.

Parameters:
navTaskLabelInput -

getNavTaskLabelInput

public oracle.adf.view.rich.component.rich.input.RichInputText getNavTaskLabelInput()
Getter method for the bean;

Returns:

getMenuTypeList

public java.util.List<javax.faces.model.SelectItem> getMenuTypeList()
Return list of strings to display for Navigator, or Home Page menu customization.

Returns:
List

HomePageSwitchValueChangeListener

public void HomePageSwitchValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Value change listener for the homepage menu switch.

Parameters:
valueChangeEvent -

MenuTypeValueChangeListener

public void MenuTypeValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Value change listener for the menu type selection drop list.

Parameters:
valueChangeEvent -

setMenuPanelHeader

public void setMenuPanelHeader(oracle.adf.view.rich.component.rich.layout.RichPanelHeader menuPanelHeader)
Set the handle for the main panel header.

Parameters:
menuPanelHeader -

getMenuPanelHeader

public oracle.adf.view.rich.component.rich.layout.RichPanelHeader getMenuPanelHeader()
Get the handle to the main panel header.

Returns:

setWebAppDestinationTextBox

public void setWebAppDestinationTextBox(oracle.adf.view.rich.component.rich.input.RichInputText webAppDestination)
Setter method for webAppDestination.

Parameters:
webAppDestination -

getWebAppDestinationTextBox

public oracle.adf.view.rich.component.rich.input.RichInputText getWebAppDestinationTextBox()
Getter method for the class.

Returns:

urlTypeValueChangeListener

public void urlTypeValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for urlType.

Parameters:
valueChangeEvent -

elEditorAction

public void elEditorAction(javax.faces.event.ActionEvent actionEvent)
Action method for EL editor button.

Parameters:
actionEvent -

setLabelTextBox

public void setLabelTextBox(oracle.adf.view.rich.component.rich.input.RichInputText labelTextBox)
Setter method for the bean.

Parameters:
labelTextBox -

getLabelTextBox

public oracle.adf.view.rich.component.rich.input.RichInputText getLabelTextBox()
Getter method for the bean.

Returns:

labelValueChangeListener

public void labelValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Ensure the label is written immediately to the bean.

Parameters:
valueChangeEvent -

setElPopup

public void setElPopup(oracle.adf.view.rich.component.rich.RichPopup elPopup)
Setter method for the bean.

Parameters:
elPopup -

getElPopup

public oracle.adf.view.rich.component.rich.RichPopup getElPopup()
Getter method for the bean.

Returns:

setElExpressionTextBox

public void setElExpressionTextBox(oracle.adf.view.rich.component.rich.input.RichInputText elExpressionTextBox)
Setter method for the bean.

Parameters:
elExpressionTextBox -

getElExpressionTextBox

public oracle.adf.view.rich.component.rich.input.RichInputText getElExpressionTextBox()
Getter method for the bean.

Returns:

setElExpressionOutputText

public void setElExpressionOutputText(oracle.adf.view.rich.component.rich.output.RichOutputText elExpressionOutputText)
Setter method for the bean.

Parameters:
elExpressionOutputText -

getElExpressionOutputText

public oracle.adf.view.rich.component.rich.output.RichOutputText getElExpressionOutputText()
Getter method for the bean.

Returns:

setElDialog

public void setElDialog(oracle.adf.view.rich.component.rich.RichDialog elDialog)
Setter method for the bean.

Parameters:
elDialog -

getElDialog

public oracle.adf.view.rich.component.rich.RichDialog getElDialog()
Getter method for the bean.

Returns:

renderedCheckBoxValueChangeListener

public void renderedCheckBoxValueChangeListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Reset the elActive flag if the render checkbox is used.

Parameters:
valueChangeEvent -

setRenderedCheckBox

public void setRenderedCheckBox(oracle.adf.view.rich.component.rich.input.RichSelectBooleanCheckbox renderedCheckBox)
Setter method for the bean.

Parameters:
renderedCheckBox -

getRenderedCheckBox

public oracle.adf.view.rich.component.rich.input.RichSelectBooleanCheckbox getRenderedCheckBox()
Getter method for the bean.

Returns:

setNodeHeaderPanel

public void setNodeHeaderPanel(oracle.adf.view.rich.component.rich.layout.RichPanelFormLayout nodeHeaderPanel)
Setter method for the bean.

Parameters:
nodeHeaderPanel -

getNodeHeaderPanel

public oracle.adf.view.rich.component.rich.layout.RichPanelFormLayout getNodeHeaderPanel()
Getter method for the bean.

Returns:

setItemNodeGroup

public void setItemNodeGroup(org.apache.myfaces.trinidad.component.UIXGroup itemNodeGroup)
Setter method for the bean.

Parameters:
itemNodeGroup -

getItemNodeGroup

public org.apache.myfaces.trinidad.component.UIXGroup getItemNodeGroup()
Getter method for the bean.

Returns:

isRenderELOutputText

public boolean isRenderELOutputText()
Flage to set render attribute on eloutputtext box.

Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.