public class Calculator
extends javax.faces.component.UIComponentBase
implements javax.faces.component.behavior.ClientBehaviorHolder, org.primefaces.component.api.Widget, org.primefaces.component.api.RTLAware
Calculator component.| Modifier and Type | Class and Description |
|---|---|
protected static class |
Calculator.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
Calculator()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Locale |
calculateLocale() |
java.lang.String |
getDefaultEventName() |
java.lang.String |
getDir() |
java.util.Collection<java.lang.String> |
getEventNames() |
java.lang.String |
getFamily() |
java.lang.String |
getFor() |
java.lang.String |
getLayout() |
java.lang.Object |
getLocale() |
java.lang.String |
getOnbutton() |
java.lang.String |
getOnclose() |
java.lang.String |
getOnopen() |
int |
getPrecision() |
java.lang.String |
getShowOn() |
java.lang.String |
getStyleClass() |
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) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setDir(java.lang.String _dir) |
void |
setFor(java.lang.String _for) |
void |
setLayout(java.lang.String _layout) |
void |
setLocale(java.lang.Object locale) |
void |
setOnbutton(java.lang.String _onButton) |
void |
setOnclose(java.lang.String _onClose) |
void |
setOnopen(java.lang.String _onOpen) |
void |
setPrecision(int _precision) |
void |
setShowOn(java.lang.String _showOn) |
void |
setStyleClass(java.lang.String _styleClass) |
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, 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, waitaddClientBehavior, getClientBehaviorspublic 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.util.Locale calculateLocale()
public java.lang.String getWidgetVar()
public void setWidgetVar(java.lang.String _widgetVar)
public java.lang.String getFor()
public void setFor(java.lang.String _for)
public java.lang.String getShowOn()
public void setShowOn(java.lang.String _showOn)
public java.lang.String getLayout()
public void setLayout(java.lang.String _layout)
public java.lang.Object getLocale()
public void setLocale(java.lang.Object locale)
public int getPrecision()
public void setPrecision(int _precision)
public void setDir(java.lang.String _dir)
public java.lang.String getDir()
getDir in interface org.primefaces.component.api.RTLAwarepublic java.lang.String getStyleClass()
public void setStyleClass(java.lang.String _styleClass)
public java.lang.String getOnopen()
public void setOnopen(java.lang.String _onOpen)
public java.lang.String getOnclose()
public void setOnclose(java.lang.String _onClose)
public java.lang.String getOnbutton()
public void setOnbutton(java.lang.String _onButton)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBaseCopyright © 2011–2021. All rights reserved.