org.ofbiz.widget.form
Class ModelFormField.DisplayEntityField

java.lang.Object
  extended by org.ofbiz.widget.form.ModelFormField.FieldInfo
      extended by org.ofbiz.widget.form.ModelFormField.DisplayField
          extended by org.ofbiz.widget.form.ModelFormField.DisplayEntityField
Enclosing class:
ModelFormField

public static class ModelFormField.DisplayEntityField
extends ModelFormField.DisplayField


Field Summary
protected  boolean cache
           
protected  java.lang.String entityName
           
protected  java.lang.String keyFieldName
           
protected  ModelFormField.SubHyperlink subHyperlink
           
 
Fields inherited from class org.ofbiz.widget.form.ModelFormField.DisplayField
alsoHidden, currency, date, description, inPlaceEditor, type
 
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.DisplayEntityField()
           
  ModelFormField.DisplayEntityField(org.w3c.dom.Element element, ModelFormField modelFormField)
           
  ModelFormField.DisplayEntityField(int fieldSource, ModelFormField modelFormField)
           
  ModelFormField.DisplayEntityField(ModelFormField modelFormField)
           
 
Method Summary
 java.lang.String getDescription(java.util.Map<java.lang.String,java.lang.Object> context)
           
 ModelFormField.SubHyperlink getSubHyperlink()
           
 void setSubHyperlink(ModelFormField.SubHyperlink newSubHyperlink)
           
 
Methods inherited from class org.ofbiz.widget.form.ModelFormField.DisplayField
getAlsoHidden, getInPlaceEditor, getType, renderFieldString, setAlsoHidden, setCurrency, setDate, setDescription, setInPlaceEditor
 
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

entityName

protected java.lang.String entityName

keyFieldName

protected java.lang.String keyFieldName

cache

protected boolean cache

subHyperlink

protected ModelFormField.SubHyperlink subHyperlink
Constructor Detail

ModelFormField.DisplayEntityField

protected ModelFormField.DisplayEntityField()

ModelFormField.DisplayEntityField

public ModelFormField.DisplayEntityField(ModelFormField modelFormField)

ModelFormField.DisplayEntityField

public ModelFormField.DisplayEntityField(int fieldSource,
                                         ModelFormField modelFormField)

ModelFormField.DisplayEntityField

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

getDescription

public java.lang.String getDescription(java.util.Map<java.lang.String,java.lang.Object> context)
Overrides:
getDescription in class ModelFormField.DisplayField

getSubHyperlink

public ModelFormField.SubHyperlink getSubHyperlink()

setSubHyperlink

public void setSubHyperlink(ModelFormField.SubHyperlink newSubHyperlink)