Class FolderForm

  • All Implemented Interfaces:
    java.io.Serializable

    public class FolderForm
    extends com.saperion.ngc.iform.xml.Form
    Form that displays a folder form. Used to view documents in a folder.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COLLECTION_FOLDERFORM_NAME
      Name of an collection folder form.
      • Fields inherited from class com.saperion.ngc.iform.xml.Form

        bitmap, button, connection, editField, frame, groupbox, groups, header, hidden, include, label, mashup, name, paneLayout, result, tabList, thumbnail, toolbar, viewer
    • Constructor Summary

      Constructors 
      Constructor Description
      FolderForm​(FolderNode folderNode)
      Creates a new FolderForm.
    • Method Summary

      • Methods inherited from class com.saperion.ngc.iform.xml.Form

        getBitmap, getButton, getConnection, getEditField, getFrame, getGroupbox, getGroups, getHeader, getHidden, getInclude, getLabel, getMashup, getName, getPaneLayout, getResult, getTabList, getThumbnail, getToolbar, getViewer, setHeader, setHidden, setName, setPaneLayout, setToolbar
      • Methods inherited from class java.lang.Object

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

      • COLLECTION_FOLDERFORM_NAME

        public static final java.lang.String COLLECTION_FOLDERFORM_NAME
        Name of an collection folder form.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FolderForm

        public FolderForm​(FolderNode folderNode)
        Creates a new FolderForm.
        Parameters:
        folderNode - folder node (currently unused)