Package com.bluersw

Class CheckboxParameterValue

All Implemented Interfaces:
Serializable

public class CheckboxParameterValue extends StringParameterValue
用户勾选复选框的值,用","分割的字符串 The user selects the value of the check box, and the string separated by ","
Author:
sunweisheng
See Also:
  • Constructor Details

    • CheckboxParameterValue

      @DataBoundConstructor public CheckboxParameterValue(String name, String value)