Class InternalFieldFactory
java.lang.Object
com.saperion.ngc.iform.field.lookup.InternalFieldFactory
Creates
InternalField
instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic InternalField
getForType
(AdvancedLookupField parentField, com.saperion.ngc.iform.xml.EditFieldType field) Creates a field for the specified fieldtype.
-
Method Details
-
getForType
public static InternalField getForType(AdvancedLookupField parentField, com.saperion.ngc.iform.xml.EditFieldType field) Creates a field for the specified fieldtype.- Parameters:
parentField
- parent field for the internal fieldfield
- fieldtype to create a field for- Returns:
- new
InternalField
instance
-