Class FieldFactory


  • public final class FieldFactory
    extends java.lang.Object
    Author:
    rbo
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IntelligentField getField​(com.saperion.ngc.iform.xml.EditFieldType type, boolean editable, com.saperion.ngc.iform.xml.PosType panePos, FormMode mode, boolean isNoLocalization)  
      • Methods inherited from class java.lang.Object

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

      • getField

        public static IntelligentField getField​(com.saperion.ngc.iform.xml.EditFieldType type,
                                                boolean editable,
                                                com.saperion.ngc.iform.xml.PosType panePos,
                                                FormMode mode,
                                                boolean isNoLocalization)
                                         throws SystemException,
                                                AuthenticationException
        Parameters:
        type - Type
        editable - Editable
        panePos - Pane pos or null, if no pane layout
        mode - form mode
        isNoLocalization - localization disabled for field
        Returns:
        Type field
        Throws:
        AuthenticationException - authentication exception when creating field
        SystemException - system exception when creating field