Uses of Interface
org.vaadin.firitin.rad.ValueContext
Packages that use ValueContext
-
Uses of ValueContext in org.vaadin.firitin.rad
Classes in org.vaadin.firitin.rad that implement ValueContextModifier and TypeClassDescriptionfinal 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.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.