public class Fieldset
extends javax.faces.component.UIPanel
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.fieldset.FieldsetBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTENT_CLASS |
static String |
DEFAULT_RENDERER |
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 |
|---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLegend() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTabindex() |
String |
getTitle() |
int |
getToggleSpeed() |
String |
getWidgetVar() |
boolean |
isCollapsed() |
boolean |
isEscape() |
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 |
setEscape(boolean escape) |
void |
setLegend(String legend) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setTitle(String title) |
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, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_TYPE
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 static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public 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 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 String getTabindex()
public void setTabindex(String tabindex)
public boolean isEscape()
public void setEscape(boolean escape)
public String getTitle()
public void setTitle(String title)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.