|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.openfaces.component.chart.PieSectorProperties
public class PieSectorProperties
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
PieSectorProperties()
|
Method Summary | |
---|---|
StyledComponent[] |
getComponentsChain()
|
ChartViewValueExpression |
getDynamicCondition()
|
java.lang.String |
getHint()
|
java.lang.Float |
getPulled()
|
java.lang.String |
getStyle()
|
StyleObjectModel |
getStyleObjectModel()
|
java.lang.String |
getTextStyle()
|
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object object)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setDynamicCondition(ChartViewValueExpression dynamicTooltip)
|
void |
setParent(javax.faces.component.UIComponent uiComponent)
|
void |
setPulled(java.lang.Float pulled)
|
void |
setStyle(java.lang.String style)
|
void |
setTextStyle(java.lang.String style)
|
Methods inherited from class javax.faces.component.UIOutput |
---|
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, setConverter, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public PieSectorProperties()
Method Detail |
---|
public ChartViewValueExpression getDynamicCondition()
public void setDynamicCondition(ChartViewValueExpression dynamicTooltip)
public java.lang.Float getPulled()
public void setPulled(java.lang.Float pulled)
public java.lang.String getTextStyle()
getTextStyle
in interface StyledComponent
public void setTextStyle(java.lang.String style)
setTextStyle
in interface StyledComponent
public void setStyle(java.lang.String style)
public java.lang.String getStyle()
public void setParent(javax.faces.component.UIComponent uiComponent)
setParent
in class javax.faces.component.UIComponentBase
public StyleObjectModel getStyleObjectModel()
getStyleObjectModel
in interface StyledComponent
public StyledComponent[] getComponentsChain()
getComponentsChain
in interface StyledComponent
public java.lang.String getHint()
getHint
in interface StyledComponent
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIOutput
public void restoreState(javax.faces.context.FacesContext facesContext, java.lang.Object object)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIOutput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |