public class RadioField extends Object
Copyright (c) 2020-2024 xsx All Rights Reserved. x-easypdf-pdfbox is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details.
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isSelected
是否选中
|
protected Size |
size
尺寸
|
protected FormFieldStateStyle |
style
状态样式
|
protected String |
value
选项值
|
Constructor and Description |
---|
RadioField(FormFieldStateStyle style,
Size size,
String value)
有参构造
|
RadioField(FormFieldStateStyle style,
Size size,
String value,
boolean isSelected)
有参构造
|
RadioField(Size size,
String value)
有参构造
|
RadioField(Size size,
String value,
boolean isSelected)
有参构造
|
protected FormFieldStateStyle style
protected Size size
protected String value
protected Boolean isSelected
public RadioField(Size size, String value, boolean isSelected)
size
- 尺寸value
- 选项值isSelected
- 是否选中public RadioField(FormFieldStateStyle style, Size size, String value)
style
- 状态样式size
- 尺寸value
- 选项值public RadioField(FormFieldStateStyle style, Size size, String value, boolean isSelected)
style
- 状态样式size
- 尺寸value
- 选项值isSelected
- 是否选中Copyright © 2024. All rights reserved.