Uses of Interface
org.vaadin.firitin.rad.ValueContext
-
Uses of ValueContext in org.vaadin.firitin.rad
Modifier and TypeClassDescriptionfinal 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.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.