public interface AttributeWriteMode extends AttributeReadMode
Modifier and Type | Method and Description |
---|---|
void |
setMode(UiMode mode)
This method sets the
mode of this object. |
getMode
void setMode(UiMode mode)
mode
of this object. It will change the object to view
or edit
mode. This is a recursive operation that will also apply to all
descendants of this object. If a fixed mode
is set (not
null
), this method will have no effect and recursive calls will stop at this object.mode
- is the new UiMode
to set.Copyright © 2001–2016 mmm-Team. All rights reserved.