public class Waypoint
extends javax.faces.component.UIComponentBase
implements org.primefaces.component.api.Widget, javax.faces.component.behavior.ClientBehaviorHolder
Waypoint component.| Modifier and Type | Class and Description |
|---|---|
protected static class |
Waypoint.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
Waypoint() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultEventName() |
java.util.Collection<java.lang.String> |
getEventNames() |
java.lang.String |
getFamily() |
java.lang.String |
getFor() |
java.lang.String |
getForContext() |
java.lang.String |
getOffset() |
java.lang.String |
getWidgetVar() |
boolean |
isContinuous() |
boolean |
isEnabled() |
boolean |
isHorizontal() |
boolean |
isTriggerOnce() |
void |
processDecodes(javax.faces.context.FacesContext fc) |
void |
processUpdates(javax.faces.context.FacesContext fc) |
void |
processValidators(javax.faces.context.FacesContext fc) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
setContinuous(boolean continuous) |
void |
setEnabled(boolean enabled) |
void |
setFor(java.lang.String forValue) |
void |
setForContext(java.lang.String forContext) |
void |
setHorizontal(boolean horizontal) |
void |
setOffset(java.lang.String offset) |
void |
setTriggerOnce(boolean triggerOnce) |
void |
setWidgetVar(java.lang.String widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, 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, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.util.Collection<java.lang.String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic void processDecodes(javax.faces.context.FacesContext fc)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext fc)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext fc)
processUpdates in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic java.lang.String getWidgetVar()
public void setWidgetVar(java.lang.String widgetVar)
public java.lang.String getFor()
public void setFor(java.lang.String forValue)
public java.lang.String getForContext()
public void setForContext(java.lang.String forContext)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isHorizontal()
public void setHorizontal(boolean horizontal)
public java.lang.String getOffset()
public void setOffset(java.lang.String offset)
public boolean isContinuous()
public void setContinuous(boolean continuous)
public boolean isTriggerOnce()
public void setTriggerOnce(boolean triggerOnce)
Copyright © 2011–2021. All rights reserved.