IviThemeComponentSelectorSelection

constructor(vararg selectedComponent: IviThemeComponent)

Construct this class with a single IviThemeComponent.


constructor(selectedComponents: Collection<IviThemeComponent>)

Construct this class with a collection of IviThemeComponents.


constructor(selectedComponents: Set<IviThemeComponent> = emptySet())

Parameters

selectedComponents

The selected IviThemeComponents. The set may not contain multiple IviThemeComponents that relate to the same IviThemeCategory.