public interface AttributeWriteSelectionMode extends AttributeReadSelectionMode
selection mode
of an object.setSelectionMode(net.sf.mmm.client.ui.api.common.SelectionMode)
Modifier and Type | Method and Description |
---|---|
void |
setSelectionMode(SelectionMode selectionMode)
This method sets the
selection mode . |
getSelectionMode
void setSelectionMode(SelectionMode selectionMode)
selection mode
. SelectionMode
immediately after creating the object. The initial
default is always SelectionMode.SINGLE_SELECTION
. Dynamically changing the SelectionMode
may be expensive or not be supported (in exotic implementations) and should therefore be avoided.selectionMode
- is the new SelectionMode
.Copyright © 2001–2016 mmm-Team. All rights reserved.