Class FormFieldState
- java.lang.Object
-
- org.xhtmlrenderer.simple.extend.form.FormFieldState
-
public class FormFieldState extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormFieldStatefromBoolean(boolean b)static FormFieldStatefromList(List<Integer> 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<Integer> list)
-
-