Class PassthroughElement
- java.lang.Object
-
- jakarta.faces.component.UIComponent
-
- jakarta.faces.component.UIComponentBase
-
- jakarta.faces.component.UIPanel
-
- com.sun.faces.component.PassthroughElement
-
- All Implemented Interfaces:
ClientBehaviorHolder,PartialStateHolder,StateHolder,TransientStateHolder,ComponentSystemEventListener,FacesListener,SystemEventListenerHolder,EventListener
public class PassthroughElement extends UIPanel implements ClientBehaviorHolder
Causes all child components of this component to be rendered. This is useful in scenarios where a parent component is expecting a single component to be present, but the application wishes to render more than one.
By default, the
rendererTypeproperty must be set to "jakarta.faces.passthrough.Element". This value can be changed by calling thesetRendererType()method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classPassthroughElement.PropertyKeys
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_TYPEThe standard component type for this component.-
Fields inherited from class jakarta.faces.component.UIPanel
COMPONENT_FAMILY
-
Fields inherited from class jakarta.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, VIEW_LOCATION_KEY
-
-
Constructor Summary
Constructors Constructor Description PassthroughElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultEventName()This is a default implementation ofClientBehaviorHolder.getDefaultEventName().Collection<String>getEventNames()This is a default implementation ofClientBehaviorHolder.getEventNames().StringgetOnclick()Return the value of theonclickproperty.StringgetOndblclick()Return the value of theondblclickproperty.StringgetOnkeydown()Return the value of theonkeydownproperty.StringgetOnkeypress()Return the value of theonkeypressproperty.StringgetOnkeyup()Return the value of theonkeyupproperty.StringgetOnmousedown()Return the value of theonmousedownproperty.StringgetOnmousemove()Return the value of theonmousemoveproperty.StringgetOnmouseout()Return the value of theonmouseoutproperty.StringgetOnmouseover()Return the value of theonmouseoverproperty.StringgetOnmouseup()Return the value of theonmouseupproperty.StringgetStyle()Return the value of thestyleproperty.StringgetStyleClass()Return the value of thestyleClassproperty.voidsetOnclick(String onclick)Set the value of theonclickproperty.voidsetOndblclick(String ondblclick)Set the value of theondblclickproperty.voidsetOnkeydown(String onkeydown)Set the value of theonkeydownproperty.voidsetOnkeypress(String onkeypress)Set the value of theonkeypressproperty.voidsetOnkeyup(String onkeyup)Set the value of theonkeyupproperty.voidsetOnmousedown(String onmousedown)Set the value of theonmousedownproperty.voidsetOnmousemove(String onmousemove)Set the value of theonmousemoveproperty.voidsetOnmouseout(String onmouseout)Set the value of theonmouseoutproperty.voidsetOnmouseover(String onmouseover)Set the value of theonmouseoverproperty.voidsetOnmouseup(String onmouseup)Set the value of theonmouseupproperty.voidsetStyle(String style)Set the value of thestyleproperty.voidsetStyleClass(String styleClass)Set the value of thestyleClassproperty.-
Methods inherited from class jakarta.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class jakarta.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jakarta.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
The standard component type for this component.
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOnclick
public String getOnclick()
Return the value of the
onclickproperty.Contents: Javascript code executed when a pointer button is clicked over this element.
- Returns:
- the value of the
onclickproperty.
-
setOnclick
public void setOnclick(String onclick)
Set the value of the
onclickproperty.- Parameters:
onclick- the value of theonclickproperty.
-
getOndblclick
public String getOndblclick()
Return the value of the
ondblclickproperty.Contents: Javascript code executed when a pointer button is double clicked over this element.
- Returns:
- the value of the
ondblclickproperty.
-
setOndblclick
public void setOndblclick(String ondblclick)
Set the value of the
ondblclickproperty.- Parameters:
ondblclick- the value of theondblclickproperty.
-
getOnkeydown
public String getOnkeydown()
Return the value of the
onkeydownproperty.Contents: Javascript code executed when a key is pressed down over this element.
- Returns:
- the value of the
onkeydownproperty.
-
setOnkeydown
public void setOnkeydown(String onkeydown)
Set the value of the
onkeydownproperty.- Parameters:
onkeydown- the value of theonkeydownproperty.
-
getOnkeypress
public String getOnkeypress()
Return the value of the
onkeypressproperty.Contents: Javascript code executed when a key is pressed and released over this element.
- Returns:
- the value of the
onkeypressproperty.
-
setOnkeypress
public void setOnkeypress(String onkeypress)
Set the value of the
onkeypressproperty.- Parameters:
onkeypress- the value of theonkeypressproperty.
-
getOnkeyup
public String getOnkeyup()
Return the value of the
onkeyupproperty.Contents: Javascript code executed when a key is released over this element.
- Returns:
- the value of the
onkeyupproperty.
-
setOnkeyup
public void setOnkeyup(String onkeyup)
Set the value of the
onkeyupproperty.- Parameters:
onkeyup- the value of theonkeyupproperty.
-
getOnmousedown
public String getOnmousedown()
Return the value of the
onmousedownproperty.Contents: Javascript code executed when a pointer button is pressed down over this element.
- Returns:
- the value of the
onmousedownproperty.
-
setOnmousedown
public void setOnmousedown(String onmousedown)
Set the value of the
onmousedownproperty.- Parameters:
onmousedown- the value of theonmousedownproperty.
-
getOnmousemove
public String getOnmousemove()
Return the value of the
onmousemoveproperty.Contents: Javascript code executed when a pointer button is moved within this element.
- Returns:
- the value of the
onmousemoveproperty.
-
setOnmousemove
public void setOnmousemove(String onmousemove)
Set the value of the
onmousemoveproperty.- Parameters:
onmousemove- the value of theonmousemoveproperty.
-
getOnmouseout
public String getOnmouseout()
Return the value of the
onmouseoutproperty.Contents: Javascript code executed when a pointer button is moved away from this element.
- Returns:
- the value of the
onmouseoutproperty.
-
setOnmouseout
public void setOnmouseout(String onmouseout)
Set the value of the
onmouseoutproperty.- Parameters:
onmouseout- the value of theonmouseoutproperty.
-
getOnmouseover
public String getOnmouseover()
Return the value of the
onmouseoverproperty.Contents: Javascript code executed when a pointer button is moved onto this element.
- Returns:
- the value of the
onmouseoverproperty.
-
setOnmouseover
public void setOnmouseover(String onmouseover)
Set the value of the
onmouseoverproperty.- Parameters:
onmouseover- the value of theonmouseoverproperty.
-
getOnmouseup
public String getOnmouseup()
Return the value of the
onmouseupproperty.Contents: Javascript code executed when a pointer button is released over this element.
- Returns:
- the value of the
onmouseupproperty.
-
setOnmouseup
public void setOnmouseup(String onmouseup)
Set the value of the
onmouseupproperty.- Parameters:
onmouseup- the value of theonmouseupproperty.
-
getStyle
public String getStyle()
Return the value of the
styleproperty.Contents: CSS style(s) to be applied when this component is rendered.
- Returns:
- the value of the
styleproperty.
-
setStyle
public void setStyle(String style)
Set the value of the
styleproperty.- Parameters:
style- the value of thestyleproperty.
-
getStyleClass
public String getStyleClass()
Return the value of the
styleClassproperty.Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" property on generated markup.
- Returns:
- the value of the
styleClassproperty.
-
setStyleClass
public void setStyleClass(String styleClass)
Set the value of the
styleClassproperty.- Parameters:
styleClass- the value of thestyleClassproperty.
-
getEventNames
public Collection<String> getEventNames()
Description copied from class:UIComponentBaseThis is a default implementation of
ClientBehaviorHolder.getEventNames().UIComponentdoes not implement theClientBehaviorHolderinterface, but provides default implementations for the methods defined byClientBehaviorHolderto simplify subclass implementations. Subclasses that wish to support theClientBehaviorHoldercontract must declare that the subclass implementsClientBehaviorHolder, and must override this method to return a non-EmptyCollectionof the client event names that the component supports.- Specified by:
getEventNamesin interfaceClientBehaviorHolder- Overrides:
getEventNamesin classUIComponentBase- Returns:
- the collection of event names.
-
getDefaultEventName
public String getDefaultEventName()
Description copied from class:UIComponentBaseThis is a default implementation of
ClientBehaviorHolder.getDefaultEventName().UIComponentdoes not implement theClientBehaviorHolderinterface, but provides default implementations for the methods defined byClientBehaviorHolderto simplify subclass implementations. Subclasses that wish to support theClientBehaviorHoldercontract must declare that the subclass implementsClientBehaviorHolder, and must provide an implementation ofClientBehaviorHolder.getEventNames().- Specified by:
getDefaultEventNamein interfaceClientBehaviorHolder- Overrides:
getDefaultEventNamein classUIComponentBase- Returns:
- the default event name.
-
-