Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.doclib.view
Interface Layouts


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
static java.lang.String EXPLORER
          Similar to the table layout, but adds a collapsible folder tree on the left side.
static java.lang.String TABLE
          A simple table layout, similar to the windows file manager in 'details' mode.
static java.lang.String TREE_TABLE
          This is a combined tree and table layout, similar to the finder in MacOS X.

 

Field Detail

TABLE

static final java.lang.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:
Constant Field Values

EXPLORER

static final java.lang.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:
Constant Field Values

TREE_TABLE

static final java.lang.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:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.