Class QRCode
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.primefaces.extensions.component.qrcode.QRCode
- All Implemented Interfaces:
EventListener
,javax.faces.component.PartialStateHolder
,javax.faces.component.StateHolder
,javax.faces.component.TransientStateHolder
,javax.faces.component.ValueHolder
,javax.faces.event.ComponentSystemEventListener
,javax.faces.event.FacesListener
,javax.faces.event.SystemEventListenerHolder
,org.primefaces.component.api.Widget
public class QRCode
extends javax.faces.component.UIOutput
implements org.primefaces.component.api.Widget
QRCode
component.- Since:
- 1.2.0
- Author:
- Mauricio Fenoglio / last modified by Melloware
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
Fields inherited from interface org.primefaces.component.api.Widget
ATTR_WIDGET_VAR_PATTERN, CALLBACK_POST_CONSTRUCT, CALLBACK_POST_REFRESH, CALLBACK_PRE_DESTROY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
int
int
int
getQuiet()
int
getSize()
getStyle()
getText()
int
void
setBackground
(String background) void
setEcLevel
(String ecLevel) void
setFillColor
(String fillColor) void
setFontColor
(String fontColor) void
setFontName
(String fontColor) void
void
setLabelPosX
(Double labelPosX) void
setLabelPosY
(Double labelPosY) void
setLabelSize
(Double labelSize) void
setLeftOffset
(int leftOffset) void
setMaxVersion
(int maxVersion) void
setMinVersion
(int minVersion) void
void
void
setRenderMethod
(String renderMethod) void
setRenderMode
(Integer renderMode) void
setSize
(int size) void
void
setStyleClass
(String styleClass) void
void
setTopOffset
(int topOffset) void
setWidgetVar
(String widgetVar) Methods inherited from class javax.faces.component.UIOutput
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValue
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.primefaces.component.api.Widget
resolveWidgetVar, resolveWidgetVar
-
Field Details
-
COMPONENT_TYPE
- See Also:
-
COMPONENT_FAMILY
- See Also:
-
STYLE_CLASS
- See Also:
-
-
Constructor Details
-
QRCode
public QRCode()
-
-
Method Details
-
getFamily
- Overrides:
getFamily
in classjavax.faces.component.UIOutput
-
getWidgetVar
-
setWidgetVar
-
getRenderMethod
-
setRenderMethod
-
getMinVersion
public int getMinVersion() -
setMinVersion
public void setMinVersion(int minVersion) -
getMaxVersion
public int getMaxVersion() -
setMaxVersion
public void setMaxVersion(int maxVersion) -
getLeftOffset
public int getLeftOffset() -
setLeftOffset
public void setLeftOffset(int leftOffset) -
getTopOffset
public int getTopOffset() -
setTopOffset
public void setTopOffset(int topOffset) -
getSize
public int getSize() -
setSize
public void setSize(int size) -
getFillColor
-
setFillColor
-
getBackground
-
setBackground
-
getText
-
setText
-
getLabel
-
setLabel
-
getRadius
-
setRadius
-
getQuiet
-
setQuiet
-
getEcLevel
-
setEcLevel
-
getRenderMode
-
setRenderMode
-
getFontColor
-
setFontColor
-
getFontName
-
setFontName
-
getLabelPosX
-
setLabelPosX
-
getLabelPosY
-
setLabelPosY
-
getLabelSize
-
setLabelSize
-
getStyle
-
setStyle
-
getStyleClass
-
setStyleClass
-