Package io.jmix.flowui.facet.settings
Interface ViewSettings
- All Superinterfaces:
UiComponentSettings<ViewSettings>
- All Known Implementing Classes:
AbstractViewSettings,ViewSettingsJson
Base interface for classes that collect component settings from
View. It provides an API for
putting, getting, and removing settings.-
Method Summary
Modifier and TypeMethodDescriptiondefault StringDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface io.jmix.flowui.facet.settings.UiComponentSettings
delete, delete, getBoolean, getDouble, getInteger, getLong, getSettings, getSettingsOrCreate, getString, initialize, isModified, put, put, put, put, put, put, serialize, setModified
-
Method Details
-
getViewId
Deprecated, for removal: This API element is subject to removal in a future version.usegetOwnerId()instead- Returns:
- a
Viewid to which settings are corresponded
-
getOwnerId
- Specified by:
getOwnerIdin interfaceUiComponentSettings<ViewSettings>- Returns:
- a
Componentid to which settings are corresponded
-
getOwnerId()instead