public abstract class RenderableComponent
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
|
Constructor and Description |
---|
RenderableComponent(java.lang.String componentType) |