Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.simple.extend.form
Class FormFieldState

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

public class FormFieldState
extends java.lang.Object


Method Summary
static FormFieldState fromBoolean(boolean b)
           
static FormFieldState fromList(java.util.List list)
           
static FormFieldState fromString(java.lang.String s)
           
 int[] getSelectedIndices()
           
 java.lang.String getValue()
           
 boolean isChecked()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 Release ${app.version}

Flying Saucer Project Home