Uses of Interface
org.vaadin.firitin.rad.ValueContext
Package
Description
Contains the RAD (Rapid Application Development) tools for Vaadin.
-
Uses of ValueContext in org.vaadin.firitin.rad
Modifier 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.Modifier 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.ModifierConstructorDescriptionDtoDisplay
(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.