open class CharArrayPropertyEditor : PropertyEditorSupport
Editor for char arrays. Strings will simply be converted to their corresponding char representations.
Author
Juergen Hoeller
Since
1.2.8
See Also
String#toCharArray()
CharArrayPropertyEditor()
Editor for char arrays. Strings will simply be converted to their corresponding char representations. |
open fun getAsText(): String |
|
open fun setAsText(text: String): Unit |