public class StringArrayEditor extends PropertyEditorSupport
| 构造器和说明 |
|---|
StringArrayEditor() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAsText() |
void |
setAsText(String text)
Build a String[] from comma or eol seperated elements with a \,
representing a ',' to include in the current string element.
|
public void setAsText(String text)
setAsText 在接口中 PropertyEditorsetAsText 在类中 PropertyEditorSupportpublic String getAsText()
getAsText 在接口中 PropertyEditorgetAsText 在类中 PropertyEditorSupportCopyright © 2021. All rights reserved.