Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.adf.view.rich.component.customizable
Class CustomAction

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 org.apache.myfaces.trinidad.component.UIXCommand
                  extended by oracle.adf.view.rich.component.rich.nav.RichCommandLink
                      extended by oracle.adf.view.rich.component.customizable.CustomAction

All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.StateHolder, org.apache.myfaces.trinidad.component.DialogSource

public class CustomAction
extends oracle.adf.view.rich.component.rich.nav.RichCommandLink

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey ACTION_COMPONENT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ACTION_STRING_KEY
           
static java.lang.String COMPONENT_TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey ICON_KEY
           
static java.lang.String LOCATION_BOTH
           
static java.lang.String LOCATION_CHROME
           
static org.apache.myfaces.trinidad.bean.PropertyKey LOCATION_KEY
           
static java.lang.String LOCATION_MENU
           
static org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           

 

Fields inherited from class oracle.adf.view.rich.component.rich.nav.RichCommandLink
ACCESS_KEY_KEY, BLOCKING_KEY, CLIENT_ATTRIBUTES_KEY, CLIENT_COMPONENT_KEY, CLIENT_LISTENERS_KEY, COMPONENT_FAMILY, CONTEXT_FACET, CUSTOMIZATION_ID_KEY, DISABLED_KEY, INLINE_STYLE_KEY, PARTIAL_SUBMIT_KEY, PARTIAL_TRIGGERS_KEY, SHORT_DESC_KEY, STYLE_CLASS_KEY, TEXT_KEY, UNSECURE_KEY, USE_WINDOW_KEY, VISIBLE_KEY, WINDOW_EMBED_STYLE_INLINE_DOCUMENT, WINDOW_EMBED_STYLE_KEY, WINDOW_EMBED_STYLE_WINDOW, WINDOW_HEIGHT_KEY, WINDOW_MODALITY_TYPE_APPLICATION_MODAL, WINDOW_MODALITY_TYPE_KEY, WINDOW_MODALITY_TYPE_MODELESS, WINDOW_WIDTH_KEY

 

Fields inherited from class org.apache.myfaces.trinidad.component.UIXCommand
ACTION_EXPRESSION_KEY, ACTION_LISTENER_KEY, IMMEDIATE_KEY, LAUNCH_LISTENER_KEY, RETURN_LISTENER_KEY

 

Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY

 

Fields inherited from class javax.faces.component.UIComponent
bindings

 

Constructor Summary
CustomAction()
           

 

Method Summary
 java.lang.String getActionComponent()
           
 java.lang.String getActionString()
           
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getIcon()
           
 java.lang.String getIsRendered()
           
 java.lang.String getLocation()
           
 boolean isRendered()
           
 void setActionComponent(java.lang.String actionComponent)
           
 void setActionString(java.lang.String action)
           
 void setIcon(java.lang.String icon)
           
 void setIsRendered(java.lang.String isRendered)
           
 void setLocation(java.lang.String location)
           

 

Methods inherited from class oracle.adf.view.rich.component.rich.nav.RichCommandLink
getAccessKey, getClientAttributes, getClientListeners, getContext, getCustomizationId, getFamily, getInlineStyle, getPartialTriggers, getShortDesc, getStyleClass, getText, getUnsecure, getWindowEmbedStyle, getWindowHeight, getWindowModalityType, getWindowWidth, isBlocking, isClientComponent, isDisabled, isPartialSubmit, isUseWindow, isVisible, setAccessKey, setBlocking, setClientAttributes, setClientComponent, setClientListeners, setContext, setCustomizationId, setDisabled, setInlineStyle, setPartialSubmit, setPartialTriggers, setShortDesc, setStyleClass, setText, setUnsecure, setUseWindow, setVisible, setWindowEmbedStyle, setWindowHeight, setWindowModalityType, setWindowWidth

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXCommand
addActionListener, addLaunchListener, addReturnListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getLaunchListener, getLaunchListeners, getReturnListener, getReturnListeners, isImmediate, queueEvent, removeActionListener, removeLaunchListener, removeReturnListener, setAction, setActionExpression, setActionListener, setImmediate, setLaunchListener, setLaunchListener, setReturnListener, setReturnListener

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeAttributeChangeListener, 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, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, 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

 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

ACTION_STRING_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ACTION_STRING_KEY

ACTION_COMPONENT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ACTION_COMPONENT_KEY

ICON_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ICON_KEY

LOCATION_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LOCATION_KEY

RENDERED_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY

LOCATION_MENU

public static final java.lang.String LOCATION_MENU
See Also:
Constant Field Values

LOCATION_BOTH

public static final java.lang.String LOCATION_BOTH
See Also:
Constant Field Values

LOCATION_CHROME

public static final java.lang.String LOCATION_CHROME
See Also:
Constant Field Values

Constructor Detail

CustomAction

public CustomAction()

Method Detail

getActionString

public java.lang.String getActionString()

setActionString

public void setActionString(java.lang.String action)

getActionComponent

public java.lang.String getActionComponent()

setActionComponent

public void setActionComponent(java.lang.String actionComponent)

getIcon

public java.lang.String getIcon()

setIcon

public void setIcon(java.lang.String icon)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

getIsRendered

public java.lang.String getIsRendered()

isRendered

public boolean isRendered()
Overrides:
isRendered in class org.apache.myfaces.trinidad.component.UIXComponentBase

setIsRendered

public void setIsRendered(java.lang.String isRendered)

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class oracle.adf.view.rich.component.rich.nav.RichCommandLink

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.