public class ViewSettings extends Settings implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected LayoutOptions |
_layout |
protected LayoutStyle |
_style |
static String |
FIELD_LAYOUT |
static String |
FIELD_STYLE |
| Constructor and Description |
|---|
ViewSettings() |
| Modifier and Type | Method and Description |
|---|---|
LayoutOptions |
getLayout() |
LayoutStyle |
getStyle() |
ViewSettings |
safeSetLayout(LayoutOptions value) |
ViewSettings |
safeSetStyle(LayoutStyle value) |
ViewSettings |
setLayout(LayoutOptions value) |
ViewSettings |
setStyle(LayoutStyle value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_LAYOUT
public static final String FIELD_STYLE
protected LayoutOptions _layout
protected LayoutStyle _style
public ViewSettings setLayout(LayoutOptions value)
public ViewSettings safeSetLayout(LayoutOptions value)
public LayoutOptions getLayout()
public ViewSettings setStyle(LayoutStyle value)
public ViewSettings safeSetStyle(LayoutStyle value)
public LayoutStyle getStyle()
Copyright 2022 OneSpan All rights reserved.