Modifier and Type | Class | Description |
---|---|---|
static class |
BlockUI.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
Constructor | Description |
---|---|
BlockUI() |
Modifier and Type | Method | Description |
---|---|---|
String |
getBlock() |
|
String |
getFamily() |
|
String |
getStyleClass() |
|
String |
getTrigger() |
|
String |
getWidgetVar() |
|
boolean |
isAnimate() |
|
boolean |
isBlocked() |
|
String |
resolveWidgetVar() |
|
void |
setAnimate(boolean _animate) |
|
void |
setBlock(String _block) |
|
void |
setBlocked(boolean _blocked) |
|
void |
setStyleClass(String _styleClass) |
|
void |
setTrigger(String _trigger) |
|
void |
setWidgetVar(String _widgetVar) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, 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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getTrigger()
public void setTrigger(String _trigger)
public String getBlock()
public void setBlock(String _block)
public boolean isBlocked()
public void setBlocked(boolean _blocked)
public boolean isAnimate()
public void setAnimate(boolean _animate)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.