Class BarDatasetOptionsHandler


  • public final class BarDatasetOptionsHandler
    extends PropertyHandler<IsDefaultTypedDataset>
    Manages the BAR dataset properties of options in order to use the same logic between datasets and options/configuration.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • BarDatasetOptionsHandler

        public BarDatasetOptionsHandler​(AbstractNode parent,
                                        IsDefaultTypedDataset defaultValues,
                                        DataEnvelop<NativeObject> envelop)
        Creates an bar options handler with an envelop of the native object where properties must be managed and the default value to use when the property does not exist.
        Parameters:
        parent - model which contains the options handler.
        defaultValues - default value of options properties to use when the properties do not exist
        envelop - envelop of native object where bar options properties must be managed