-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.flowui.facet.settings.Settings
as
-
-
Constructor Details
-
JmixDetailsSettings
public JmixDetailsSettings()
-
Method Details
-
getId
@Nullable
public String getId()
- Specified by:
getId
in interface Settings
- Returns:
- id of settings or
null
if not set
-
setId
public void setId(@Nullable
String id)
Description copied from interface: Settings
Sets an id of settings.
- Specified by:
setId
in interface Settings
- Parameters:
id
- id to set
-
getOpened
@Nullable
public Boolean getOpened()
-
setOpened
public void setOpened(Boolean opened)