PropertyEditorpublic class LocaleEditor extends PropertyEditorSupport
| 构造器 | 说明 |
|---|---|
LocaleEditor() |
Default LocaleEditor constructor.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
String |
getAsText() |
Returns the locale string as text.
|
String[] |
getTags() |
Returns the locale strings.
|
void |
setAsText(String text) |
Sets the locale strings as text and invokes setValue( locale ).
|
public String[] getTags()
getTags 在接口中 PropertyEditorgetTags 在类中 PropertyEditorSupportpublic void setAsText(String text) throws IllegalArgumentException
setAsText 在接口中 PropertyEditorsetAsText 在类中 PropertyEditorSupporttext - the locale string textIllegalArgumentException - not usedpublic String getAsText()
getAsText 在接口中 PropertyEditorgetAsText 在类中 PropertyEditorSupportCopyright © 2019. All rights reserved.