public abstract class ContentNode extends ChartNode
ChartNode
and is a base class for nodes containing business data. This class is abstract and should not be directly used
in your application.Modifier and Type | Field and Description |
---|---|
RadSize |
desiredSize
Holds the desired size of the current
ContentNode . |
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
ContentNode() |
Modifier and Type | Method and Description |
---|---|
Object |
getContent()
Gets the provided business data associated with this
ContentNode . |
void |
setContent(Object value)
Sets the provided business data to this
ContentNode . |
applyLayoutRounding, arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, getPresenter, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public RadSize desiredSize
ContentNode
.public Object getContent()
ContentNode
.public void setContent(Object value)
ContentNode
.value
- the business data.