public class LetterAvatar
extends javax.faces.component.UIComponentBase
implements javax.faces.component.behavior.ClientBehaviorHolder, org.primefaces.component.api.Widget
LetterAvatar component.| Modifier and Type | Class and Description |
|---|---|
protected static class |
LetterAvatar.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_CLASS |
static java.lang.String |
COMPONENT_CLASS_ROUNDED |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
DEFAULT_RENDERER |
| Constructor and Description |
|---|
LetterAvatar() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColor() |
java.lang.String |
getColor() |
java.lang.String |
getFamily() |
java.lang.String |
getSize() |
java.lang.String |
getStyle() |
java.lang.String |
getStyleClass() |
java.lang.String |
getValue() |
boolean |
isRounded() |
void |
setBackgroundColor(java.lang.String backgroundColor) |
void |
setColor(java.lang.String color) |
void |
setRounded(boolean rounded) |
void |
setSize(java.lang.String size) |
void |
setStyle(java.lang.String style) |
void |
setStyleClass(java.lang.String styleClass) |
void |
setValue(java.lang.String value) |
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, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String DEFAULT_RENDERER
public static final java.lang.String COMPONENT_CLASS
public static final java.lang.String COMPONENT_CLASS_ROUNDED
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.String getStyle()
public void setStyle(java.lang.String style)
public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean isRounded()
public void setRounded(boolean rounded)
public java.lang.String getSize()
public void setSize(java.lang.String size)
public java.lang.String getColor()
public void setColor(java.lang.String color)
public java.lang.String getBackgroundColor()
public void setBackgroundColor(java.lang.String backgroundColor)
Copyright © 2011–2020. All rights reserved.