Class Legend
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- org.primefaces.extensions.component.legend.Legend
-
- All Implemented Interfaces:
java.util.EventListener,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 Legend extends javax.faces.component.UIComponentBase implements org.primefaces.component.api.WidgetLegendcomponent.- Since:
- 7.1
- Author:
- Melloware mellowaredev@gmail.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classLegend.PropertyKeys
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMPONENT_FAMILYstatic java.lang.StringCOMPONENT_TYPEstatic java.lang.StringFOOTER_STYLEstatic java.lang.StringLABELS_STYLEstatic java.lang.StringSCALE_STYLEstatic java.lang.StringSTYLE_CLASS_HORIZONTALstatic java.lang.StringSTYLE_CLASS_VERTICALstatic java.lang.StringTITLE_STYLE
-
Constructor Summary
Constructors Constructor Description Legend()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFamily()java.lang.StringgetFooter()java.lang.StringgetLayout()java.lang.StringgetStyle()java.lang.StringgetStyleClass()java.lang.StringgetTitle()java.util.Map<java.lang.String,java.lang.String>getValues()voidsetFooter(java.lang.String footer)voidsetLayout(java.lang.String layout)voidsetStyle(java.lang.String _style)voidsetStyleClass(java.lang.String _styleClass)voidsetTitle(java.lang.String title)voidsetValues(java.util.Map<java.lang.String,java.lang.String> map)-
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
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
-
STYLE_CLASS_VERTICAL
public static final java.lang.String STYLE_CLASS_VERTICAL
- See Also:
- Constant Field Values
-
STYLE_CLASS_HORIZONTAL
public static final java.lang.String STYLE_CLASS_HORIZONTAL
- See Also:
- Constant Field Values
-
SCALE_STYLE
public static final java.lang.String SCALE_STYLE
- See Also:
- Constant Field Values
-
LABELS_STYLE
public static final java.lang.String LABELS_STYLE
- See Also:
- Constant Field Values
-
TITLE_STYLE
public static final java.lang.String TITLE_STYLE
- See Also:
- Constant Field Values
-
FOOTER_STYLE
public static final java.lang.String FOOTER_STYLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFamily
public java.lang.String getFamily()
- Specified by:
getFamilyin classjavax.faces.component.UIComponent
-
getLayout
public java.lang.String getLayout()
-
setLayout
public void setLayout(java.lang.String layout)
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
getFooter
public java.lang.String getFooter()
-
setFooter
public void setFooter(java.lang.String footer)
-
getStyle
public java.lang.String getStyle()
-
setStyle
public void setStyle(java.lang.String _style)
-
getStyleClass
public java.lang.String getStyleClass()
-
setStyleClass
public void setStyleClass(java.lang.String _styleClass)
-
getValues
public java.util.Map<java.lang.String,java.lang.String> getValues()
-
setValues
public void setValues(java.util.Map<java.lang.String,java.lang.String> map)
-
-