public class Clipboard
extends javax.faces.component.UIComponentBase
implements javax.faces.component.behavior.ClientBehaviorHolder, org.primefaces.component.api.Widget
Clipboard component.| Modifier and Type | Class and Description |
|---|---|
protected static class |
Clipboard.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
Clipboard()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
java.lang.String |
getDefaultEventName() |
java.util.Collection<java.lang.String> |
getEventNames() |
java.lang.String |
getFamily() |
java.lang.String |
getOnerror() |
java.lang.String |
getOnsuccess() |
java.lang.String |
getTarget() |
java.lang.String |
getText() |
java.lang.String |
getTrigger() |
java.lang.String |
getWidgetVar() |
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 |
setAction(java.lang.String _action) |
void |
setOnerror(java.lang.String _onError) |
void |
setOnsuccess(java.lang.String _onSuccess) |
void |
setTarget(java.lang.String _target) |
void |
setText(java.lang.String _text) |
void |
setTrigger(java.lang.String _trigger) |
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 getAction()
public void setAction(java.lang.String _action)
public java.lang.String getTrigger()
public void setTrigger(java.lang.String _trigger)
public java.lang.String getTarget()
public void setTarget(java.lang.String _target)
public java.lang.String getText()
public void setText(java.lang.String _text)
public java.lang.String getOnsuccess()
public void setOnsuccess(java.lang.String _onSuccess)
public java.lang.String getOnerror()
public void setOnerror(java.lang.String _onError)
Copyright © 2011–2021. All rights reserved.