org.openfaces.component.chart
Class LineProperties
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.openfaces.component.chart.LineProperties
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, StyledComponent
public class LineProperties
- extends javax.faces.component.UIOutput
- implements StyledComponent
Fields inherited from class javax.faces.component.UIOutput |
COMPONENT_FAMILY, 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 |
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 |
LineProperties
public LineProperties()
getDynamicCondition
public ChartViewValueExpression getDynamicCondition()
setDynamicCondition
public void setDynamicCondition(ChartViewValueExpression dynamicCondition)
getShapesVisible
public java.lang.Boolean getShapesVisible()
getShowInLegend
public java.lang.Boolean getShowInLegend()
getHideSeries
public java.lang.Boolean getHideSeries()
getLabelsVisible
public java.lang.Boolean getLabelsVisible()
setShapesVisible
public void setShapesVisible(java.lang.Boolean shapesVisible)
setShowInLegend
public void setShowInLegend(java.lang.Boolean showInLegend)
setHideSeries
public void setHideSeries(java.lang.Boolean hideSeries)
setLabelsVisible
public void setLabelsVisible(java.lang.Boolean labelsVisible)
getTextStyle
public java.lang.String getTextStyle()
- Specified by:
getTextStyle
in interface StyledComponent
setTextStyle
public void setTextStyle(java.lang.String style)
- Specified by:
setTextStyle
in interface StyledComponent
setStyle
public void setStyle(java.lang.String style)
getStyle
public java.lang.String getStyle()
setParent
public void setParent(javax.faces.component.UIComponent uiComponent)
- Overrides:
setParent
in class javax.faces.component.UIComponentBase
getStyleObjectModel
public StyleObjectModel getStyleObjectModel()
- Specified by:
getStyleObjectModel
in interface StyledComponent
getComponentsChain
public StyledComponent[] getComponentsChain()
- Specified by:
getComponentsChain
in interface StyledComponent
getHint
public java.lang.String getHint()
- Specified by:
getHint
in interface StyledComponent
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIOutput
restoreState
public void restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object object)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIOutput
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.