Modifier and Type | Interface and Description |
---|---|
interface |
Group<G extends Group<G>>
Represents the metadata for grouping form components.
|
Modifier and Type | Method and Description |
---|---|
default Group<?> |
Form.getGroup(String id) |
Modifier and Type | Method and Description |
---|---|
default Optional<Group<?>> |
Form.findGroup(String id) |
Modifier and Type | Method and Description |
---|---|
default F |
Form.addGroup(Group<?> group) |
default F |
Form.addGroup(String id,
Group<?> group) |
Modifier and Type | Method and Description |
---|---|
default F |
Form.group(String id,
UnaryOperator<Group<?>> fn) |
Modifier and Type | Method and Description |
---|---|
default Group<?> |
FormAction.getGroup(String id) |
Modifier and Type | Method and Description |
---|---|
default Optional<Group<?>> |
FormAction.findGroup(String id) |
Modifier and Type | Method and Description |
---|---|
default A |
FormAction.addGroup(Group<?> group) |
default A |
FormAction.addGroup(String id,
Group<?> group) |
default A |
ImportGridAction.addImportGridInfoGroup(Group<?> group)
Adds the group for additional information.
|
Modifier and Type | Method and Description |
---|---|
default A |
FormAction.group(String id,
UnaryOperator<Group<?>> fn) |
default A |
ImportGridAction.importGridInfoGroup(UnaryOperator<Group<?>> fn)
Adds the collapsible group for additional information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollapsibleGroup<G extends CollapsibleGroup<G>> |
interface |
ControlGroup<G extends ControlGroup<G>> |
interface |
InlineGroup<G extends InlineGroup<G>>
TThis group is used to render the components in one line.
|
interface |
LinkGroup<G extends LinkGroup<G>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroup<G extends AbstractGroup<G>> |
class |
DefaultBasicGroup |
class |
DefaultCollapsibleGroup |
class |
DefaultControlGroup |
class |
DefaultGroup |
class |
DefaultInlineGroup
The default implementation for the
InlineGroup . |
class |
DefaultLinkGroup |
Constructor and Description |
---|
AbstractGroup(Group<?> component) |
DefaultBasicGroup(Group<?> component) |
DefaultGroup(Group<?> component) |
Modifier and Type | Method and Description |
---|---|
default V |
EntityFormView.addSecondaryGroup(Group<?> group) |
default V |
EntityFormView.addSecondaryGroup(String id,
Group<?> group) |
Copyright © 2021. All rights reserved.