public class Component extends Element
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ElementVisitor<T> visitor)
Accepts the visit of the given visitor
|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(String id) |
String |
toString() |
getDimension, getDimensionAsCssClasses, getHasValidationError, getPropertyValues, getReference, setDimension, setHasValidationError, setPropertyValues, setReferencepublic String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public <T> T accept(ElementVisitor<T> visitor)
ElementCopyright © 2020. All rights reserved.