public class Barcode
extends javax.faces.component.html.HtmlGraphicImage
Modifier and Type | Class | Description |
---|---|---|
static class |
Barcode.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
Constructor | Description |
---|---|
Barcode() |
Modifier and Type | Method | Description |
---|---|---|
String |
getFamily() |
|
String |
getFormat() |
|
String |
getHrp() |
|
int |
getOrientation() |
|
String |
getQrErrorCorrection() |
|
String |
getType() |
|
boolean |
isCache() |
|
void |
setCache(boolean _cache) |
|
void |
setFormat(String _format) |
|
void |
setHrp(String _hrp) |
|
void |
setOrientation(int _orientation) |
|
void |
setQrErrorCorrection(String _qrErrorCorrection) |
|
void |
setType(String _type) |
addClientBehavior, getClientBehaviors
getAlt, getDefaultEventName, getDir, getEventNames, getHeight, getLang, getLongdesc, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTitle, getUsemap, getWidth, isIsmap, setAlt, setDir, setHeight, setIsmap, setLang, setLongdesc, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle, setUsemap, setWidth
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent, visitTree
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIGraphic
public String getType()
public void setType(String _type)
public boolean isCache()
public void setCache(boolean _cache)
public String getFormat()
public void setFormat(String _format)
public int getOrientation()
public void setOrientation(int _orientation)
public String getQrErrorCorrection()
public void setQrErrorCorrection(String _qrErrorCorrection)
public String getHrp()
public void setHrp(String _hrp)
Copyright © 2018. All rights reserved.