Class JmixDetailsSettings
java.lang.Object
io.jmix.flowui.facet.settings.component.JmixDetailsSettings
- All Implemented Interfaces:
Settings
Represents component settings for
Details component.-
Field Details
-
id
-
opened
-
-
Constructor Details
-
JmixDetailsSettings
public JmixDetailsSettings()
-
-
Method Details
-
getId
-
setId
Description copied from interface:SettingsSets an id of settings. -
getOpened
Returns the opened state of theDetailscomponent settings.- Returns:
trueif the component is opened,falseif it is closed, ornullif the state is not defined
-
setOpened
Sets the opened state of theDetailscomponent settings.- Parameters:
opened- the new opened state;trueif the component is opened,falseif it is closed
-