Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.forms.layout.api
Class BuiltinModes

java.lang.Object
  extended by org.nuxeo.ecm.platform.forms.layout.api.BuiltinModes

public class BuiltinModes
extends Object

List of built-in modes.

Author:
Anahide Tchertchian

Field Summary
static String ANY
           
static String BULK_EDIT
           
static String CREATE
           
static String EDIT
           
static String LISTING
           
static String SEARCH
           
static String SUMMARY
           
static String VIEW
           
 
Method Summary
static boolean isBoundToEditMode(String layoutMode)
          Returns true if given layout mode is mapped by default to the edit widget mode.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY

public static final String ANY
See Also:
Constant Field Values

VIEW

public static final String VIEW
See Also:
Constant Field Values

EDIT

public static final String EDIT
See Also:
Constant Field Values

BULK_EDIT

public static final String BULK_EDIT
See Also:
Constant Field Values

CREATE

public static final String CREATE
See Also:
Constant Field Values

SEARCH

public static final String SEARCH
See Also:
Constant Field Values

LISTING

public static final String LISTING
See Also:
Constant Field Values

SUMMARY

public static final String SUMMARY
See Also:
Constant Field Values
Method Detail

isBoundToEditMode

public static final boolean isBoundToEditMode(String layoutMode)
Returns true if given layout mode is mapped by default to the edit widget mode.


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.