public interface AttributeReadTrimValue
trimValue
state of an object.Modifier and Type | Method and Description |
---|---|
boolean |
isTrimValue()
|
boolean isTrimValue()
value
of this object should be automatically trimmed
. The default value is
true
. E.g. if a text field widget supports this property and it is true
the
value entered by the end-user will automatically be trimmed
. If you want prevent
this (e.g. if the end-user shall provide a separator, indentation, substitution variable, or the like)
you need to set
it to false
.Copyright © 2001–2016 mmm-Team. All rights reserved.