Class JmixDetailsSettings

java.lang.Object
io.jmix.flowui.facet.settings.component.JmixDetailsSettings
All Implemented Interfaces:
Settings

public class JmixDetailsSettings extends Object implements Settings
Represents component settings for Details component.
  • Field Details

  • 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()
      Returns the opened state of the Details component settings.
      Returns:
      true if the component is opened, false if it is closed, or null if the state is not defined
    • setOpened

      public void setOpened(Boolean opened)
      Sets the opened state of the Details component settings.
      Parameters:
      opened - the new opened state; true if the component is opened, false if it is closed