public class UISunburstNode
extends org.apache.myfaces.trinidad.component.UIXComponentBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
_TEMPLATE_KEY |
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 |
DRILLING_KEY |
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_H_ALIGN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
RADIUS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTABLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY |
| Constructor and Description |
|---|
UISunburstNode()
Constructs an instance of UISunburstNode.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getDrilling()
Returns the type of drilling enabled on this node.
|
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 |
getLabel()
Returns the label for this node.
|
java.lang.String |
getLabelDisplay()
Returns the label display behavior for leaf nodes.
|
java.lang.String |
getLabelHAlign()
Returns the label alignment.
|
java.lang.String |
getLabelStyle()
Returns the font style for labels displayed within this node.
|
java.lang.Number |
getRadius()
Returns the radius for the node.
|
java.lang.String |
getRendererType() |
java.lang.String |
getSelectable()
Specifies whether or not the node will be selectable.
|
java.lang.String |
getShortDesc()
Returns the short description of this component.
|
java.lang.Number |
getValue()
Returns the value of this sunburst node.
|
void |
setDrilling(java.lang.String drilling)
Specifies the type of drilling enabled on this 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 |
setLabel(java.lang.String text)
Specifies the label for this node.
|
void |
setLabelDisplay(java.lang.String labelDisplay)
Specifies the label display behavior for leaf nodes.
|
void |
setLabelHAlign(java.lang.String labelHalign)
Specifies the label alignment.
|
void |
setLabelStyle(java.lang.String labelStyle)
Sets the font style for labels displayed within this node.
|
void |
setRadius(java.lang.Number radius)
Specifies the radius of the node relative to the other nodes.
|
void |
setSelectable(java.lang.String selectable)
Returns whether or not the node will be selectable.
|
void |
setShortDesc(java.lang.String shortDesc)
Sets the short description of this component.
|
void |
setValue(java.lang.Number value)
Sets the value of this sunburst node.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, 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, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic 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 LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_DISPLAY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_H_ALIGN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRILLING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RADIUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTABLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey _TEMPLATE_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
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.Number getValue()
public final void setValue(java.lang.Number 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 getLabelHAlign()
public final void setLabelHAlign(java.lang.String labelHalign)
labelHalign - the label alignmentpublic 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 getLabel()
public final void setLabel(java.lang.String text)
text - the label for this nodepublic final java.lang.String getDrilling()
public final void setDrilling(java.lang.String drilling)
drilling - the drilling typepublic final java.lang.Number getRadius()
public final void setRadius(java.lang.Number radius)
radius - the radius of the node relative to the other nodes.public final java.lang.String getSelectable()
public final void setSelectable(java.lang.String selectable)
selectable - the selectability setting for this node