Package io.deephaven.appmode
Class StandardField<T>
java.lang.Object
io.deephaven.appmode.StandardField<T>
- All Implemented Interfaces:
Field<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAn optional description for users who want to improve exploration of an existing application state.abstract String
name()
A human readable name for this field.static <T> Field<T>
static <T> Field<T>
abstract T
value()
Retrieve the instance that this field references.
-
Constructor Details
-
StandardField
public StandardField()
-
-
Method Details
-
of
-
of
-
name
Description copied from interface:Field
A human readable name for this field. Often used to label the web-ui tab. -
value
Description copied from interface:Field
Retrieve the instance that this field references. -
description
Description copied from interface:Field
An optional description for users who want to improve exploration of an existing application state.- Specified by:
description
in interfaceField<T>
-