Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.forms.layout.facelets.library
Class LayoutTagLibrary

java.lang.Object
  extended by com.sun.facelets.tag.AbstractTagLibrary
      extended by org.nuxeo.ecm.platform.forms.layout.facelets.library.LayoutTagLibrary
All Implemented Interfaces:
com.sun.facelets.tag.TagLibrary

public class LayoutTagLibrary
extends com.sun.facelets.tag.AbstractTagLibrary

Layout tag library

Author:
Anahide Tchertchian

Field Summary
static LayoutTagLibrary Instance
           
static java.lang.String Namespace
           
 
Constructor Summary
LayoutTagLibrary()
           
 
Method Summary
static java.util.List<java.lang.String> getDefaultSelectedRowNames(Layout layout, boolean showAlwaysSelected)
           
static java.lang.String getFieldDefinitionsAsString(FieldDefinition[] defs)
          Returns a String representing each of the field definitions property name, separated by a space.
static java.util.List<LayoutRow> getNotSelectedRows(Layout layout, java.util.List<java.lang.String> selectedRowNames)
           
static java.util.List<LayoutRow> getSelectedRows(Layout layout, java.util.List<java.lang.String> selectedRowNames, boolean showAlwaysSelected)
           
static WidgetTypeDefinition getWidgetTypeDefinition(java.lang.String typeName)
           
 
Methods inherited from class com.sun.facelets.tag.AbstractTagLibrary
containsFunction, containsNamespace, containsTagHandler, createFunction, createTagHandler, getNamespace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Namespace

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

Instance

public static final LayoutTagLibrary Instance
Constructor Detail

LayoutTagLibrary

public LayoutTagLibrary()
Method Detail

getWidgetTypeDefinition

public static WidgetTypeDefinition getWidgetTypeDefinition(java.lang.String typeName)

getFieldDefinitionsAsString

public static java.lang.String getFieldDefinitionsAsString(FieldDefinition[] defs)
Returns a String representing each of the field definitions property name, separated by a space.


getSelectedRows

public static java.util.List<LayoutRow> getSelectedRows(Layout layout,
                                                        java.util.List<java.lang.String> selectedRowNames,
                                                        boolean showAlwaysSelected)

getNotSelectedRows

public static java.util.List<LayoutRow> getNotSelectedRows(Layout layout,
                                                           java.util.List<java.lang.String> selectedRowNames)

getDefaultSelectedRowNames

public static java.util.List<java.lang.String> getDefaultSelectedRowNames(Layout layout,
                                                                          boolean showAlwaysSelected)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.