Class CreditCard
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- org.primefaces.extensions.component.creditcard.CreditCard
-
- All Implemented Interfaces:
java.util.EventListener,javax.faces.component.PartialStateHolder,javax.faces.component.StateHolder,javax.faces.component.TransientStateHolder,javax.faces.event.ComponentSystemEventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListenerHolder,org.primefaces.component.api.Widget
public class CreditCard extends javax.faces.component.UIComponentBase implements org.primefaces.component.api.WidgetCreditCardcomponent.- Since:
- 8.0.1
- Author:
- Melloware mellowaredev@gmail.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classCreditCard.PropertyKeys
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMPONENT_FAMILYstatic java.lang.StringCOMPONENT_TYPEstatic java.lang.StringSTYLE_CLASS
-
Constructor Summary
Constructors Constructor Description CreditCard()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFamily()java.lang.StringgetLabelMonthYear()java.lang.StringgetLabelValidDate()java.lang.StringgetPlaceholderCvc()java.lang.StringgetPlaceholderExpiry()java.lang.StringgetPlaceholderName()java.lang.StringgetPlaceholderNumber()java.lang.StringgetWidgetVar()intgetWidth()booleanisFormatting()voidsetFromatting(boolean _formatting)voidsetLabelMonthYear(java.lang.String _labelMonthYear)voidsetLabelValidDate(java.lang.String _labelValidDate)voidsetPlaceholderCvc(java.lang.String _placeholderCvc)voidsetPlaceholderExpiry(java.lang.String _placeholderExpiry)voidsetPlaceholderName(java.lang.String _placeholderName)voidsetPlaceholderNumber(java.lang.String _placeholderNumber)voidsetWidgetVar(java.lang.String _widgetVar)voidsetWidth(int _width)-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
-
STYLE_CLASS
public static final java.lang.String STYLE_CLASS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFamily
public java.lang.String getFamily()
- Specified by:
getFamilyin classjavax.faces.component.UIComponent
-
getWidgetVar
public java.lang.String getWidgetVar()
-
setWidgetVar
public void setWidgetVar(java.lang.String _widgetVar)
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int _width)
-
isFormatting
public boolean isFormatting()
-
setFromatting
public void setFromatting(boolean _formatting)
-
getLabelValidDate
public java.lang.String getLabelValidDate()
-
setLabelValidDate
public void setLabelValidDate(java.lang.String _labelValidDate)
-
getLabelMonthYear
public java.lang.String getLabelMonthYear()
-
setLabelMonthYear
public void setLabelMonthYear(java.lang.String _labelMonthYear)
-
getPlaceholderNumber
public java.lang.String getPlaceholderNumber()
-
setPlaceholderNumber
public void setPlaceholderNumber(java.lang.String _placeholderNumber)
-
getPlaceholderName
public java.lang.String getPlaceholderName()
-
setPlaceholderName
public void setPlaceholderName(java.lang.String _placeholderName)
-
getPlaceholderExpiry
public java.lang.String getPlaceholderExpiry()
-
setPlaceholderExpiry
public void setPlaceholderExpiry(java.lang.String _placeholderExpiry)
-
getPlaceholderCvc
public java.lang.String getPlaceholderCvc()
-
setPlaceholderCvc
public void setPlaceholderCvc(java.lang.String _placeholderCvc)
-
-