|
Class Summary |
| Configurer |
A configurer defines the configuration of screens in KS, in particular this is where you add views,
sections, and fields to a LayoutController preferably passed in in an configurer's implementation. |
| DefaultWidgetFactory |
Returns a corresponding auto generated widget based on metadata. |
| DelayedToolView |
A view that delays its generation until it requested to be shown. |
| FieldDescriptor |
This is a field descriptor that defines ui fields. |
| FieldDescriptorReadOnly |
Read only (ui) equivalent of FieldDescriptor. |
| LayoutController |
The LayoutController is a central piece of the UIF. |
| SectionTitle |
This class provides static methods for generating H1-H6 elements with the passed in text |
| ValidationEventBindingImpl |
Adds the appropriate handler to the widget contained within the FieldDescriptor for when
to set that the field has had focus/user interaction based on what type of widget |
| WidgetConfigInfo |
Data class used for passing relevant metadata info during auto field generation in DefaultWidgetFactory |