public abstract class Element extends Object
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
accept(ElementVisitor<T> visitor)
Accepts the visit of the given visitor
|
Map<String,Integer> |
getDimension() |
String |
getDimensionAsCssClasses() |
boolean |
getHasValidationError() |
Map<String,PropertyValue> |
getPropertyValues() |
String |
getReference() |
void |
setDimension(Map<String,Integer> dimension) |
void |
setHasValidationError(boolean hasValidationError) |
void |
setPropertyValues(Map<String,PropertyValue> propertyValues) |
void |
setReference(String reference) |
public void setReference(String reference)
public String getReference()
public Map<String,PropertyValue> getPropertyValues()
public void setPropertyValues(Map<String,PropertyValue> propertyValues)
public abstract <T> T accept(ElementVisitor<T> visitor)
public String getDimensionAsCssClasses()
public boolean getHasValidationError()
public void setHasValidationError(boolean hasValidationError)
Copyright © 2020. All rights reserved.