| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.sunburst.UISunburstNode
public class UISunburstNode
A child of the Sunburst component. The sunburst node displays two dimensions of data through its size and color.
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey | 
CLIENT_LISTENERS_KEY
 | 
static java.lang.String | 
COMPONENT_FAMILY
 | 
static java.lang.String | 
COMPONENT_TYPE
 | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
FILL_COLOR_KEY
 | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
FILL_PATTERN_KEY
 | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
LABEL_DISPLAY_KEY
 | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
LABEL_STYLE_KEY
 | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
SHORT_DESC_KEY
 | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
TEXT_KEY
 | 
static org.apache.myfaces.trinidad.bean.FacesBean.Type | 
TYPE
 | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
VALUE_KEY
 | 
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase | 
|---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY | 
| Fields inherited from class javax.faces.component.UIComponent | 
|---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY | 
| Constructor Summary | |
|---|---|
UISunburstNode()
Constructs an instance of UISunburstNode.  | 
|
| Method Summary | |
|---|---|
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type | 
getBeanType()
 | 
 java.lang.String | 
getFamily()
 | 
 java.awt.Color | 
getFillColor()
Returns the fill color of this area.  | 
 java.lang.String | 
getFillPattern()
Returns the built-in pattern used to fill this node.  | 
 java.lang.String | 
getLabelDisplay()
Returns the label display behavior for leaf nodes.  | 
 java.lang.String | 
getLabelStyle()
Returns the font style for labels displayed within this node.  | 
 java.lang.String | 
getRendererType()
 | 
 java.lang.String | 
getShortDesc()
Returns the short description of this component.  | 
 java.lang.String | 
getText()
Returns the text string for this node.  | 
 java.lang.Object | 
getValue()
Returns the value of this sunburst node.  | 
 void | 
setFillColor(java.awt.Color fillColor)
Sets the fill color of this area.  | 
 void | 
setFillPattern(java.lang.String pattern)
Specifies the built-in pattern used to fill this node.  | 
 void | 
setLabelDisplay(java.lang.String labelDisplay)
Specifies the label display behavior for leaf nodes.  | 
 void | 
setLabelStyle(java.lang.String labelStyle)
Sets the font style for labels displayed within this node.  | 
 void | 
setShortDesc(java.lang.String shortDesc)
Sets the short description of this component.  | 
 void | 
setText(java.lang.String text)
Specifies the text string for this node.  | 
 void | 
setValue(java.lang.Object value)
Sets the value of this sunburst node.  | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase | 
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, subscribeToEvent, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent | 
|---|
addPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree | 
| Methods inherited from class javax.faces.component.UIComponent | 
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FILL_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FILL_PATTERN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_DISPLAY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail | 
|---|
public UISunburstNode()
| Method Detail | 
|---|
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic final java.lang.Object getValue()
public final void setValue(java.lang.Object value)
value - the value of the componentpublic final java.lang.String getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
shortDesc - the short description of this componentpublic final java.awt.Color getFillColor()
public final void setFillColor(java.awt.Color fillColor)
fillColor - the fill color of this areapublic final java.lang.String getFillPattern()
public final void setFillPattern(java.lang.String pattern)
pattern - the pattern used to fill the areapublic final java.lang.String getLabelDisplay()
public final void setLabelDisplay(java.lang.String labelDisplay)
labelDisplay - the label display behavior for leaf nodespublic final java.lang.String getLabelStyle()
public final void setLabelStyle(java.lang.String labelStyle)
labelStyle - the font style for labels displayed within this nodepublic final java.lang.String getText()
public final void setText(java.lang.String text)
text - the text string for this node
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||