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, wait
getACopyFor
public void setId(String id)
setId
in interface YUIComponent
public String getId()
YUIComponent
getId
in interface YUIComponent
public abstract void setCSS(String CSSClass)
setCSS
in interface YUIComponent
public abstract String getCSS()
getCSS
in interface YUIComponent
public abstract List<YUIComponent> getComponents()
getComponents
in interface YUIComponent
Copyright © 2011 Nuxeo SA. All Rights Reserved.