Package io.jmix.ui.component
Interface HasTablePresentations
- All Known Subinterfaces:
GroupTable<E>
,Table<E>
,TreeTable<E>
- All Known Implementing Classes:
AbstractTable
,GroupTableImpl
,TableImpl
,TreeTableImpl
public interface HasTablePresentations
Component having presentations.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
setDefaultSettings
(SettingsWrapper wrapper) Sets default settings for a component.
-
Method Details
-
resetPresentation
void resetPresentation() -
loadPresentations
void loadPresentations() -
getPresentations
-
applyPresentation
-
applyPresentationAsDefault
-
getDefaultPresentationId
-
setDefaultSettings
Sets default settings for a component. When the presentation is reset it will be applied for the component.- Parameters:
wrapper
- settings wrapper
-
getDefaultSettings
- Returns:
- default settings for a component or null if not set
-