Modifier and Type | Interface and Description |
---|---|
interface |
Group<G extends Group<G>>
Represents the metadata for grouping form components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Form<F extends Form<F>>
Represents the metadata for a component whose children are various
FormComponent . |
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
FormView<V extends FormView<V>> |
interface |
SelectTargetEntityFormView<V extends SelectTargetEntityFormView<V>>
Represents the metadata used for a more guided approach for setting up the form components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectTargetEntityFormView<V extends AbstractSelectTargetEntityFormView<V>>
The base class for the form view that is used for a more guided approach for setting up the form
components.
|
class |
DefaultFormView |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityFormView<V extends EntityFormView<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityFormView |
Copyright © 2021. All rights reserved.