org.nuxeo.opensocial.container.shared.layout.impl
Class YUIAbstractComponent
java.lang.Object
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
YUIAbstractComponent
public YUIAbstractComponent()
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
Copyright © 2011 Nuxeo SAS. All Rights Reserved.