Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.api
 

Methods in org.nuxeo.ecm.platform.forms.layout.api that return LayoutRow
 LayoutRow[] Layout.getRows()
          Returns the table of widgets.
 

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

Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement LayoutRow
 class LayoutRowImpl
          Implementation for layout rows.
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return LayoutRow
 LayoutRow[] LayoutImpl.getRows()
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRow
 int LayoutRowComparator.compare(LayoutRow o1, LayoutRow o2)
           
 

Constructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type LayoutRow
LayoutImpl(String name, String mode, String template, List<LayoutRow> rows, int columns)
          Deprecated. since 5.4.3: use LayoutImpl.LayoutImpl(String, String, String, List, int, Map, String)
LayoutImpl(String name, String mode, String template, List<LayoutRow> rows, int columns, Map<String,Serializable> properties)
          Deprecated. since 5.4.3: use LayoutImpl.LayoutImpl(String, String, String, List, int, Map, String)
LayoutImpl(String name, String mode, String template, List<LayoutRow> rows, int columns, Map<String,Serializable> properties, String definitionId)
           
 

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

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.