Uses of Interface
org.vaadin.miki.markers.CanSelectText
-
Packages that use CanSelectText Package Description org.vaadin.miki.events.text org.vaadin.miki.shared.text org.vaadin.miki.superfields.dates org.vaadin.miki.superfields.numbers org.vaadin.miki.superfields.text -
-
Uses of CanSelectText in org.vaadin.miki.events.text
Classes in org.vaadin.miki.events.text with type parameters of type CanSelectText Modifier and Type Class Description classTextSelectionEvent<T extends com.vaadin.flow.component.Component & CanSelectText>Component event with information about selected text.interfaceTextSelectionListener<C extends com.vaadin.flow.component.Component & CanSelectText>Marker interface for objectsinterfaceTextSelectionNotifier<T extends com.vaadin.flow.component.Component & CanSelectText>Marker interface for objects that broadcastTextSelectionEvent. -
Uses of CanSelectText in org.vaadin.miki.shared.text
Classes in org.vaadin.miki.shared.text with type parameters of type CanSelectText Modifier and Type Class Description classTextModificationDelegate<C extends com.vaadin.flow.component.Component & CanSelectText & CanReceiveSelectionEventsFromClient & CanModifyText>A delegate to handleCanModifyTextin various components.classTextSelectionDelegate<C extends com.vaadin.flow.component.Component & CanSelectText & CanReceiveSelectionEventsFromClient>A class that handles common behaviour related to text selection.Classes in org.vaadin.miki.shared.text that implement CanSelectText Modifier and Type Class Description classTextModificationDelegate<C extends com.vaadin.flow.component.Component & CanSelectText & CanReceiveSelectionEventsFromClient & CanModifyText>A delegate to handleCanModifyTextin various components.classTextSelectionDelegate<C extends com.vaadin.flow.component.Component & CanSelectText & CanReceiveSelectionEventsFromClient>A class that handles common behaviour related to text selection. -
Uses of CanSelectText in org.vaadin.miki.superfields.dates
Classes in org.vaadin.miki.superfields.dates that implement CanSelectText Modifier and Type Class Description classSuperDatePickerAn extension ofDatePickerthat handles I18N also on the client side. -
Uses of CanSelectText in org.vaadin.miki.superfields.numbers
Classes in org.vaadin.miki.superfields.numbers that implement CanSelectText Modifier and Type Class Description classAbstractSuperFloatingPointField<T extends Number,SELF extends AbstractSuperFloatingPointField<T,SELF>>Base class for implementations ofAbstractSuperNumberFieldthat allow modifications to minimum and maximum number of fraction digits.classAbstractSuperNumberField<T extends Number,SELF extends AbstractSuperNumberField<T,SELF>>Base class for super number fields.classSuperBigDecimalFieldA field forBigDecimalvalues that are properly formatted.classSuperDoubleFieldA field forDoublevalues that are properly formatted.classSuperIntegerFieldA field forIntegervalues that are properly formatted.classSuperLongFieldA field forLongvalues that are properly formatted. -
Uses of CanSelectText in org.vaadin.miki.superfields.text
Classes in org.vaadin.miki.superfields.text that implement CanSelectText Modifier and Type Class Description classSuperTextAreaAn extension ofTextAreawith some useful features.classSuperTextFieldAn extension ofTextFieldwith some useful (hopefully) features.
-