Package dev. fritz2. components. foundations
Types
CloseButtonMixin
Link copied to clipboard
class CloseButtonMixin(closeButtonPrefix: String, defaultStyle: Style<BasicParams>) : CloseButtonProperty
Content copied to clipboard
Default implementation of the CloseButtonProperty interface in order to apply this as mixin for a component
CloseButtonProperty
Link copied to clipboard
interface CloseButtonProperty
Content copied to clipboard
ComponentProperty
Link copied to clipboard
DynamicComponentProperty
Link copied to clipboard
ElementMixin
Link copied to clipboard
Default implementation of the ElementProperties interface in order to apply this as mixin for a component
ElementProperties
Link copied to clipboard
EventMixin
Link copied to clipboard
Default implementation of the EventProperties interface in order to apply this as mixin for a component
EventProperties
Link copied to clipboard
FormMixin
Link copied to clipboard
Default implementation of the FormProperties interface in order to apply this as mixin for a component
FormProperties
Link copied to clipboard
interface FormProperties
Content copied to clipboard
InputFieldMixin
Link copied to clipboard
Default implementation of the InputFieldProperties interface in order to apply this as mixin for a component
InputFieldProperties
Link copied to clipboard
interface InputFieldProperties
Content copied to clipboard
InputFormMixin
Link copied to clipboard
Default implementation of the InputFormProperties interface in order to apply this as mixin for a component
InputFormProperties
Link copied to clipboard
ManagedComponent
Link copied to clipboard
MultiSelectionStore
Link copied to clipboard
This store can be used for components with an internal store that has to deal with a List of some type T.
NullableDynamicComponentProperty
Link copied to clipboard
Orientation
Link copied to clipboard
OrientationContext
Link copied to clipboard
object OrientationContext
Content copied to clipboard
OrientationMixin
Link copied to clipboard
Default implementation of the OrientationProperty interface in order to apply this as mixin for a component
OrientationProperty
Link copied to clipboard
interface OrientationProperty
Content copied to clipboard
SeverityMixin
Link copied to clipboard
Default implementation of the SeverityProperties interface in order to apply this as mixin for a component
SeverityProperties
Link copied to clipboard
interface SeverityProperties
Content copied to clipboard
This interface defines convenience properties and helper functions to easily apply Severity based behaviour to a component.
SingleSelectionStore
Link copied to clipboard
This store can be used for components with an internal store that has to deal with a single element selection from a collection of predefined values (like for a selectField or radioGroup component)It is based upon the index of an item from the list represented by the Int type.
TooltipMixin
Link copied to clipboard
Default implementation of TooltipProperties interface in order to apply this as mixin for a component
TooltipProperties
Link copied to clipboard
interface TooltipProperties
Content copied to clipboard