public class BooleanEditor extends PropertyEditorSupport
Boolean.| 构造器和说明 |
|---|
BooleanEditor() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getTags() |
void |
setAsText(String text)
Map the argument text into Boolean.TRUE or Boolean.FALSE
using Boolean.valueOf.
|
public void setAsText(String text)
setAsText 在接口中 PropertyEditorsetAsText 在类中 PropertyEditorSupportpublic String[] getTags()
getTags 在接口中 PropertyEditorgetTags 在类中 PropertyEditorSupportCopyright © 2022. All rights reserved.