Arthas UI
Toggle table of contents
0.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
Arthas UI
Arthas UI
/
io.github.vudsen.arthasui.api.ui
/
FormComponent
Form
Component
interface
FormComponent
<
T
>
Inheritors
AbstractFormComponent
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
)
:
T
?
验证表单并返回结果,如果非空,表示表单验证通过
get
Component
Link copied to clipboard
abstract
fun
getComponent
(
)
:
JComponent
获取组件. 对于多次调用,必须返回相同的组件
is
Modified
Link copied to clipboard
abstract
fun
isModified
(
)
:
Boolean
是否有修改