public PieDataItemWrapper(PieDataItem dataItemOptions)
Constructor. Creates a new instance of a PieDataItemWrapper class that
is representing a dvt:pieDataItem tag. The PieDataItem options class
is a property bag allowing users to manipulate the available properties
on the dvt:pieDataItem tag. The get/set methods exposed in this class
are convenience methods allowing users to work with standard AttributeDefinitions
when stamping out data items.
public void setLabel(java.util.List<oracle.binding.meta.AttributeDefinition> label)
Sets a List of AttributeDefinitions that will be used by the Binder to set the
label attribute of a dvt:pieDataItem tag. Labels are the slices that varies by color.
Parameters:
label -
getLabel
public java.util.List<oracle.binding.meta.AttributeDefinition> getLabel()
Returns a List of AttributeDefinitions if such definition was used to specify
the label attribute of a dvt:pieDataItem tag. Labels are the slices that varies by color.