Uses of Interface
it.tidalwave.ui.core.PanelGroupControl.Group
-
Uses of PanelGroupControl.Group in it.tidalwave.ui.core
Modifier and TypeMethodDescriptionPanelGroupProvider.getGroup()
Returns the placement of this piece of the User Interface.Modifier and TypeMethodDescriptionPanelGroupControl.Configuration.withGroup
(PanelGroupControl.Group group, T topContainer, PanelGroupControl.Options... groupOptions) Specifies the configuration for a group. -
Uses of PanelGroupControl.Group in it.tidalwave.ui.core.message
ModifierConstructorDescriptionPanelHiddenNotification
(Object target, PanelGroupControl.Group group) PanelShownNotification
(Object target, PanelGroupControl.Group group) -
Uses of PanelGroupControl.Group 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.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.ModifierConstructorDescriptionprotected
PanelGroupProviderSupport
(PanelGroupControl.Group group, String label, Object presentation, Supplier<T> supplier) Creates a new instance with the given parameter.