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 Details
-
getValue
-
isChecked
public boolean isChecked() -
getSelectedIndices
public int[] getSelectedIndices() -
fromString
-
fromBoolean
-
fromList
-