org.xhtmlrenderer.simple.extend.form
Class FormFieldState
java.lang.Object
org.xhtmlrenderer.simple.extend.form.FormFieldState
public class FormFieldState
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getValue
public java.lang.String getValue()
isChecked
public boolean isChecked()
getSelectedIndices
public int[] getSelectedIndices()
fromString
public static FormFieldState fromString(java.lang.String s)
fromBoolean
public static FormFieldState fromBoolean(boolean b)
fromList
public static FormFieldState fromList(java.util.List list)
Flying Saucer Project Home