Modifier and Type | Class | Description |
---|---|---|
static class |
Effect.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
Constructor | Description |
---|---|
Effect() |
Modifier and Type | Method | Description |
---|---|---|
int |
getDelay() |
|
String |
getEvent() |
|
String |
getFamily() |
|
String |
getFor() |
|
int |
getSpeed() |
|
String |
getType() |
|
String |
getWidgetVar() |
|
boolean |
isQueue() |
|
String |
resolveWidgetVar() |
|
void |
setDelay(int _delay) |
|
void |
setEvent(String _event) |
|
void |
setFor(String _for) |
|
void |
setQueue(boolean _queue) |
|
void |
setSpeed(int _speed) |
|
void |
setType(String _type) |
|
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.UIComponent
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getEvent()
public void setEvent(String _event)
public String getType()
public void setType(String _type)
public String getFor()
public void setFor(String _for)
public int getSpeed()
public void setSpeed(int _speed)
public int getDelay()
public void setDelay(int _delay)
public boolean isQueue()
public void setQueue(boolean _queue)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.