Package io.jmix.ui.presentation.model
Interface TablePresentation
- All Known Implementing Classes:
UiTablePresentation
public interface TablePresentation
Base interface for Presentation entity.
Note that by default, UI does not provide persistence functionality for presentations. To save/load presentations add corresponding add-on.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetAutoSave(Boolean autoSave) voidsetComponentId(String componentId) voidsetIsDefault(Boolean isDefault) voidvoidsetSettings(String settings) voidsetUsername(String username)
-
Method Details
-
getName
-
setName
-
getSettings
-
setSettings
-
getUsername
-
setUsername
-
getIsDefault
-
setIsDefault
-
getAutoSave
-
setAutoSave
-
setComponentId
-