Renderable
Table of Contents
Interfaces
- CompositeRenderableInterface
- Interface which all Form Parts must adhere to **when they have sub elements**.
- RenderableInterface
- Base interface which all Form Parts except the FormDefinition must adhere
to (i.e. all elements which are NOT the root of a Form).
- RenderableVariantInterface
- Scope: frontend
**This class is NOT meant to be sub classed by developers.**
- RootRenderableInterface
- Base interface which all parts of a form must adhere to.
- VariableRenderableInterface
- Scope: frontend
**This class is NOT meant to be sub classed by developers.**
Classes
- AbstractCompositeRenderable
- Convenience base class which implements common functionality for most
classes which implement CompositeRenderableInterface, i.e. have **child renderable elements**.
- AbstractRenderable
- Convenience base class which implements common functionality for most
classes which implement RenderableInterface.
- RenderableVariant
- Scope: frontend
**This class is NOT meant to be sub classed by developers.**