Uses of Class
com.vaadin.shared.ui.dnd.criteria.Payload.ValueType
-
Packages that use Payload.ValueType Package Description com.vaadin.shared.ui.dnd.criteria -
-
Uses of Payload.ValueType in com.vaadin.shared.ui.dnd.criteria
Methods in com.vaadin.shared.ui.dnd.criteria that return Payload.ValueType Modifier and Type Method Description Payload.ValueTypeCriterion. getValueType()Gets the type of the payload value to be compared.Payload.ValueTypePayload. getValueType()Gets the value type of this payload.static Payload.ValueTypePayload.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static Payload.ValueType[]Payload.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.shared.ui.dnd.criteria with parameters of type Payload.ValueType Modifier and Type Method Description voidCriterion. setValueType(Payload.ValueType valueType)Sets the type of the payload value to be compared.voidPayload. setValueType(Payload.ValueType valueType)Sets the value type of this payload.Constructors in com.vaadin.shared.ui.dnd.criteria with parameters of type Payload.ValueType Constructor Description Payload(String key, String value, Payload.ValueType valueType)Creates a payload object.
-