public class HtmlLabeledContainer extends UIComponentBase implements Tooltip, Label, HideLabel, StyleClass, Style
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_HIDE_LABEL |
protected static String |
PROPERTY_LABEL |
protected static String |
PROPERTY_STYLE |
protected static String |
PROPERTY_STYLE_CLASS |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlLabeledContainer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
String |
getLabel() |
String |
getStyle() |
String |
getStyleClass() |
boolean |
isHideLabel() |
void |
setHideLabel(boolean hideLabel) |
void |
setLabel(String label) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
updateStateHelperaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
protected static final String PROPERTY_HIDE_LABEL
protected static final String PROPERTY_LABEL
protected static final String PROPERTY_STYLE_CLASS
protected static final String PROPERTY_STYLE
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic boolean isHideLabel()
isHideLabel in interface HideLabelpublic void setHideLabel(boolean hideLabel)
public void setLabel(String label)
public String getStyleClass()
getStyleClass in interface StyleClasspublic void setStyleClass(String styleClass)
public void setStyle(String style)
Copyright © 2018. All rights reserved.