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

E22562-07

oracle.apps.fnd.applcore.patterns.ui.managed
Class ApplicationsTreeCustomComp

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.rich.component.fragment.ContextSwitchingComponent
                  extended by oracle.adf.view.rich.component.fragment.UIXInclude
                      extended by oracle.adf.view.rich.component.fragment.UIXDeclarativeComponent
                          extended by oracle.adf.view.rich.component.rich.fragment.RichDeclarativeComponent
                              extended by oracle.apps.fnd.applcore.patterns.ui.managed.ApplicationsTreeCustomComp
All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder, org.apache.myfaces.trinidad.component.FlattenedComponent

public abstract class ApplicationsTreeCustomComp
extends oracle.adf.view.rich.component.rich.fragment.RichDeclarativeComponent


Field Summary
 
Fields inherited from class oracle.adf.view.rich.component.rich.fragment.RichDeclarativeComponent
CLIENT_COMPONENT_KEY, COMPONENT_FAMILY, COMPONENT_TYPE, CUSTOMIZATION_ID_KEY, PARTIAL_TRIGGERS_KEY, TYPE
 
Fields inherited from class oracle.adf.view.rich.component.fragment.UIXDeclarativeComponent
CLIENT_ATTRIBUTES_KEY
 
Fields inherited from class oracle.adf.view.rich.component.fragment.UIXInclude
COMPONENT_VAR_KEY, VAR_KEY, VIEW_ID_KEY
 
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
ApplicationsTreeCustomComp()
           
 
Method Summary
 void confirmDeletePopupDialogListener(javax.faces.event.ActionEvent actionEvent)
          Processes delete confirmation popup.
 void createListenerHandler(javax.faces.event.ActionEvent actionEvent)
          Action Listener handling code for Create action
 void deleteListenerHandler(javax.faces.event.ActionEvent actionEvent)
          Action Listener handling code for Delete action
 void duplicateListenerHandler(javax.faces.event.ActionEvent actionEvent)
          Action Listener handling code for Duplicate action
 void editListenerHandler(javax.faces.event.ActionEvent actionEvent)
          Action Listener handling code for Edit action
abstract  java.lang.Boolean getActionsMenuRendered()
           
abstract  java.lang.Boolean getConfirmDelete()
           
 java.lang.String[] getConvertedCreateTriggers()
          PartialTrigger method to convert to StringArray for Create.
 java.lang.String[] getConvertedDeleteTriggers()
          PartialTrigger method to convert to StringArray for Delete.
 java.lang.String[] getConvertedDuplicateTriggers()
          PartialTrigger method to convert to StringArray for Duplicate.
 java.lang.String[] getConvertedEditTriggers()
          PartialTrigger method to convert to StringArray for Edit.
 java.lang.String[] getConvertedPrimaryToolbarTriggers()
           
abstract  javax.el.MethodExpression getCreateAction()
           
abstract  javax.el.MethodExpression getCreateActionListener()
           
abstract  java.lang.Boolean getCreateDisabled()
           
abstract  java.lang.Boolean getCreateEnabled()
           
abstract  java.lang.Boolean getCreateImmediate()
           
abstract  java.lang.Object getCreatePartialTriggers()
           
abstract  java.lang.String getCreatePatternType()
          All Abstract Methods
abstract  java.lang.String getCreatePopupId()
           
abstract  java.lang.String getCreateText()
           
abstract  javax.el.MethodExpression getDeleteAction()
           
abstract  javax.el.MethodExpression getDeleteActionListener()
           
abstract  java.lang.Boolean getDeleteDisabled()
           
abstract  java.lang.String getDeleteEnabled()
           
abstract  java.lang.Boolean getDeleteImmediate()
           
abstract  java.lang.Object getDeletePartialTriggers()
           
abstract  java.lang.String getDeleteText()
           
abstract  javax.el.MethodExpression getDuplicateAction()
           
abstract  javax.el.MethodExpression getDuplicateActionListener()
           
abstract  java.lang.Boolean getDuplicateDisabled()
           
abstract  java.lang.Boolean getDuplicateEnabled()
           
abstract  java.lang.Boolean getDuplicateImmediate()
           
abstract  java.lang.Object getDuplicatePartialTriggers()
           
abstract  java.lang.String getDuplicatePatternType()
           
abstract  java.lang.String getDuplicatePopupId()
           
abstract  java.lang.String getDuplicateText()
           
abstract  javax.el.MethodExpression getEditAction()
           
abstract  javax.el.MethodExpression getEditActionListener()
           
abstract  java.lang.Boolean getEditDisabled()
           
abstract  java.lang.Boolean getEditEnabled()
           
abstract  java.lang.Boolean getEditImmediate()
           
abstract  java.lang.Object getEditPartialTriggers()
           
abstract  java.lang.String getEditPatternType()
           
abstract  java.lang.String getEditPopupId()
           
abstract  java.lang.String getEditText()
           
abstract  java.lang.Boolean getExportEnabled()
           
abstract  java.util.Set getFeaturesOff()
           
abstract  java.lang.String getInlineStyle()
           
 boolean getIsEditingModeAll()
          method that returns true if current Editing Mode is "Edit All", otherwise false.
abstract  java.lang.Boolean getPrimaryToolbarRendered()
           
abstract  java.lang.Boolean getSecondaryToolbarRendered()
           
abstract  java.lang.String getStyleClass()
           
abstract  java.lang.Boolean getToggleEditRendered()
           
abstract  java.lang.String handleCreateAction()
           
abstract  void handleCreateActionListener(javax.faces.event.ActionEvent param1)
           
abstract  java.lang.String handleDeleteAction()
           
abstract  void handleDeleteActionListener(javax.faces.event.ActionEvent param1)
           
abstract  java.lang.String handleDuplicateAction()
           
abstract  void handleDuplicateActionListener(javax.faces.event.ActionEvent param1)
           
abstract  java.lang.String handleEditAction()
           
abstract  void handleEditActionListener(javax.faces.event.ActionEvent param1)
           
 java.lang.String processCreate()
          Processes createAction and returns the outcome.
 java.lang.String processDelete()
          Processes deleteAction and returns the outcome.
 java.lang.String processDuplicate()
          Processes duplicateAction and returns the outcome.
 java.lang.String processEdit()
          Processes editAction and returns the outcome.
 void toggleEditActionListener(javax.faces.event.ActionEvent actionEvent)
          action listener method that gets called on click of action menu/button "Click to Edit" & "Edit All"
 void treeSelectionHandler(org.apache.myfaces.trinidad.event.SelectionEvent selectionEvent)
          All Public Methods
 
Methods inherited from class oracle.adf.view.rich.component.rich.fragment.RichDeclarativeComponent
getBeanType, getCustomizationId, getFamily, getPartialTriggers, isClientComponent, setClientComponent, setCustomizationId, setPartialTarget, setPartialTriggers
 
Methods inherited from class oracle.adf.view.rich.component.fragment.UIXDeclarativeComponent
getClientAttributes, isFlatteningChildren, setClientAttributes
 
Methods inherited from class oracle.adf.view.rich.component.fragment.UIXInclude
broadcast, createFacesBean, getAttribute, getComponentVar, getRenderedFacetsAndChildren, getVar, getViewId, invokeOnComponent, queueEvent, setAttribute, setComponentVar, setupVisitingContext, setVar, tearDownVisitingContext
 
Methods inherited from class oracle.adf.view.rich.component.fragment.ContextSwitchingComponent
encodeBegin, encodeEnd, finishComponentEncoding, processDecodes, processFlattenedChildren, processUpdates, processValidators, restoreContext, setupContext
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, decode, decodeChildren, decodeChildrenImpl, encodeChildren, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent
addPartialTarget, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setUpEncodingContext, tearDownEncodingContext, visitTree, visitTree
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationsTreeCustomComp

public ApplicationsTreeCustomComp()
Method Detail

getCreatePatternType

public abstract java.lang.String getCreatePatternType()
All Abstract Methods


getEditPatternType

public abstract java.lang.String getEditPatternType()

getDuplicatePatternType

public abstract java.lang.String getDuplicatePatternType()

getDeleteEnabled

public abstract java.lang.String getDeleteEnabled()

getCreatePopupId

public abstract java.lang.String getCreatePopupId()

getEditPopupId

public abstract java.lang.String getEditPopupId()

getDuplicatePopupId

public abstract java.lang.String getDuplicatePopupId()

getCreateText

public abstract java.lang.String getCreateText()

getDeleteText

public abstract java.lang.String getDeleteText()

getEditText

public abstract java.lang.String getEditText()

getDuplicateText

public abstract java.lang.String getDuplicateText()

getFeaturesOff

public abstract java.util.Set getFeaturesOff()

getExportEnabled

public abstract java.lang.Boolean getExportEnabled()

getInlineStyle

public abstract java.lang.String getInlineStyle()

getStyleClass

public abstract java.lang.String getStyleClass()

getCreateImmediate

public abstract java.lang.Boolean getCreateImmediate()

getDeleteImmediate

public abstract java.lang.Boolean getDeleteImmediate()

getDuplicateImmediate

public abstract java.lang.Boolean getDuplicateImmediate()

getEditImmediate

public abstract java.lang.Boolean getEditImmediate()

getCreateDisabled

public abstract java.lang.Boolean getCreateDisabled()

getDeleteDisabled

public abstract java.lang.Boolean getDeleteDisabled()

getDuplicateDisabled

public abstract java.lang.Boolean getDuplicateDisabled()

getEditDisabled

public abstract java.lang.Boolean getEditDisabled()

getPrimaryToolbarRendered

public abstract java.lang.Boolean getPrimaryToolbarRendered()

getSecondaryToolbarRendered

public abstract java.lang.Boolean getSecondaryToolbarRendered()

getActionsMenuRendered

public abstract java.lang.Boolean getActionsMenuRendered()

getToggleEditRendered

public abstract java.lang.Boolean getToggleEditRendered()

getCreateEnabled

public abstract java.lang.Boolean getCreateEnabled()

getEditEnabled

public abstract java.lang.Boolean getEditEnabled()

getDuplicateEnabled

public abstract java.lang.Boolean getDuplicateEnabled()

getCreateActionListener

public abstract javax.el.MethodExpression getCreateActionListener()

getDeleteActionListener

public abstract javax.el.MethodExpression getDeleteActionListener()

getEditActionListener

public abstract javax.el.MethodExpression getEditActionListener()

getDuplicateActionListener

public abstract javax.el.MethodExpression getDuplicateActionListener()

getCreateAction

public abstract javax.el.MethodExpression getCreateAction()

getDeleteAction

public abstract javax.el.MethodExpression getDeleteAction()

getEditAction

public abstract javax.el.MethodExpression getEditAction()

getDuplicateAction

public abstract javax.el.MethodExpression getDuplicateAction()

handleCreateActionListener

public abstract void handleCreateActionListener(javax.faces.event.ActionEvent param1)

handleDeleteActionListener

public abstract void handleDeleteActionListener(javax.faces.event.ActionEvent param1)

handleEditActionListener

public abstract void handleEditActionListener(javax.faces.event.ActionEvent param1)

handleDuplicateActionListener

public abstract void handleDuplicateActionListener(javax.faces.event.ActionEvent param1)

handleCreateAction

public abstract java.lang.String handleCreateAction()

handleDeleteAction

public abstract java.lang.String handleDeleteAction()

handleEditAction

public abstract java.lang.String handleEditAction()

handleDuplicateAction

public abstract java.lang.String handleDuplicateAction()

getConfirmDelete

public abstract java.lang.Boolean getConfirmDelete()

getCreatePartialTriggers

public abstract java.lang.Object getCreatePartialTriggers()

getDeletePartialTriggers

public abstract java.lang.Object getDeletePartialTriggers()

getEditPartialTriggers

public abstract java.lang.Object getEditPartialTriggers()

getDuplicatePartialTriggers

public abstract java.lang.Object getDuplicatePartialTriggers()

createListenerHandler

public void createListenerHandler(javax.faces.event.ActionEvent actionEvent)
Action Listener handling code for Create action

Parameters:
actionEvent -

duplicateListenerHandler

public void duplicateListenerHandler(javax.faces.event.ActionEvent actionEvent)
Action Listener handling code for Duplicate action

Parameters:
actionEvent -

deleteListenerHandler

public void deleteListenerHandler(javax.faces.event.ActionEvent actionEvent)
Action Listener handling code for Delete action

Parameters:
actionEvent -

editListenerHandler

public void editListenerHandler(javax.faces.event.ActionEvent actionEvent)
Action Listener handling code for Edit action

Parameters:
actionEvent -

getConvertedCreateTriggers

public java.lang.String[] getConvertedCreateTriggers()
PartialTrigger method to convert to StringArray for Create.


getConvertedEditTriggers

public java.lang.String[] getConvertedEditTriggers()
PartialTrigger method to convert to StringArray for Edit.


getConvertedDuplicateTriggers

public java.lang.String[] getConvertedDuplicateTriggers()
PartialTrigger method to convert to StringArray for Duplicate.


getConvertedDeleteTriggers

public java.lang.String[] getConvertedDeleteTriggers()
PartialTrigger method to convert to StringArray for Delete.


getConvertedPrimaryToolbarTriggers

public java.lang.String[] getConvertedPrimaryToolbarTriggers()

processCreate

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

Returns:
outcome of methodBinding

processDuplicate

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

Returns:
outcome of methodbinding

processDelete

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

Returns:
outcome of methodbinding

processEdit

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

Returns:
outcome of methodbinding

confirmDeletePopupDialogListener

public void confirmDeletePopupDialogListener(javax.faces.event.ActionEvent actionEvent)
Processes delete confirmation popup. If "yes" button is clicked it deletes the row. If "No" button is clicked it does not delete the row.

Parameters:
actionEvent -

treeSelectionHandler

public void treeSelectionHandler(org.apache.myfaces.trinidad.event.SelectionEvent selectionEvent)
All Public Methods


toggleEditActionListener

public void toggleEditActionListener(javax.faces.event.ActionEvent actionEvent)
action listener method that gets called on click of action menu/button "Click to Edit" & "Edit All"


getIsEditingModeAll

public boolean getIsEditingModeAll()
method that returns true if current Editing Mode is "Edit All", otherwise false. used when rendering action menu/buttons "Click to Edit" & "Edit All"


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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.