public interface UiMode
VIEW
or
in the mode EDIT
. Modifier and Type | Field and Description |
---|---|
static UiMode |
EDIT
The mode to edit content.
|
static Set<UiMode> |
SET_EDIT
|
static Set<UiMode> |
SET_VIEW
|
static Set<UiMode> |
SET_VIEW_AND_EDIT
|
static UiMode |
VIEW
The mode to show content in a read-only view.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEditable()
This method determines if this mode allows the end-user to modify values.
|
static final UiMode VIEW
static final UiMode EDIT
boolean isEditable()
true
if this UiMode
allows editing, false
otherwise (if the
end-user can not modify values in this mode).Copyright © 2001–2016 mmm-Team. All rights reserved.