public abstract class YUIAbstractComponent extends Object implements Serializable, YUIComponent
| Constructor and Description |
|---|
YUIAbstractComponent() |
| Modifier and Type | Method and Description |
|---|---|
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) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetACopyForpublic void setId(String id)
setId in interface YUIComponentpublic String getId()
YUIComponentgetId in interface YUIComponentpublic abstract void setCSS(String CSSClass)
setCSS in interface YUIComponentpublic abstract String getCSS()
getCSS in interface YUIComponentpublic abstract List<YUIComponent> getComponents()
getComponents in interface YUIComponentCopyright © 2014 Nuxeo SA. All rights reserved.