Class CheckboxList.CheckboxModel

java.lang.Object
com.bluersw.model.CheckboxList.CheckboxModel
Enclosing class:
CheckboxList

@ExportedBean(defaultVisibility=999) public static final class CheckboxList.CheckboxModel extends Object
复选框数据模型定义 Checkbox data model definition
  • Field Details

    • name

      @Exported public String name
    • value

      @Exported public String value
    • checked

      @Exported public String checked
  • Constructor Details