public class Badge
extends javax.faces.component.UIComponentBase
implements org.primefaces.component.api.Widget
Badge component.| Modifier and Type | Class and Description |
|---|---|
protected static class |
Badge.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
Badge()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColor() |
java.lang.String |
getContent() |
java.lang.String |
getFamily() |
java.lang.String |
getFor() |
java.lang.String |
getPosition() |
void |
setColor(java.lang.String color) |
void |
setContent(java.lang.String content) |
void |
setFor(java.lang.String _for) |
void |
setPosition(java.lang.String position) |
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, 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, visitTreepublic 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.lang.String getFor()
public void setFor(java.lang.String _for)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public java.lang.String getPosition()
public void setPosition(java.lang.String position)
public java.lang.String getColor()
public void setColor(java.lang.String color)
Copyright © 2011–2020. All rights reserved.