Class ViewOptions
-
- All Implemented Interfaces:
public final class ViewOptionsOptions for the view in the app
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewOptions.BuilderA builder for ViewOptions.
public final classViewOptions.ColumnSizingpublic final classViewOptions.ColumnVisibility
-
Method Summary
-
-
Method Detail
-
columnOrder
final Optional<List<String>> columnOrder()
-
columnSizing
final Optional<ViewOptions.ColumnSizing> columnSizing()
-
columnVisibility
final Optional<ViewOptions.ColumnVisibility> columnVisibility()
-
_columnOrder
final JsonField<List<String>> _columnOrder()
Returns the raw JSON value of columnOrder.
Unlike columnOrder, this method doesn't throw if the JSON field has an unexpected type.
-
_columnSizing
final JsonField<ViewOptions.ColumnSizing> _columnSizing()
Returns the raw JSON value of columnSizing.
Unlike columnSizing, this method doesn't throw if the JSON field has an unexpected type.
-
_columnVisibility
final JsonField<ViewOptions.ColumnVisibility> _columnVisibility()
Returns the raw JSON value of columnVisibility.
Unlike columnVisibility, this method doesn't throw if the JSON field has an unexpected type.
-
_grouping
final JsonField<String> _grouping()
Returns the raw JSON value of grouping.
Unlike grouping, this method doesn't throw if the JSON field has an unexpected type.
-
_layout
final JsonField<String> _layout()
Returns the raw JSON value of layout.
Unlike layout, this method doesn't throw if the JSON field has an unexpected type.
-
_rowHeight
final JsonField<String> _rowHeight()
Returns the raw JSON value of rowHeight.
Unlike rowHeight, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ViewOptions.Builder toBuilder()
-
validate
final ViewOptions validate()
-
builder
final static ViewOptions.Builder builder()
Returns a mutable builder for constructing an instance of ViewOptions.
-
-
-
-