public interface AttributeWriteMaximumTextLength extends AttributeReadMaximumTextLength
maximum text length
of an
object.Modifier and Type | Method and Description |
---|---|
void |
setMaximumTextLength(int length)
This method sets the
maximum text length of this object. |
getMaximumTextLength
void setMaximumTextLength(int length)
maximum text length
of this object. length
- is the new maximum text length
to set. Use
Integer.MAX_VALUE
to unset.Copyright © 2001–2016 mmm-Team. All rights reserved.