Class FolderForm

java.lang.Object
com.saperion.ngc.iform.xml.Form
com.saperion.ngc.iform.FolderForm
All Implemented Interfaces:
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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    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 Details

    • COLLECTION_FOLDERFORM_NAME

      public static final String COLLECTION_FOLDERFORM_NAME
      Name of an collection folder form.
      See Also:
  • Constructor Details

    • FolderForm

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