Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.Layout

Packages that use Layout
org.nuxeo.ecm.platform.forms.layout.api.impl   
org.nuxeo.ecm.platform.forms.layout.facelets.library   
org.nuxeo.ecm.platform.forms.layout.service   
 

Uses of Layout in org.nuxeo.ecm.platform.forms.layout.api.impl
 

Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement Layout
 class LayoutImpl
          Implementation for layouts.
 

Uses of Layout in org.nuxeo.ecm.platform.forms.layout.facelets.library
 

Methods in org.nuxeo.ecm.platform.forms.layout.facelets.library with parameters of type Layout
static List<String> LayoutTagLibrary.getDefaultSelectedRowNames(Layout layout, boolean showAlwaysSelected)
           
static List<LayoutRow> LayoutTagLibrary.getNotSelectedRows(Layout layout, List<String> selectedRowNames)
           
static List<LayoutRow> LayoutTagLibrary.getSelectedRows(Layout layout, List<String> selectedRowNames, boolean showAlwaysSelected)
           
 

Uses of Layout in org.nuxeo.ecm.platform.forms.layout.service
 

Methods in org.nuxeo.ecm.platform.forms.layout.service that return Layout
 Layout WebLayoutManagerImpl.getLayout(com.sun.facelets.FaceletContext ctx, LayoutDefinition layoutDef, String mode, String valueName, List<String> selectedRows, boolean selectAllRowsByDefault)
           
 Layout WebLayoutManager.getLayout(com.sun.facelets.FaceletContext ctx, LayoutDefinition layoutDef, String mode, String valueName, List<String> selectedRows, boolean selectAllRowsByDefault)
          Returns the computed layout for this definition, mode and list of selected rows in given context, or null if the layout definition is null.
 Layout WebLayoutManagerImpl.getLayout(com.sun.facelets.FaceletContext ctx, String layoutName, String mode, String valueName)
           
 Layout WebLayoutManager.getLayout(com.sun.facelets.FaceletContext ctx, String layoutName, String mode, String valueName)
          Returns the computed layout for this name and mode in given context, or null if no layout with this name is found.
 Layout WebLayoutManagerImpl.getLayout(com.sun.facelets.FaceletContext ctx, String layoutName, String mode, String valueName, List<String> selectedRows, boolean selectAllRowsByDefault)
           
 Layout WebLayoutManager.getLayout(com.sun.facelets.FaceletContext ctx, String layoutName, String mode, String valueName, List<String> selectedRows, boolean selectAllRowsByDefault)
          Returns the computed layout for this name, mode and list of selected rows in given context, or null if no layout with this name is found.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.