Modifier and Type | Interface and Description |
---|---|
interface |
External<E extends External<E>>
Represents the metadata for an external form component.
|
Modifier and Type | Method and Description |
---|---|
default External<?> |
Form.getExternal(String id) |
Modifier and Type | Method and Description |
---|---|
default Optional<External<?>> |
Form.findExternal(String id) |
Modifier and Type | Method and Description |
---|---|
default F |
Form.addExternal(External<?> external) |
default F |
Form.addExternal(String id,
External<?> external) |
Modifier and Type | Method and Description |
---|---|
default F |
Form.external(String id,
UnaryOperator<External<?>> fn) |
Modifier and Type | Method and Description |
---|---|
default External<?> |
FormAction.getExternal(String id) |
Modifier and Type | Method and Description |
---|---|
default Optional<External<?>> |
ImportGridAction.findDownloadImportFileExampleLink()
Searches the link to download the import example file.
|
default Optional<External<?>> |
FormAction.findExternal(String id) |
Modifier and Type | Method and Description |
---|---|
default A |
FormAction.addExternal(External<?> external) |
default A |
FormAction.addExternal(String id,
External<?> external) |
Modifier and Type | Method and Description |
---|---|
default A |
FormAction.external(String id,
UnaryOperator<External<?>> fn) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportHistoryGridExternal<E extends ExportHistoryGridExternal<E>>
The grid view that is used to add the export history to the
UpdateEntityView . |
interface |
GridExternal<E extends GridExternal<E>>
Represents the metadata for a grid that provides a view of external data related to the form it
resides within.
|
interface |
LinkExternal<E extends LinkExternal<E>>
The external component that is used to build the HTML links.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExternal<E extends AbstractExternal<E>>
The abstract external component specification.
|
class |
DefaultExportHistoryGridExternal
The default implementation for
ExportHistoryGridExternal . |
class |
DefaultExternal |
class |
DefaultGridExternal |
class |
DefaultLinkExternal
The default implementation for
LinkExternal . |
class |
DefaultTreeExternal |
Constructor and Description |
---|
AbstractExternal(External<?> component) |
Modifier and Type | Interface and Description |
---|---|
interface |
TreeExternal<E extends TreeExternal<E>> |
Copyright © 2021. All rights reserved.