@DefaultAnnotation(value=org.checkerframework.checker.nullness.qual.NonNull.class)
HasDisplayData
for annotating components
which provide display data
used within
UIs and diagnostic tools.See: Description
Interface | Description |
---|---|
DisplayData.Builder |
Utility to build up display data from a component and its included subcomponents.
|
HasDisplayData |
Marker interface for
PTransforms and components to specify display data used
within UIs and diagnostic tools. |
Class | Description |
---|---|
DisplayData |
Static display data associated with a pipeline component.
|
DisplayData.Identifier |
Unique identifier for a display data item within a component.
|
DisplayData.Item |
Items are the unit of display data. |
DisplayData.ItemSpec<T> |
Specifies an
DisplayData.Item to register as display data. |
DisplayData.Path |
Structured path of registered display data within a component hierarchy.
|
Enum | Description |
---|---|
DisplayData.Type |
Display data type.
|
HasDisplayData
for annotating components
which provide display data
used within
UIs and diagnostic tools.HasDisplayData