Interface Layouts


@Exported public interface Layouts
Constants for the various values that can be specified for the layout attribute of the doclib-document-library task-flow.
Since:
11.1.1.4.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Similar to the table layout, but adds a collapsible folder tree on the left side.
    static final String
    A simple table layout, similar to the windows file manager in 'details' mode.
    static final String
    This is a combined tree and table layout, similar to the finder in MacOS X.
  • Field Details

    • TABLE

      static final String TABLE
      A simple table layout, similar to the windows file manager in 'details' mode. This uses the doclib-folder-viewer task-flow.
      See Also:
    • EXPLORER

      static final String EXPLORER
      Similar to the table layout, but adds a collapsible folder tree on the left side. This uses the doclib-explorer task-flow.
      See Also:
    • TREE_TABLE

      static final String TREE_TABLE
      This is a combined tree and table layout, similar to the finder in MacOS X. This uses the doclib-document-manager task-flow.
      See Also: