public class PortletBase extends ShowDetailFrame implements PortletComponent, javax.faces.component.ActionSource, oracle.adf.view.core.component.portlet.PortletComponentBehaviour
PortletBase is an ADF Faces JSF view componenet class for rendering Oracle JDPK and WSRP Portlets.
The PortletBase UIComponent extends the ShowDetailFrame and the default renderer for this component uses the ShowDetailFrameRenderer to render the decoration around the portlet.
This component is the so-called HTML Portlet Component which is designed to be rendered by a renderer that is compatible with Trinidad JSF components.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
PORTLET_MODE_CHANGE |
static java.lang.String |
RENDERER_TYPE |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
SHOW_MAXIMIZE_ACTION_KEY, SHOW_MAXIMIZE_ACTION_MENU, SHOW_MAXIMIZE_ACTION_NONEBACKGROUND_CORE_DEFAULT, BACKGROUND_DARK, BACKGROUND_KEY, BACKGROUND_LIGHT, BACKGROUND_MEDIUM, CLIENT_LISTENERS_KEY, CONTAINS_IFRAME_KEY, CONTENT_INLINE_STYLE_KEY, CONTENT_STYLE_KEY, CUSTOMIZATION_ID_KEY, DISPLAY_ACTIONS_ALWAYS, DISPLAY_ACTIONS_KEY, DISPLAY_ACTIONS_NEVER, DISPLAY_ACTIONS_ON_HOVER, DISPLAY_HEADER_KEY, DISPLAY_SHADOW_KEY, EXPANSION_MODE_MAXIMIZED, EXPANSION_MODE_MINIMIZED, EXPANSION_MODE_NORMAL, EXPANSIONMODE_KEY, HEADER_STYLE_KEY, ICON_KEY, INHERIT_GLOBAL_ACTIONS_KEY, INLINE_STYLE_KEY, IS_EDITABLE_KEY, IS_HELP_AVAILABLE_KEY, mOtherTime, mPerfDebug, mTagTime, PARENT_PC_KEY, PARTIAL_TRIGGERS_KEY, ROOT_PARENT_KEY, SHORT_DESC_KEY, SHOW_MINIMIZE_ACTION_CHROME, SHOW_MINIMIZE_ACTION_KEY, SHOW_MINIMIZE_ACTION_NONE, SHOW_MOVE_ACTION_DISABLED, SHOW_MOVE_ACTION_KEY, SHOW_MOVE_ACTION_MENU, SHOW_MOVE_ACTION_NONE, STYLE_CLASS_KEY, TEXT_KEYDISCLOSED_KEY, DISCLOSED_TRANSIENT_KEY, DISCLOSURE_LISTENER_KEY, IMMEDIATE_KEY| Constructor and Description |
|---|
PortletBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(javax.faces.event.ActionListener listener) |
void |
applyPortletModeChange(int newMode)
Set a new mode on the Portlet to which this component is bound.
|
void |
applyPortletWindowStateChange(int newWindowState)
Set a new WindowState on the Portlet to which this component is bound.
|
void |
broadcast(javax.faces.event.FacesEvent facesEvent)
In addition to the default
javax.faces.component.UIComponent#broadcast(javax.faces.event.FacesEvent)
processing, passes the AttributeChangeEvent and DisclosureEvent that is
broadcast, to the method referenced by actionListener (if any), and then to
the default listeners registered on the Application, which will invoke
attached MethodBindings.
|
javax.faces.el.MethodBinding |
getAction() |
javax.faces.el.MethodBinding |
getActionListener() |
javax.faces.event.ActionListener[] |
getActionListeners() |
java.lang.String |
getAllModesSharedScreen() |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
boolean |
getDisplayScrollBar() |
java.lang.String |
getFamily()
Returns the component family.
|
java.lang.String |
getHeight() |
java.lang.String |
getIframeDtd() |
boolean |
getIsAboutModeAvailable() |
boolean |
getIsConfigModeAvailable() |
boolean |
getIsCustomizeModeAvailable() |
boolean |
getIsDetailModeAvailable() |
boolean |
getIsHelpModeAvailable() |
boolean |
getIsNormalModeAvailable() |
boolean |
getIsPersonalizeModeAvailable() |
boolean |
getIsPreviewModeAvailable() |
boolean |
getIsPrintModeAvailable() |
java.lang.String[] |
getPartialTriggers() |
oracle.adf.model.portlet.binding.PortletBinding |
getPortletBinding()
Deprecated.
Interact with the PortletModel directly.
|
oracle.adf.model.portlet.binding.PortletModel |
getPortletModel()
Helper method to get the PortletModel.
|
java.lang.String |
getRendererType()
Returns the renderer type for this component.
|
java.lang.String |
getRenderPortletInIFrame() |
boolean |
getSubmitUrlParameters() |
java.lang.String |
getText()
Returns the title of the component in String form.
|
java.lang.String |
getTitle()
Get the title set on the Portlet, if any.
|
java.lang.Object |
getValue()
Get the Portlet Binding object on this component.
|
java.lang.String |
getWidth() |
void |
handlePartialAdfmEvent(oracle.adf.view.rich.render.ClientEvent clientEvent)
Handle ADFm events propagated raised by a bridge portlet and
encoded as a ClientEvent.
|
boolean |
isRendered() |
void |
removeActionListener(javax.faces.event.ActionListener listener) |
void |
setAction(javax.faces.el.MethodBinding mb) |
void |
setActionListener(javax.faces.el.MethodBinding mb) |
void |
setAllModesSharedScreen(java.lang.String allModesSharedScreen)
The allModesSharedScreen setting on the component determines whether
non-show modes (modes other than View for JSR168 or Show for JPDK) render
inline within the portlet or on a new page.
|
void |
setDisplayScrollBar(boolean displayScrollBar)
The displayScrollBar property determines whether scroll bars for scrolling
the content of the Portlet are displayed.
|
void |
setErrorMessage(javax.faces.application.FacesMessage.Severity severity,
java.lang.Throwable error)
Stores an error state on the portlet component.
|
void |
setHeight(java.lang.String height)
The height property will determines the height of the portlet on the page.
|
void |
setIframeDtd(java.lang.String iframeDtd)
The iframeDtd attribute controls which HTML dtd is used in the doctype
declation for the iframe content document when the Portlet is rendered in
an iframe.
|
void |
setIsAboutModeAvailable(boolean isAboutModeAvailable)
The isAboutModeAvailable property determines whether the Portlet view
component allows the Portlet's About mode to be shown.
|
void |
setIsConfigModeAvailable(boolean isConfigModeAvailable)
The isConfigModeAvailable property determines whether the Portlet view
component allows the Portlet's Config mode to be shown.
|
void |
setIsCustomizeModeAvailable(boolean isCustomizeModeAvailable)
The isCustomizeModeAvailable property determines whether the Portlet view
component allows the Portlet's Customize mode to be shown.
|
void |
setIsDetailModeAvailable(boolean isDetailModeAvailable)
The isDetailModeAvailable property determines whether the Portlet view
component allows the Portlet's Detail mode to be shown.
|
void |
setIsHelpModeAvailable(boolean isHelpModeAvailable)
The isHelpModeAvailable property determines whether the Portlet view
component allows the Portlet's Help mode to be shown.
|
void |
setIsNormalModeAvailable(boolean isNormalModeAvailable)
Is the isNormalModeAvailable is a boolean property that determines
whether Refresh is show in the Portlet actions menu.
|
void |
setIsPersonalizeModeAvailable(boolean isPersonalizeModeAvailable)
The isPersonalizeModeAvailable property determines whether the Portlet view
component allows the Portlet's Personalize mode to be shown.
|
void |
setIsPreviewModeAvailable(boolean isPreviewModeAvailable)
The isPreviewModeAvailable property determines whether the Portlet view
component allows the Portlet's Preview mode to be shown.
|
void |
setIsPrintModeAvailable(boolean isPrintModeAvailable)
The isPrintModeAvailable property determines whether the Portlet view
component allows the Portlet's Print mode to be shown.
|
void |
setPartialTriggers(java.lang.String[] partialTriggers)
Set String array for the partialTriggers for portlet component.
|
void |
setRenderPortletInIFrame(java.lang.String renderPortletInIFrame)
The renderPortletInIFrame property determines whether the Portlet view
component should show the Portlet markup content inside an iFrame.
|
void |
setSubmitUrlParameters(boolean submitUrlParameters)
When a link in a Portlet is clicked and that link points to the page
on which the Portlet resides, the submitUrlParameter property determines
whether the parameters in the link are available to the containing page or
only sent back to the Portlet.
|
void |
setTitle(java.lang.String title)
Set the title property for this portlet component.
|
void |
setValue(java.lang.Object value)
The value property holds the PortletBinding object that this view
component uses to interact with the real remote Portlet.
|
void |
setWidth(java.lang.String width)
The width property will determines the width of the portlet on the page.
|
getShowMaximizeAction, setShowMaximizeActiongetBackground, getClientListeners, getContentInlineStyle, getContentStyle, getCustomizationId, getDisplayActions, getDisplayHeader, getDisplayShadow, getExpansionMode, getHeaderStyle, getIcon, getInheritGlobalActions, getInlineStyle, getOtherTime, getShortDesc, getShowMinimizeAction, getShowMoveAction, getStyleClass, getTagTime, processDecodes, processUpdates, processValidators, setBackground, setClientListeners, setContentInlineStyle, setContentStyle, setCustomizationId, setDisplayActions, setDisplayHeader, setDisplayShadow, setExpansionMode, setHeaderStyle, setIcon, setInheritGlobalActions, setInlineStyle, setOtherTime, setShortDesc, setShowMinimizeAction, setShowMoveAction, setStyleClass, setTagTime, setTextaddDisclosureListener, getDisclosureListener, getDisclosureListeners, getRenderedFacetsAndChildren, isDisclosed, isDisclosedTransient, isImmediate, queueEvent, removeDisclosureListener, setDisclosed, setDisclosedTransient, setDisclosureListener, setDisclosureListener, setImmediateadaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isTransient, markInitialState, processRestoreState, processSaveState, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientIdpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final java.lang.String PORTLET_MODE_CHANGE
public java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getFamily()
ShowDetailFramegetFamily in class ShowDetailFramepublic void setTitle(java.lang.String title)
PortletComponentThe title is displayed as the portlet title in the header of the portlet overriding any title returned in the Portlet rendition.
When the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value for this property is initially taken from the title attribute on the jsp tag.
setTitle in interface PortletComponentpublic java.lang.String getTitle()
PortletComponentgetTitle in interface PortletComponentPortletComponent.setTitle(java.lang.String)public void setWidth(java.lang.String width)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the width attribute on the jsp tag. If no value is specified, the default is auto.
setWidth in interface PortletComponentwidth - of the width view component property to set.public java.lang.String getWidth()
getWidth in interface PortletComponentPortletComponent.setWidth(java.lang.String)public void setHeight(java.lang.String height)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the height attribute on the jsp tag. If no value is specified, the default is auto.
setHeight in interface PortletComponentheight - of the width view component property to set.public java.lang.String getHeight()
getHeight in interface PortletComponentPortletComponent.setHeight(java.lang.String)public void setDisplayScrollBar(boolean displayScrollBar)
PortletComponentValid values are true, false and auto. True means that scroll bars will always be present. False means that scroll bars will never be present. Auto means that the scroll bars will be shown if the content size exceeds the specified height and width of the portlet.
When the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the displayScrollBar attribute on the jsp tag. If no value is specified, the default is auto.
setDisplayScrollBar in interface PortletComponentdisplayScrollBar - property value to set.public boolean getDisplayScrollBar()
getDisplayScrollBar in interface PortletComponentPortletComponent.setDisplayScrollBar(boolean)public void setPartialTriggers(java.lang.String[] partialTriggers)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the partialTriggers attribute on the jsp tag. If no value is specified, the default is true.
setPartialTriggers in interface PortletComponentpublic java.lang.String[] getPartialTriggers()
getPartialTriggers in interface PortletComponentPortletComponent.setPartialTriggers(java.lang.String[])public void setValue(java.lang.Object value)
PortletComponentsetValue in interface PortletComponentvalue - PortletBinding object.public java.lang.Object getValue()
PortletComponentgetValue in interface PortletComponentpublic java.lang.String getText()
ShowDetailFramegetText in class ShowDetailFramepublic void setAllModesSharedScreen(java.lang.String allModesSharedScreen)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the allModesSharedScreen attribute on the jsp tag. If no value is specified, the default is true.
setAllModesSharedScreen in interface PortletComponentallModesSharedScreen - true to make all Portlet modes render inline.
false to make all non-show modes render on a new page.public java.lang.String getAllModesSharedScreen()
getAllModesSharedScreen in interface PortletComponentPortletComponent.setAllModesSharedScreen(java.lang.String)public void setIsNormalModeAvailable(boolean isNormalModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isNormalModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsNormalModeAvailable in interface PortletComponentisNormalModeAvailable - true to enable Refresh in the Portlet actions.public boolean getIsNormalModeAvailable()
getIsNormalModeAvailable in interface PortletComponentPortletComponent.setIsNormalModeAvailable(boolean)public void setIsAboutModeAvailable(boolean isAboutModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isAboutModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsAboutModeAvailable in interface PortletComponentpublic boolean getIsAboutModeAvailable()
getIsAboutModeAvailable in interface PortletComponentPortletComponent.setIsAboutModeAvailable(boolean)public void setIsPersonalizeModeAvailable(boolean isPersonalizeModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isPersonalizeModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsPersonalizeModeAvailable in interface PortletComponentpublic boolean getIsPersonalizeModeAvailable()
getIsPersonalizeModeAvailable in interface PortletComponentPortletComponent.setIsPersonalizeModeAvailable(boolean)public void setIsHelpModeAvailable(boolean isHelpModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isHelpModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsHelpModeAvailable in interface PortletComponentpublic boolean getIsHelpModeAvailable()
getIsHelpModeAvailable in interface PortletComponentPortletComponent.setIsHelpModeAvailable(boolean)public void setIsCustomizeModeAvailable(boolean isCustomizeModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isCustomizeModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsCustomizeModeAvailable in interface PortletComponentpublic boolean getIsCustomizeModeAvailable()
getIsCustomizeModeAvailable in interface PortletComponentPortletComponent.setIsCustomizeModeAvailable(boolean)public void setIsDetailModeAvailable(boolean isDetailModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isDetailModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsDetailModeAvailable in interface PortletComponentpublic boolean getIsDetailModeAvailable()
getIsDetailModeAvailable in interface PortletComponentPortletComponent.setIsDetailModeAvailable(boolean)public void setIsPreviewModeAvailable(boolean isPreviewModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isPreviewModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsPreviewModeAvailable in interface PortletComponentpublic boolean getIsPreviewModeAvailable()
getIsPreviewModeAvailable in interface PortletComponentPortletComponent.setIsDetailModeAvailable(boolean)public void setIsPrintModeAvailable(boolean isPrintModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isPrintModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsPrintModeAvailable in interface PortletComponentpublic boolean getIsPrintModeAvailable()
getIsPrintModeAvailable in interface PortletComponentPortletComponent.setIsPrintModeAvailable(boolean)public void setIsConfigModeAvailable(boolean isConfigModeAvailable)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the isConfigModeAvailable attribute on the jsp tag. If no value is specified, the default is true.
setIsConfigModeAvailable in interface PortletComponentpublic boolean getIsConfigModeAvailable()
getIsConfigModeAvailable in interface PortletComponentPortletComponent.setIsConfigModeAvailable(boolean)public void setRenderPortletInIFrame(java.lang.String renderPortletInIFrame)
PortletComponentThe allowed values are true, valse or auto. True means that the portlet markup will be displayed in an iframe. False means that the markup will be rendered inline in the containing page. Auto means that the Portlet view component will decide, based on the content of the markup, whether the markup can be safely rendered inline.
When the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the renderPortletInIFrame attribute on the jsp tag. If no value is specified, the default is auto.
setRenderPortletInIFrame in interface PortletComponentrenderPortletInIFrame - true, false or autopublic java.lang.String getRenderPortletInIFrame()
getRenderPortletInIFrame in interface PortletComponentPortletComponent.setRenderPortletInIFrame(java.lang.String)public void setSubmitUrlParameters(boolean submitUrlParameters)
PortletComponentA value of true will mean the parameters will be available to the containing page.
When the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the submitUrlParameters attribute on the jsp tag. If no value is specified, the default is false.
setSubmitUrlParameters in interface PortletComponentpublic boolean getSubmitUrlParameters()
getSubmitUrlParameters in interface PortletComponentPortletComponent.setSubmitUrlParameters(boolean)public void setIframeDtd(java.lang.String iframeDtd)
PortletComponentWhen the PortletBase view component is instantiated based on a corresponding portlet jsp tag, the value is initially for this property is taken from the iframeDtd attribute on the jsp tag. If no value is specified, the default is loose.
setIframeDtd in interface PortletComponentpublic java.lang.String getIframeDtd()
getIframeDtd in interface PortletComponentPortletComponent.setIframeDtd(java.lang.String)public void applyPortletModeChange(int newMode)
applyPortletModeChange in interface oracle.adf.view.core.component.portlet.PortletComponentBehaviournewMode - the new portlet mode to set.public void applyPortletWindowStateChange(int newWindowState)
applyPortletWindowStateChange in interface oracle.adf.view.core.component.portlet.PortletComponentBehaviournewWindowState - the new portlet window state to set.public void broadcast(javax.faces.event.FacesEvent facesEvent)
throws javax.faces.event.AbortProcessingException
ShowDetailFramebroadcast in interface oracle.adf.view.core.component.portlet.PortletComponentBehaviourbroadcast in class ShowDetailFramefacesEvent - the facesEvent objectjavax.faces.event.AbortProcessingExceptionpublic void handlePartialAdfmEvent(oracle.adf.view.rich.render.ClientEvent clientEvent)
handlePartialAdfmEvent in interface oracle.adf.view.core.component.portlet.PortletComponentBehaviourclientEvent - the ClientEvent encoding the ADFm event.public final oracle.adf.model.portlet.binding.PortletBinding getPortletBinding()
getPortletBinding in interface PortletComponentpublic oracle.adf.model.portlet.binding.PortletModel getPortletModel()
getPortletModel in interface PortletComponentpublic void setErrorMessage(javax.faces.application.FacesMessage.Severity severity,
java.lang.Throwable error)
setErrorMessage in interface oracle.adf.view.core.component.portlet.PortletComponentBehaviourseverity - the error severity.error - the Throwable cause of the error.protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class ShowDetailFramepublic void addActionListener(javax.faces.event.ActionListener listener)
addActionListener in interface javax.faces.component.ActionSourcepublic void removeActionListener(javax.faces.event.ActionListener listener)
removeActionListener in interface javax.faces.component.ActionSourcepublic javax.faces.event.ActionListener[] getActionListeners()
getActionListeners in interface javax.faces.component.ActionSourcepublic javax.faces.el.MethodBinding getActionListener()
getActionListener in interface javax.faces.component.ActionSourcepublic javax.faces.el.MethodBinding getAction()
getAction in interface javax.faces.component.ActionSourcepublic void setAction(javax.faces.el.MethodBinding mb)
setAction in interface javax.faces.component.ActionSourcepublic void setActionListener(javax.faces.el.MethodBinding mb)
setActionListener in interface javax.faces.component.ActionSourcepublic boolean isRendered()
isRendered in class org.apache.myfaces.trinidad.component.UIXComponentBase