public abstract class Component
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
componentType
Component type: used by the Arbiter UI to determine how to decode and render the object which is
represented by the JSON representation of this object
|
protected Style |
style |
protected final java.lang.String componentType
protected final Style style
public Component(java.lang.String componentType, Style style)