@Immutable public class View extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
View.Builder
Builder for
View. |
| Modifier and Type | Field and Description |
|---|---|
static View |
DEFAULT
Default
View, which uses the default ViewType and
is writable. |
static View |
DIRECTORY |
| Modifier and Type | Method and Description |
|---|---|
ViewType |
getViewType()
Returns the
ViewType of this gadget which will be rendered. |
boolean |
isWritable()
Returns true if the viewer is allowed to make changes to the gadget
state.
|
Map<String,String> |
paramsAsMap()
Returns an unmodifiable
Map of all view parameters. |
public static final View DEFAULT
View, which uses the default ViewType and
is writable.public static final View DIRECTORY
public ViewType getViewType()
ViewType of this gadget which will be rendered.ViewType to renderpublic boolean isWritable()
Copyright © 2024 Atlassian. All rights reserved.