public class HtmlPanelGroup 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 rendererType property must be set to "jakarta.faces.Group". This value can
 be changed by calling the setRendererType() method.
 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | HtmlPanelGroup.PropertyKeys | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | COMPONENT_TYPE
 The standard component type for this component. | 
COMPONENT_FAMILYATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY| Constructor and Description | 
|---|
| HtmlPanelGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDefaultEventName()
 This is a default implementation of
  | 
| Collection<String> | getEventNames()
 This is a default implementation of  | 
| String | getLayout()
 Return the value of the  layoutproperty. | 
| String | getOnclick()
 Return the value of the  onclickproperty. | 
| String | getOndblclick()
 Return the value of the  ondblclickproperty. | 
| String | getOnkeydown()
 Return the value of the  onkeydownproperty. | 
| String | getOnkeypress()
 Return the value of the  onkeypressproperty. | 
| String | getOnkeyup()
 Return the value of the  onkeyupproperty. | 
| String | getOnmousedown()
 Return the value of the  onmousedownproperty. | 
| String | getOnmousemove()
 Return the value of the  onmousemoveproperty. | 
| String | getOnmouseout()
 Return the value of the  onmouseoutproperty. | 
| String | getOnmouseover()
 Return the value of the  onmouseoverproperty. | 
| String | getOnmouseup()
 Return the value of the  onmouseupproperty. | 
| String | getStyle()
 Return the value of the  styleproperty. | 
| String | getStyleClass()
 Return the value of the  styleClassproperty. | 
| void | setLayout(String layout)
 Set the value of the  layoutproperty. | 
| void | setOnclick(String onclick)
 Set the value of the  onclickproperty. | 
| void | setOndblclick(String ondblclick)
 Set the value of the  ondblclickproperty. | 
| void | setOnkeydown(String onkeydown)
 Set the value of the  onkeydownproperty. | 
| void | setOnkeypress(String onkeypress)
 Set the value of the  onkeypressproperty. | 
| void | setOnkeyup(String onkeyup)
 Set the value of the  onkeyupproperty. | 
| void | setOnmousedown(String onmousedown)
 Set the value of the  onmousedownproperty. | 
| void | setOnmousemove(String onmousemove)
 Set the value of the  onmousemoveproperty. | 
| void | setOnmouseout(String onmouseout)
 Set the value of the  onmouseoutproperty. | 
| void | setOnmouseover(String onmouseover)
 Set the value of the  onmouseoverproperty. | 
| void | setOnmouseup(String onmouseup)
 Set the value of the  onmouseupproperty. | 
| void | setStyle(String style)
 Set the value of the  styleproperty. | 
| void | setStyleClass(String styleClass)
 Set the value of the  styleClassproperty. | 
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, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClientBehavior, getClientBehaviorspublic static final String COMPONENT_TYPE
The standard component type for this component.
public String getLayout()
 Return the value of the layout property.
 
Contents: The type of layout markup to use when rendering this group. If the value is "block" the renderer must produce an HTML "div" element. Otherwise HTML "span" element must be produced.
public void setLayout(String layout)
 Set the value of the layout property.
 
layout - the new property valuepublic String getOnclick()
 Return the value of the onclick property.
 
Contents: Javascript code executed when a pointer button is clicked over this element.
public void setOnclick(String onclick)
 Set the value of the onclick property.
 
onclick - the new property valuepublic String getOndblclick()
 Return the value of the ondblclick property.
 
Contents: Javascript code executed when a pointer button is double clicked over this element.
public void setOndblclick(String ondblclick)
 Set the value of the ondblclick property.
 
ondblclick - the new property valuepublic String getOnkeydown()
 Return the value of the onkeydown property.
 
Contents: Javascript code executed when a key is pressed down over this element.
public void setOnkeydown(String onkeydown)
 Set the value of the onkeydown property.
 
onkeydown - the new property valuepublic String getOnkeypress()
 Return the value of the onkeypress property.
 
Contents: Javascript code executed when a key is pressed and released over this element.
public void setOnkeypress(String onkeypress)
 Set the value of the onkeypress property.
 
onkeypress - the new property valuepublic String getOnkeyup()
 Return the value of the onkeyup property.
 
Contents: Javascript code executed when a key is released over this element.
public void setOnkeyup(String onkeyup)
 Set the value of the onkeyup property.
 
onkeyup - the new property valuepublic String getOnmousedown()
 Return the value of the onmousedown property.
 
Contents: Javascript code executed when a pointer button is pressed down over this element.
public void setOnmousedown(String onmousedown)
 Set the value of the onmousedown property.
 
onmousedown - the new property valuepublic String getOnmousemove()
 Return the value of the onmousemove property.
 
Contents: Javascript code executed when a pointer button is moved within this element.
public void setOnmousemove(String onmousemove)
 Set the value of the onmousemove property.
 
onmousemove - the new property valuepublic String getOnmouseout()
 Return the value of the onmouseout property.
 
Contents: Javascript code executed when a pointer button is moved away from this element.
public void setOnmouseout(String onmouseout)
 Set the value of the onmouseout property.
 
onmouseout - the new property valuepublic String getOnmouseover()
 Return the value of the onmouseover property.
 
Contents: Javascript code executed when a pointer button is moved onto this element.
public void setOnmouseover(String onmouseover)
 Set the value of the onmouseover property.
 
onmouseover - the new property valuepublic String getOnmouseup()
 Return the value of the onmouseup property.
 
Contents: Javascript code executed when a pointer button is released over this element.
public void setOnmouseup(String onmouseup)
 Set the value of the onmouseup property.
 
onmouseup - the new property valuepublic String getStyle()
 Return the value of the style property.
 
Contents: CSS style(s) to be applied when this component is rendered.
public void setStyle(String style)
 Set the value of the style property.
 
style - the new property valuepublic String getStyleClass()
 Return the value of the styleClass property.
 
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.
public void setStyleClass(String styleClass)
 Set the value of the styleClass property.
 
styleClass - the new property valuepublic Collection<String> getEventNames()
UIComponentBase
 This is a default implementation of ClientBehaviorHolder.getEventNames().
 UIComponent does not implement the ClientBehaviorHolder
 interface, but provides default implementations for the methods defined by
 ClientBehaviorHolder to simplify subclass implementations. Subclasses that
 wish to support the ClientBehaviorHolder contract must declare that the
 subclass implements ClientBehaviorHolder, and must override this method to
 return a non-Empty Collection of the client event names that the component supports.
 
getEventNames in interface ClientBehaviorHoldergetEventNames in class UIComponentBasepublic String getDefaultEventName()
UIComponentBase
 This is a default implementation of
 ClientBehaviorHolder.getDefaultEventName(). UIComponent does not
 implement the ClientBehaviorHolder interface, but provides default
 implementations for the methods defined by ClientBehaviorHolder to simplify
 subclass implementations. Subclasses that wish to support the
 ClientBehaviorHolder contract must declare that the subclass implements
 ClientBehaviorHolder, and must provide an implementation of
 ClientBehaviorHolder.getEventNames().
 
getDefaultEventName in interface ClientBehaviorHoldergetDefaultEventName in class UIComponentBaseCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.