public class Fieldset extends javax.faces.component.UIPanel implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Fieldset.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTENT_CLASS |
static String |
FIELDSET_CLASS |
static String |
LEGEND_CLASS |
static String |
TOGGLEABLE_FIELDSET_CLASS |
static String |
TOGGLER_MINUS_CLASS |
static String |
TOGGLER_PLUS_CLASS |
| Constructor and Description |
|---|
Fieldset() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLegend() |
String |
getStyle() |
String |
getStyleClass() |
int |
getToggleSpeed() |
String |
getWidgetVar() |
boolean |
isCollapsed() |
boolean |
isToggleable() |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setCollapsed(boolean _collapsed) |
void |
setLegend(String _legend) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setToggleable(boolean _toggleable) |
void |
setToggleSpeed(int _toggleSpeed) |
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, 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 FIELDSET_CLASS
public static final String TOGGLEABLE_FIELDSET_CLASS
public static final String CONTENT_CLASS
public static final String LEGEND_CLASS
public static final String TOGGLER_MINUS_CLASS
public static final String TOGGLER_PLUS_CLASS
public String getFamily()
getFamily in class javax.faces.component.UIPanelpublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getLegend()
public void setLegend(String _legend)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public boolean isToggleable()
public void setToggleable(boolean _toggleable)
public int getToggleSpeed()
public void setToggleSpeed(int _toggleSpeed)
public boolean isCollapsed()
public void setCollapsed(boolean _collapsed)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2015. All rights reserved.