public class TextPropertyEditorSupport extends PropertyEditorSupport
| 限定符 | 构造器和说明 |
|---|---|
protected |
TextPropertyEditorSupport() |
protected |
TextPropertyEditorSupport(Object source) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setAsText(String text)
Sets the property value by parsing a given String.
|
protected TextPropertyEditorSupport(Object source)
protected TextPropertyEditorSupport()
public void setAsText(String text)
setAsText 在接口中 PropertyEditorsetAsText 在类中 PropertyEditorSupporttext - The string to be parsed.Copyright © 2022. All rights reserved.