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