Class InternalFieldFactory


  • public final class InternalFieldFactory
    extends java.lang.Object
    Creates InternalField instances.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static InternalField getForType​(AdvancedLookupField parentField, com.saperion.ngc.iform.xml.EditFieldType field)
      Creates a field for the specified fieldtype.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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 field
        field - fieldtype to create a field for
        Returns:
        new InternalField instance