public interface ITextBox
TextBox
type but not endorsed under any of the
interfaces implemented by TextBox
.Modifier and Type | Method and Description |
---|---|
int |
getMaxLength()
Gets the maximum allowable length of the text box.
|
int |
getVisibleLength()
Gets the number of visible characters in the text box.
|
void |
setMaxLength(int length)
Sets the maximum allowable length of the text box.
|
void |
setVisibleLength(int length)
Sets the number of visible characters in the text box.
|
int getMaxLength()
int getVisibleLength()
void setMaxLength(int length)
length
- the maximum length, in charactersvoid setVisibleLength(int length)
length
- the number of visible charactersCopyright © 2016 com.github.ilyes4j. All rights reserved.