Class Social
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- org.primefaces.extensions.component.social.Social
-
- All Implemented Interfaces:
EventListener
,javax.faces.component.behavior.ClientBehaviorHolder
,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 Social extends javax.faces.component.UIComponentBase implements javax.faces.component.behavior.ClientBehaviorHolder, org.primefaces.component.api.Widget
Social
component.- Since:
- 6.2
- Author:
- Melloware mellowaredev@gmail.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
Social.PropertyKeys
-
Field Summary
Fields Modifier and Type Field Description static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE
-
Constructor Summary
Constructors Constructor Description Social()
Default constructor
-
Method Summary
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFamily
public String getFamily()
- Specified by:
getFamily
in classjavax.faces.component.UIComponent
-
getWidgetVar
public String getWidgetVar()
-
setWidgetVar
public void setWidgetVar(String _widgetVar)
-
getShares
public String getShares()
-
setShares
public void setShares(String _text)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String _url)
-
getText
public String getText()
-
setText
public void setText(String _text)
-
getShareIn
public String getShareIn()
-
setShareIn
public void setShareIn(String _shareIn)
-
getTheme
public String getTheme()
-
setTheme
public void setTheme(String _theme)
-
setShowLabel
public void setShowLabel(boolean _showLabel)
-
isShowLabel
public boolean isShowLabel()
-
setShowCount
public void setShowCount(String _showCount)
-
getShowCount
public String getShowCount()
-
getStyle
public String getStyle()
-
setStyle
public void setStyle(String _style)
-
getStyleClass
public String getStyleClass()
-
setStyleClass
public void setStyleClass(String _styleClass)
-
getEmailTo
public String getEmailTo()
-
setEmailTo
public void setEmailTo(String _emailTo)
-
getTwitterUsername
public String getTwitterUsername()
-
setTwitterUsername
public void setTwitterUsername(String _twitterUsername)
-
getTwitterHashtags
public String getTwitterHashtags()
-
setTwitterHashtags
public void setTwitterHashtags(String _twitterHashtags)
-
getPinterestMedia
public String getPinterestMedia()
-
setPinterestMedia
public void setPinterestMedia(String _pinterestMedia)
-
getOnclick
public String getOnclick()
-
setOnclick
public void setOnclick(String _onclick)
-
getOnmouseenter
public String getOnmouseenter()
-
setOnmouseenter
public void setOnmouseenter(String _onmouseenter)
-
getOnmouseleave
public String getOnmouseleave()
-
setOnmouseleave
public void setOnmouseleave(String _onmouseleave)
-
-