Class FormFieldState
- java.lang.Object
-
- com.openhtmltopdf.simple.extend.form.FormFieldState
-
public class FormFieldState extends Object
-
-
Method Summary
Modifier and Type Method Description static FormFieldStatefromBoolean(boolean b)static FormFieldStatefromList(List list)static FormFieldStatefromString(String s)int[]getSelectedIndices()StringgetValue()booleanisChecked()
-
-
-
Method Detail
-
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)
-
-