Nuxeo Enterprise Platform 5.4

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(java.lang.String name, java.lang.String mode, java.lang.String template, java.util.List<LayoutRow> rows, int columns)
           
LayoutImpl(java.lang.String name, java.lang.String mode, java.lang.String template, java.util.List<LayoutRow> rows, int columns, java.util.Map<java.lang.String,java.io.Serializable> properties)
           
 

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 java.util.List<LayoutRow> LayoutTagLibrary.getNotSelectedRows(Layout layout, java.util.List<java.lang.String> selectedRowNames)
           
static java.util.List<LayoutRow> LayoutTagLibrary.getSelectedRows(Layout layout, java.util.List<java.lang.String> selectedRowNames, boolean showAlwaysSelected)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.