Package io.jmix.flowui.facet.settings
Interface Settings
- All Known Implementing Classes:
DataGridSettings,GenericFilterSettings,JmixDetailsSettings,SimplePaginationSettings,TreeDataGridSettings
public interface Settings
Base interface for POJO classes that describe component settings.
See DataGridSettings as an example.
-
Method Summary
-
Method Details
-
getId
- Returns:
- id of settings or
nullif not set
-
setId
Sets an id of settings.- Parameters:
id- id to set
-
as
The convenient method for casting current object to specific settings class.- Type Parameters:
T- type of settings- Returns:
- this object that is cast to specific settings class
-