Class FormFieldState

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

public class FormFieldState extends Object
  • 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 list)