Uses of Enum Class
it.tidalwave.ui.core.PanelGroupControl.Options
-
Uses of PanelGroupControl.Options in it.tidalwave.ui.core
Modifier and TypeMethodDescriptionstatic PanelGroupControl.Options
Returns the enum constant of this class with the specified name.static PanelGroupControl.Options[]
PanelGroupControl.Options.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPanelGroupControl.Configuration.withGroup
(PanelGroupControl.Group group, T topContainer, PanelGroupControl.Options... groupOptions) Specifies the configuration for a group.final PanelGroupControl.Configuration
<T> PanelGroupControl.Configuration.withOptions
(PanelGroupControl.Options... options) Specifies global configurationPanelGroupControl.Options
that are applied to all groups. -
Uses of PanelGroupControl.Options in it.tidalwave.ui.core.spi
Modifier and TypeMethodDescriptionprotected abstract void
PanelGroupControlSupport.assemble
(PanelGroupControl.Group group, List<? extends PanelGroupProvider<S>> panelProviders, T topContainer, Map<PanelGroupControl.Group, List<PanelGroupControl.Options>> groupOptions, List<PanelGroupControl.Options> options) Assemble a set of panes for the given group.