com.sapportals.wcm.repository.service.layout.customizing

Interface ICollectionRendererParameterNameStrings

All Known Subinterfaces:
IParameterName, IParameterNameStrings

public interface ICollectionRendererParameterNameStrings

This class serves as key in the Parameters map.


Field Summary
static String BACKGROUNDIMAGEPATH_KEY
          the image path for the background
static String BACKGROUNDIMAGESTYLE_KEY
          the image style for the background
static String BREADCRUMBSTYLE_KEY
          determins the style of a breadcrump (enum)
static String BREADCRUMBVISIBILITYSTYLE_KEY
           
static String BREADCRUMBVISIBILITYSTYLE_KEY_OLD
          determins the mode of a breadcrump (enum)
static String COLLECTION_ACTIONSTYLE_KEY
          determins the style, how the actions for a the root collection of a collection renderer are rendered
static String COLUMNS_KEY
          the number of columns for resources in a collection
static String COLUMNSPACING_KEY
          space between two columns, 0 means no space
static String COLUMNSPACINGSTYLE_KEY
          which spacing has to be used between columns in a list
static String COMPONENTS_KEY
           
static String EMPTY_COLLECTION_FILE_KEY
          Gives the bundle file for empty collections info text
static String EMPTY_COLLECTION_KEY_KEY
          Gives the bundle key for empty collections info text
static String EMPTY_COLLECTION_STYLE_KEY
          Gives the style for empty collections info text
static String FILTEREXTENSION_KEY
          list of all extensions used to filter, use prefix - to exclude
static String FILTERMIMETYPE_KEY
          list of all mimetypes used to filter, use prefix - to exclude
static String FILTERRESOURCETYPE_KEY
          list of all resourcetypes used to filter, use prefix - to exclude
static String GRIDORDERSTYLE_KEY
          the way how resources are ordered in a grid
static String GROUP_STYLE
          Used for setting the group style for CollectionGroup & ResourceGroup Renderer
static String HEADER_TEXT_STYLE
          Header Text Style - e.g. in a link list
static String HTML_FILENAME_KEY
          File to use for HTML Collection Renderer
static String IMAGEMAP_KEY
          Image map to use
static String ITEMSELECTIONMODE_KEY
          how to select items
static String LINKSSTYLE_KEY
          which linkes are rendered
static String MASSACTIONSTYLE_KEY
          determins the style, how the actions for multiple resources are rendered
static String MAX_NUM_OF_TABS
          Used for Tab Collection Renderer
static String NO_OF_CHILD_FOR_NODE
          limites the number of children displayed for a node
static String NO_TAB_CONTENT
           
static String OPEN_NODES_STYLE
          the displaying mode of the opened nodes into a tree
static String OPENTARGETTYPE_KEY
          where to display a resource
static String PAGER_LINK_COUNT_KEY
          Defines how many intervals will be displayed by the pager
static String PROPERTY_COLUMN_HEADER_STYLE_KEY
           
static String PROPERTY_COLUMN_HEADER_STYLE_KEY_OLD
          determins the style of the column header(enum)
static String PROPERTYCOLUMNS_KEY
          The columns to show
static String RESIZEHEIGHTSTYLE_KEY
          determins whether a renderer has to be resizable in the height
static String RESIZEWIDHTSTYLE_KEY
          determins whether a renderer has to be resizable in the width
static String RESOURCE_LIST_FILTER_KEY
          key to ask for an instance of IResourceListFilter
static String ROWBACKGROUNDSTYLE_KEY
          the background of the rows in a list or a table
static String ROWS_KEY
          the number of rows for resources per page
static String ROWSPACING_KEY
          space between two rows, 0 means no space
static String ROWSPACINGSTYLE_KEY
          which spacing has to be used between rows in a list
static String SHOW_HIDDEN_KEY
          show hidden resources
static String SHOW_TREE_ROOT_NODE_KEY
          Used for Tree Collection Renderer
static String SHOWFILESSTYLE_KEY
          which files are rendered
static String SHOWFOLDERSSTYLE_KEY
          which folders are rendered
static String SHOWFOLDERTITLE_KEY
          determins whether to show or hide the header of a folder in a resource list (boolean)
static String SHOWUSERID_KEY
          render the user id in business card
static String SHOWUSERNAME_KEY
          render the user name in business card
static String SORT_ENABLED_KEY
          determins whether the sor feature in enabled for header titles in a resource list (boolean) This should be disabled if the list displays search results
static String SORT_ORDER_KEY
          The property for sorting
static String SORT_PROPERTY_KEY
          The property for sorting
static String TAB_BODY_FLAVOR
           
static String TAB_STYLE_SAFE
           
static String UI_COLL_RENDERER_KEY
          key to ask for an instance of ICollectionRenderer
static String UI_GROUP_COLLECTION_KEY
          key to ask for an instance of group id for the mass actions menu
static String UI_GROUP_MASS_KEY
          key to ask for an instance of group id for the mass actions menu
static String USE_SCROLL_CONTAINER
          if the tree is rendered into a scroll container or not
static String VERTICAL_ALIGNMENT_KEY
           
 

Field Detail

UI_COLL_RENDERER_KEY

public static final String UI_COLL_RENDERER_KEY
key to ask for an instance of ICollectionRenderer

See Also:
Constant Field Values

RESOURCE_LIST_FILTER_KEY

public static final String RESOURCE_LIST_FILTER_KEY
key to ask for an instance of IResourceListFilter

See Also:
Constant Field Values

SHOW_HIDDEN_KEY

public static final String SHOW_HIDDEN_KEY
show hidden resources

See Also:
Constant Field Values

SHOWFOLDERSSTYLE_KEY

public static final String SHOWFOLDERSSTYLE_KEY
which folders are rendered

See Also:
SHOWFOLDERSSTYLE_DEFAULT, SHOWFOLDERSSTYLE_OFF, SHOWFOLDERSSTYLE_ALL, SHOWFOLDERSSTYLE_VISIBLE, Constant Field Values

SHOWFILESSTYLE_KEY

public static final String SHOWFILESSTYLE_KEY
which files are rendered

See Also:
SHOWFILESSTYLE_DEFAULT, SHOWFILESSTYLE_OFF, SHOWFILESSTYLE_ALL, SHOWFILESSTYLE_VISIBLE, Constant Field Values

SORT_ENABLED_KEY

public static final String SORT_ENABLED_KEY
determins whether the sor feature in enabled for header titles in a resource list (boolean) This should be disabled if the list displays search results

See Also:
Constant Field Values

LINKSSTYLE_KEY

public static final String LINKSSTYLE_KEY
which linkes are rendered

See Also:
SHOWFILESSTYLE_DEFAULT, SHOWFILESSTYLE_OFF, SHOWFILESSTYLE_ALL, SHOWFILESSTYLE_VISIBLE, Constant Field Values

FILTEREXTENSION_KEY

public static final String FILTEREXTENSION_KEY
list of all extensions used to filter, use prefix - to exclude

See Also:
Constant Field Values

FILTERMIMETYPE_KEY

public static final String FILTERMIMETYPE_KEY
list of all mimetypes used to filter, use prefix - to exclude

See Also:
Constant Field Values

FILTERRESOURCETYPE_KEY

public static final String FILTERRESOURCETYPE_KEY
list of all resourcetypes used to filter, use prefix - to exclude

See Also:
Constant Field Values

RESIZEWIDHTSTYLE_KEY

public static final String RESIZEWIDHTSTYLE_KEY
determins whether a renderer has to be resizable in the width

See Also:
Constant Field Values

RESIZEHEIGHTSTYLE_KEY

public static final String RESIZEHEIGHTSTYLE_KEY
determins whether a renderer has to be resizable in the height

See Also:
Constant Field Values

BREADCRUMBSTYLE_KEY

public static final String BREADCRUMBSTYLE_KEY
determins the style of a breadcrump (enum)

See Also:
BREADCRUMBSTYLE_HORIZONTAL, BREADCRUMBSTYLE_VERTICAL, BREADCRUMBSTYLE_OFF, Constant Field Values

BREADCRUMBVISIBILITYSTYLE_KEY_OLD

public static final String BREADCRUMBVISIBILITYSTYLE_KEY_OLD
determins the mode of a breadcrump (enum)

See Also:
BREADCRUMBVISIBILITYSTYLE_STANDARD, BREADCRUMBVISIBILITYSTYLE_INVISIBLE, BREADCRUMBVISIBILITYSTYLE_NOICON, BREADCRUMBVISIBILITYSTYLE_NOTFORROOT, Constant Field Values

BREADCRUMBVISIBILITYSTYLE_KEY

public static final String BREADCRUMBVISIBILITYSTYLE_KEY
See Also:
Constant Field Values

PROPERTY_COLUMN_HEADER_STYLE_KEY_OLD

public static final String PROPERTY_COLUMN_HEADER_STYLE_KEY_OLD
determins the style of the column header(enum)

See Also:
Constant Field Values

PROPERTY_COLUMN_HEADER_STYLE_KEY

public static final String PROPERTY_COLUMN_HEADER_STYLE_KEY
See Also:
Constant Field Values

SHOWFOLDERTITLE_KEY

public static final String SHOWFOLDERTITLE_KEY
determins whether to show or hide the header of a folder in a resource list (boolean)

See Also:
Constant Field Values

COLUMNS_KEY

public static final String COLUMNS_KEY
the number of columns for resources in a collection

See Also:
Constant Field Values

ROWS_KEY

public static final String ROWS_KEY
the number of rows for resources per page

See Also:
Constant Field Values

ROWSPACINGSTYLE_KEY

public static final String ROWSPACINGSTYLE_KEY
which spacing has to be used between rows in a list

See Also:
ROWSPACINGSTYLE_DEFAULT, ROWSPACINGSTYLE_MINIMUM, ROWSPACINGSTYLE_FIXED, Constant Field Values

ROWBACKGROUNDSTYLE_KEY

public static final String ROWBACKGROUNDSTYLE_KEY
the background of the rows in a list or a table

See Also:
ROWSPACINGSTYLE_ALTERNATING, ROWSPACINGSTYLE_TRANSPARENT, Constant Field Values

BACKGROUNDIMAGEPATH_KEY

public static final String BACKGROUNDIMAGEPATH_KEY
the image path for the background

See Also:
Constant Field Values

BACKGROUNDIMAGESTYLE_KEY

public static final String BACKGROUNDIMAGESTYLE_KEY
the image style for the background

See Also:
Constant Field Values

ROWSPACING_KEY

public static final String ROWSPACING_KEY
space between two rows, 0 means no space

See Also:
Constant Field Values

COLUMNSPACINGSTYLE_KEY

public static final String COLUMNSPACINGSTYLE_KEY
which spacing has to be used between columns in a list

See Also:
COLUMNSPACINGSTYLE_DEFAULT, COLUMNSPACINGSTYLE_MINIMUM, COLUMNSPACINGSTYLE_FIXED, Constant Field Values

COLUMNSPACING_KEY

public static final String COLUMNSPACING_KEY
space between two columns, 0 means no space

See Also:
Constant Field Values

ITEMSELECTIONMODE_KEY

public static final String ITEMSELECTIONMODE_KEY
how to select items

See Also:
Constant Field Values

COLLECTION_ACTIONSTYLE_KEY

public static final String COLLECTION_ACTIONSTYLE_KEY
determins the style, how the actions for a the root collection of a collection renderer are rendered

See Also:
ROOTACTIONSTYLE_DEFAULT, ROOTACTIONSTYLE_OFF, ROOTACTIONSTYLE_LINK, ROOTACTIONSTYLE_HOVER, ROOTACTIONSTYLE_MENU, Constant Field Values

UI_GROUP_COLLECTION_KEY

public static final String UI_GROUP_COLLECTION_KEY
key to ask for an instance of group id for the mass actions menu

See Also:
Constant Field Values

PROPERTYCOLUMNS_KEY

public static final String PROPERTYCOLUMNS_KEY
The columns to show

See Also:
Constant Field Values

SORT_PROPERTY_KEY

public static final String SORT_PROPERTY_KEY
The property for sorting

See Also:
Constant Field Values

SORT_ORDER_KEY

public static final String SORT_ORDER_KEY
The property for sorting

See Also:
Constant Field Values

MASSACTIONSTYLE_KEY

public static final String MASSACTIONSTYLE_KEY
determins the style, how the actions for multiple resources are rendered

See Also:
MASSACTIONSTYLE_DEFAULT, MASSACTIONSTYLE_OFF, MASSACTIONSTYLE_LINK, MASSACTIONSTYLE_HOVER, MASSACTIONSTYLE_MENU, Constant Field Values

UI_GROUP_MASS_KEY

public static final String UI_GROUP_MASS_KEY
key to ask for an instance of group id for the mass actions menu

See Also:
Constant Field Values

GRIDORDERSTYLE_KEY

public static final String GRIDORDERSTYLE_KEY
the way how resources are ordered in a grid

See Also:
GRIDORDERSTYLE_DEFAULT, GRIDORDERSTYLE_OFF, GRIDORDERSTYLE_ROW_MAJOR, GRIDORDERSTYLE_COLUMN_MAJOR, Constant Field Values

SHOWUSERID_KEY

public static final String SHOWUSERID_KEY
render the user id in business card

See Also:
Constant Field Values

SHOWUSERNAME_KEY

public static final String SHOWUSERNAME_KEY
render the user name in business card

See Also:
Constant Field Values

IMAGEMAP_KEY

public static final String IMAGEMAP_KEY
Image map to use

See Also:
Constant Field Values

OPENTARGETTYPE_KEY

public static final String OPENTARGETTYPE_KEY
where to display a resource

See Also:
OPENTARGETTYPE_DEFAULT, OPENTARGETTYPE_OFF, OPENTARGETTYPE_SELF, OPENTARGETTYPE_NEW, OPENTARGETTYPE_FIXED, Constant Field Values

HTML_FILENAME_KEY

public static final String HTML_FILENAME_KEY
File to use for HTML Collection Renderer

See Also:
Constant Field Values

HEADER_TEXT_STYLE

public static final String HEADER_TEXT_STYLE
Header Text Style - e.g. in a link list

See Also:
Constant Field Values

COMPONENTS_KEY

public static final String COMPONENTS_KEY
See Also:
Constant Field Values

VERTICAL_ALIGNMENT_KEY

public static final String VERTICAL_ALIGNMENT_KEY
See Also:
Constant Field Values

PAGER_LINK_COUNT_KEY

public static final String PAGER_LINK_COUNT_KEY
Defines how many intervals will be displayed by the pager

See Also:
Constant Field Values

GROUP_STYLE

public static final String GROUP_STYLE
Used for setting the group style for CollectionGroup & ResourceGroup Renderer

See Also:
GROUP_STYLE_OFF, GROUP_STYLE_SAPCOLOR, GROUP_STYLE_PRIMARYCOLOR, GROUP_STYLE_SECONDARYCOLOR, GROUP_STYLE_SECONDARYBOX, GROUP_STYLE_SECONDARYBOXCOLOR, Constant Field Values

EMPTY_COLLECTION_FILE_KEY

public static final String EMPTY_COLLECTION_FILE_KEY
Gives the bundle file for empty collections info text

See Also:
Constant Field Values

EMPTY_COLLECTION_KEY_KEY

public static final String EMPTY_COLLECTION_KEY_KEY
Gives the bundle key for empty collections info text

See Also:
Constant Field Values

EMPTY_COLLECTION_STYLE_KEY

public static final String EMPTY_COLLECTION_STYLE_KEY
Gives the style for empty collections info text

See Also:
EMPTY_COLLECTION_STYLE_OFF, EMPTY_COLLECTION_STYLE_TEXT, EMPTY_COLLECTION_STYLE_MESSAGE, Constant Field Values

SHOW_TREE_ROOT_NODE_KEY

public static final String SHOW_TREE_ROOT_NODE_KEY
Used for Tree Collection Renderer

See Also:
Constant Field Values

MAX_NUM_OF_TABS

public static final String MAX_NUM_OF_TABS
Used for Tab Collection Renderer

See Also:
Constant Field Values

NO_TAB_CONTENT

public static final String NO_TAB_CONTENT
See Also:
Constant Field Values

TAB_BODY_FLAVOR

public static final String TAB_BODY_FLAVOR
See Also:
Constant Field Values

TAB_STYLE_SAFE

public static final String TAB_STYLE_SAFE
See Also:
Constant Field Values

NO_OF_CHILD_FOR_NODE

public static final String NO_OF_CHILD_FOR_NODE
limites the number of children displayed for a node

See Also:
Constant Field Values

USE_SCROLL_CONTAINER

public static final String USE_SCROLL_CONTAINER
if the tree is rendered into a scroll container or not

See Also:
Constant Field Values

OPEN_NODES_STYLE

public static final String OPEN_NODES_STYLE
the displaying mode of the opened nodes into a tree

See Also:
Constant Field Values


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.