public class HtmlPanelGroup extends UIPanel
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlPanelGroup.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
Constructor and Description |
---|
HtmlPanelGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getLayout() |
String |
getStyle() |
String |
getStyleClass() |
void |
setLayout(String layout) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setValueBinding(String name,
ValueBinding binding)
Put the provided value-binding into a map of value-bindings associated with this component.
|
void |
setValueExpression(String name,
javax.el.ValueExpression expression) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public String getLayout()
public void setLayout(String layout)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public void setValueBinding(String name, ValueBinding binding)
UIComponentBase
setValueBinding
in class UIComponentBase
public void setValueExpression(String name, javax.el.ValueExpression expression)
setValueExpression
in class UIComponent
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.