GUI: make data storing in DataItemBundleWidget more explicit
After fixing #362 (closed) here is a simplification of DataItemBundleWidget
class.
Now it stores IntensityDataItem*
and vector of SpecularDataItem*
without any type conversions but does some nullptr checks.
Edited by Mikhail Svechnikov