Uses of Interface
com.storedobject.vaadin.DisablePaste
Packages that use DisablePaste
-
Uses of DisablePaste in com.storedobject.vaadin
Classes in com.storedobject.vaadin that implement DisablePasteModifier and TypeClassDescriptionclassA TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).classField to editBigDecimalvalues.classA "custom field" where the value is represented as a "text" using an internal text field.classA field to editDouble.classA field that accepts free format text and converts it into a value of specific type.classField to editInteger.classField to editLong.classA text field that can be used for triggering search action.classSlightly enhanced version of Vaadin'sTextField. -
Uses of DisablePaste in com.storedobject.vaadin.util
Classes in com.storedobject.vaadin.util that implement DisablePasteModifier and TypeClassDescriptionclassNumericField<T extends Number>An abstract class representing a numeric text field with support for various configurations, such as grouping, allowance of negative values, formatting, and specified width constraints.