org.ofbiz.widget.form
Class ModelFormField.CheckField

java.lang.Object
  extended by org.ofbiz.widget.form.ModelFormField.FieldInfo
      extended by org.ofbiz.widget.form.ModelFormField.FieldInfoWithOptions
          extended by org.ofbiz.widget.form.ModelFormField.CheckField
Enclosing class:
ModelFormField

public static class ModelFormField.CheckField
extends ModelFormField.FieldInfoWithOptions


Field Summary
protected  FlexibleStringExpander allChecked
           
static java.lang.String ROW_SUBMIT_FIELD_NAME
           
 
Fields inherited from class org.ofbiz.widget.form.ModelFormField.FieldInfoWithOptions
noCurrentSelectedKey, optionSources
 
Fields inherited from class org.ofbiz.widget.form.ModelFormField.FieldInfo
CHECK, DATE_TIME, DATEQBE, DISPLAY, DISPLAY_ENTITY, DROP_DOWN, fieldSource, fieldType, fieldTypeByName, FILE, HIDDEN, HYPERLINK, IGNORED, IMAGE, LOOKUP, modelFormField, PASSWORD, RADIO, RANGEQBE, RESET, SOURCE_AUTO_ENTITY, SOURCE_AUTO_SERVICE, SOURCE_EXPLICIT, SUBMIT, TEXT, TEXTAREA, TEXTQBE
 
Constructor Summary
protected ModelFormField.CheckField()
           
  ModelFormField.CheckField(org.w3c.dom.Element element, ModelFormField modelFormField)
           
  ModelFormField.CheckField(int fieldSource, ModelFormField modelFormField)
           
  ModelFormField.CheckField(ModelFormField modelFormField)
           
 
Method Summary
 java.lang.Boolean isAllChecked(java.util.Map<java.lang.String,java.lang.Object> context)
           
 void renderFieldString(java.lang.Appendable writer, java.util.Map<java.lang.String,java.lang.Object> context, FormStringRenderer formStringRenderer)
           
 
Methods inherited from class org.ofbiz.widget.form.ModelFormField.FieldInfoWithOptions
addOptionSource, getAllOptionValues, getDescriptionForOptionKey, getNoCurrentSelectedKey, setNoCurrentSelectedKey
 
Methods inherited from class org.ofbiz.widget.form.ModelFormField.FieldInfo
findFieldTypeFromName, getFieldSource, getFieldType, getModelFormField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROW_SUBMIT_FIELD_NAME

public static final java.lang.String ROW_SUBMIT_FIELD_NAME
See Also:
Constant Field Values

allChecked

protected FlexibleStringExpander allChecked
Constructor Detail

ModelFormField.CheckField

protected ModelFormField.CheckField()

ModelFormField.CheckField

public ModelFormField.CheckField(ModelFormField modelFormField)

ModelFormField.CheckField

public ModelFormField.CheckField(int fieldSource,
                                 ModelFormField modelFormField)

ModelFormField.CheckField

public ModelFormField.CheckField(org.w3c.dom.Element element,
                                 ModelFormField modelFormField)
Method Detail

renderFieldString

public void renderFieldString(java.lang.Appendable writer,
                              java.util.Map<java.lang.String,java.lang.Object> context,
                              FormStringRenderer formStringRenderer)
                       throws java.io.IOException
Specified by:
renderFieldString in class ModelFormField.FieldInfo
Throws:
java.io.IOException

isAllChecked

public java.lang.Boolean isAllChecked(java.util.Map<java.lang.String,java.lang.Object> context)