Package oracle.webcenter.doclib.view
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
FieldsModifier and TypeFieldDescriptionstatic 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
A simple table layout, similar to the windows file manager in 'details' mode. This uses thedoclib-folder-viewer
task-flow.- See Also:
-
EXPLORER
Similar to the table layout, but adds a collapsible folder tree on the left side. This uses thedoclib-explorer
task-flow.- See Also:
-
TREE_TABLE
This is a combined tree and table layout, similar to the finder in MacOS X. This uses thedoclib-document-manager
task-flow.- See Also:
-