Class FormFieldState

java.lang.Object
org.xhtmlrenderer.simple.extend.form.FormFieldState

public class FormFieldState extends Object
  • Field Details

    • _value

      private final String _value
    • _checked

      private final boolean _checked
    • _selected

      private final int @Nullable [] _selected
  • Constructor Details

    • FormFieldState

      private FormFieldState(String value, boolean checked, int @Nullable [] selected)
  • Method Details

    • getValue

      public String getValue()
    • isChecked

      public boolean isChecked()
    • getSelectedIndices

      public int[] getSelectedIndices()
    • fromString

      public static FormFieldState fromString(String s)
    • fromBoolean

      public static FormFieldState fromBoolean(boolean b)
    • fromList

      public static FormFieldState fromList(List<Integer> list)