Java com.vaadin.ui.declarative DesignAttributeHandler fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui.declarative DesignAttributeHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui.declarative DesignAttributeHandler.

The text is from its open source code.

Method

DesignFormattergetFormatter()
Returns the currently used formatter.
TreadAttribute(String attribute, Attributes attributes, Class outputType)
Reads the given attribute from a set of attributes.
voidwriteAttribute(String attribute, Attributes attributes, T value, T defaultValue, Class inputType, DesignContext context)
Writes the given attribute value to a set of attributes if it differs from the default attribute value.
voidwriteAttribute(Object component, String attribute, Attributes attr, Object defaultInstance, DesignContext context)
Writes the specified attribute to the design if it differs from the default value got from the defaultInstance .