Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.server.layout
Interface YUILayoutAdapter

All Known Implementing Classes:
YUILayoutAdapterImpl

public interface YUILayoutAdapter

Author:
Stéphane Fourrier

Method Summary
 YUIComponentZone createZone(YUIComponentZone zone, int zoneIndex)
           
 void deleteZone(int zoneIndex)
           
 YUILayout getLayout()
           
 void initLayout(YUILayout layout)
           
 void save()
           
 void setBodySize(YUIBodySize size)
           
 YUIUnit setFooter(YUIUnit hasFooter)
           
 YUIUnit setHeader(YUIUnit hasHeader)
           
 YUIUnit setSideBar(YUISideBarStyle sideBar)
           
 YUIComponentZone updateZone(YUIComponentZone zone, int zoneIndex, YUITemplate template)
           
 

Method Detail

getLayout

YUILayout getLayout()
                    throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

setBodySize

void setBodySize(YUIBodySize size)
                 throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

setSideBar

YUIUnit setSideBar(YUISideBarStyle sideBar)
                   throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

setHeader

YUIUnit setHeader(YUIUnit hasHeader)
                  throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

setFooter

YUIUnit setFooter(YUIUnit hasFooter)
                  throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

createZone

YUIComponentZone createZone(YUIComponentZone zone,
                            int zoneIndex)
                            throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

deleteZone

void deleteZone(int zoneIndex)
                throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

updateZone

YUIComponentZone updateZone(YUIComponentZone zone,
                            int zoneIndex,
                            YUITemplate template)
                            throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

initLayout

void initLayout(YUILayout layout)
                throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

save

void save()
          throws org.nuxeo.ecm.core.api.ClientException
Throws:
org.nuxeo.ecm.core.api.ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.