Nuxeo Enterprise Platform 5.4

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

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

public abstract class YUIAbstractComponent
extends Object
implements Serializable, YUIComponent

Author:
Stéphane Fourrier
See Also:
Serialized Form

Constructor Summary
YUIAbstractComponent()
           
 
Method Summary
abstract  List<YUIComponent> getComponents()
           
abstract  String getCSS()
           
 String getId()
          Returns the unique name of the unit in the layout
abstract  void setCSS(String CSSClass)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.opensocial.container.shared.layout.api.YUIComponent
getACopyFor
 

Constructor Detail

YUIAbstractComponent

public YUIAbstractComponent()
Method Detail

setId

public void setId(String id)
Specified by:
setId in interface YUIComponent

getId

public String getId()
Description copied from interface: YUIComponent
Returns the unique name of the unit in the layout

Specified by:
getId in interface YUIComponent
Returns:

setCSS

public abstract void setCSS(String CSSClass)
Specified by:
setCSS in interface YUIComponent

getCSS

public abstract String getCSS()
Specified by:
getCSS in interface YUIComponent

getComponents

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.