public class UIBox extends AbstractUIBox implements Visual
component.stg with class
BoxTagDeclaration.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIBox() |
| Modifier and Type | Method and Description |
|---|---|
CollapseMode |
getCollapsedMode()
Enum indicating the mode of the collapsed state of this component.
|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getFamily() |
String |
getLabel()
A localized user presentable label for this component.
|
Markup |
getMarkup() |
Style |
getStyle()
For internal use.
|
String |
getTip()
Text value to display as tooltip.
|
boolean |
isCollapsed()
Indicating the collapsed state of this component.
|
void |
setCollapsed(boolean collapsed) |
void |
setCollapsedMode(CollapseMode collapsedMode) |
void |
setCustomClass(CustomClass customClass) |
void |
setLabel(String label) |
void |
setMarkup(Markup markup) |
void |
setStyle(Style style) |
void |
setTip(String tip) |
isNormalLifecycle, processDecodes, processState, processUpdates, processValidators, setSubmittedCollapsedencodeBegin, encodeChildren, encodeEndaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, 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, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRendererTypepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIPanelpublic boolean isCollapsed()
falseisCollapsed in class AbstractUICollapsiblePanelpublic void setCollapsed(boolean collapsed)
setCollapsed in class AbstractUICollapsiblePanelpublic CustomClass getCustomClass()
<tc:in>
<tc:style customClass="my-emphasized"/>
</tc:in>
One capability is, to used external CSS libs.
getCustomClass in interface Visualpublic void setCustomClass(CustomClass customClass)
setCustomClass in interface Visualpublic Style getStyle()
public String getTip()
getTip in class AbstractUIPanelBasepublic void setTip(String tip)
public String getLabel()
getLabel in class AbstractUIBoxpublic void setLabel(String label)
public CollapseMode getCollapsedMode()
nonegetCollapsedMode in class AbstractUICollapsiblePanelpublic void setCollapsedMode(CollapseMode collapsedMode)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.