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 java.lang.Object

List of built-in modes.

Author:
Anahide Tchertchian

Field Summary
static java.lang.String ANY
           
static java.lang.String BULK_EDIT
           
static java.lang.String CREATE
           
static java.lang.String EDIT
           
static java.lang.String LISTING
           
static java.lang.String SEARCH
           
static java.lang.String SUMMARY
           
static java.lang.String VIEW
           
 
Method Summary
static boolean isBoundToEditMode(java.lang.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 java.lang.String ANY
See Also:
Constant Field Values

VIEW

public static final java.lang.String VIEW
See Also:
Constant Field Values

EDIT

public static final java.lang.String EDIT
See Also:
Constant Field Values

BULK_EDIT

public static final java.lang.String BULK_EDIT
See Also:
Constant Field Values

CREATE

public static final java.lang.String CREATE
See Also:
Constant Field Values

SEARCH

public static final java.lang.String SEARCH
See Also:
Constant Field Values

LISTING

public static final java.lang.String LISTING
See Also:
Constant Field Values

SUMMARY

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

isBoundToEditMode

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.