Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.shared.layout.impl
Class YUIUnitImpl

java.lang.Object
  extended by org.nuxeo.opensocial.container.shared.layout.impl.YUIAbstractComponent
      extended by org.nuxeo.opensocial.container.shared.layout.impl.YUIUnitImpl
All Implemented Interfaces:
Serializable, YUIComponent, YUIUnit

public class YUIUnitImpl
extends YUIAbstractComponent
implements YUIUnit, Serializable

Author:
Stéphane Fourrier
See Also:
Serialized Form

Constructor Summary
YUIUnitImpl()
          Constructeur de YUIUnit : permet de creer une unité qui sert de container aux contenu web
YUIUnitImpl(String id)
          Constructeur de YUIUnit : permet de creer une unité qui sert de container aux contenu web
 
Method Summary
 YUIComponent getACopyFor()
           
 List<YUIComponent> getComponents()
           
 String getCSS()
           
 void setCSS(String CSS)
           
 
Methods inherited from class org.nuxeo.opensocial.container.shared.layout.impl.YUIAbstractComponent
getId, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YUIUnitImpl

public YUIUnitImpl(String id)
Constructeur de YUIUnit : permet de creer une unité qui sert de container aux contenu web


YUIUnitImpl

public YUIUnitImpl()
Constructeur de YUIUnit : permet de creer une unité qui sert de container aux contenu web

Method Detail

getCSS

public String getCSS()
Specified by:
getCSS in interface YUIComponent
Specified by:
getCSS in class YUIAbstractComponent

setCSS

public void setCSS(String CSS)
Specified by:
setCSS in interface YUIComponent
Specified by:
setCSS in class YUIAbstractComponent

getComponents

public List<YUIComponent> getComponents()
Specified by:
getComponents in interface YUIComponent
Specified by:
getComponents in class YUIAbstractComponent

getACopyFor

public YUIComponent getACopyFor()
Specified by:
getACopyFor in interface YUIComponent

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.