Uses of Interface
org.vaadin.firitin.rad.ValueContext
Packages that use ValueContext
Package
Description
Contains the RAD (Rapid Application Development) tools for Vaadin.
-
Uses of ValueContext in org.vaadin.firitin.rad
Classes in org.vaadin.firitin.rad that implement ValueContextModifier and TypeClassDescriptionclass
AutoForm<T>
A form that automatically creates fields for all properties of a bean.final record
ValueContext is a helper class to pass around the context of the value being displayed/printed.Methods in org.vaadin.firitin.rad that return ValueContextModifier and TypeMethodDescriptiondefault ValueContext
PropertyContext.asValueContext()
PropertyContext.owner()
PropertyContextImpl.owner()
Returns the value of theowner
record component.AutoForm.parent()
ValueContext.parent()
ValueContextImpl.parent()
Returns the value of theparent
record component.Constructors in org.vaadin.firitin.rad with parameters of type ValueContextModifierConstructorDescriptionDtoDisplay
(List<PropertyPrinter> propertyPrinters, ValueContext context) PropertyContextImpl
(ValueContext owner, com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition beanPropertyDefinition) Creates an instance of aPropertyContextImpl
record class.ValueContextImpl
(PrettyPrinter prettyPrinter, Class type, Object value, ValueContext parent, com.fasterxml.jackson.databind.introspect.BasicBeanDescription beanDescription) Creates an instance of aValueContextImpl
record class.