InformationPaletteService
Canonical path: NemAll_Python_BaseElements.InformationPaletteService
Implementation of the exposed fill buton for information palette
Methods:
-
FillBaseObjectList
–Execute call of function FillBaseObjectList from InformationPaletteManagerImpl - Open and fill information palette with passed elements
-
SetSettings
–Set settings for information palette (AttributeOrder, VisibleAttributes, ....)
FillBaseObjectList
staticmethod
FillBaseObjectList(document: DocumentAdapter, elements: BaseElementAdapterList)
Execute call of function FillBaseObjectList from InformationPaletteManagerImpl - Open and fill information palette with passed elements
Parameters:
-
document
(DocumentAdapter
) –Element's document
-
elements
(BaseElementAdapterList
) –Passed elements
Returns:
-
–
Call function fill from informationPaletteManagerImpl
SetSettings
staticmethod
SetSettings(settings: InformationPaletteSettingsHelper)
Set settings for information palette (AttributeOrder, VisibleAttributes, ....)
Placeholder