Class DataSetsWrapperUnion

    • Constructor Detail

      • DataSetsWrapperUnion

        public DataSetsWrapperUnion​(DataSets dataSetsPage,
                                    DataCompositionSchemaDataSetUnion dataSet)
        Constructor
        Parameters:
        dataSetsPage - data sets page, can't be null
        dataSet - data set, can't be null
    • Method Detail

      • notifyRemoveField

        public void notifyRemoveField​(IDataSetWrapper childDataSetWrapper,
                                      IDataSetFieldsWrapper childFieldWrapper)
        Notify about field removed
        Parameters:
        childDataSetWrapper - notifier child data set, can't be null
        childFieldWrapper - field wrapper, can't be null
      • notifySetFieldRestriction

        public void notifySetFieldRestriction​(IDataSetWrapper childDataSetWrapper,
                                              IDataSetFieldsWrapper childFieldWrapper)
        Notify about field restriction changed
        Parameters:
        childDataSetWrapper - notifier child data set, can't be null
        childFieldWrapper - field wrapper, can't be null
      • notifyRemoveFieldRestriction

        public void notifyRemoveFieldRestriction​(IDataSetWrapper childDataSetWrapper,
                                                 IDataSetFieldsWrapper childFieldWrapper)
        Notify about field restriction removed
        Parameters:
        childDataSetWrapper - notifier child data set, can't be null
        childFieldWrapper - field wrapper, can't be null
      • notifyChangeFields

        public void notifyChangeFields()
        Notify about fields changed
      • addChild

        public void addChild​(IDataSetsWrapper dataSetWrapper,
                             boolean moved)
        Add child data set
        Parameters:
        dataSetWrapper - child data set wrapper, can't be null
        moved - whether data set moved
      • removeChild

        public void removeChild​(IDataSetsWrapper dataSetsWrapper)
        Remove child data set
        Parameters:
        dataSetsWrapper - child data set wrapper, can't be null