Package | Description |
---|---|
eu.maxschuster.vaadin.signaturefield |
Modifier and Type | Method and Description |
---|---|
SignatureField |
SignatureField.withBackgroundColor(String backgroundColor)
Sets the color used to clear the background.
|
SignatureField |
SignatureField.withClearButtonEnabled(boolean clearButtonEnabled)
Sets the visibility of the clear button
|
SignatureField |
SignatureField.withConversionError(String valueConversionError)
Sets the error that is shown if the field value cannot be converted to
the data source type.
|
SignatureField |
SignatureField.withConverter(com.vaadin.v7.data.util.converter.Converter<String,?> converter)
Sets the converter used to convert the field value to property data
source type.
|
SignatureField |
SignatureField.withDotSize(Double dotSize)
Sets the radius of a single dot.
|
SignatureField |
SignatureField.withFullHeight()
Sets the height of the object to "100%".
|
SignatureField |
SignatureField.withFullWidth()
Sets the width of the object to "100%".
|
SignatureField |
SignatureField.withHeight(float height,
com.vaadin.server.Sizeable.Unit unit)
Sets the height of the object.
|
SignatureField |
SignatureField.withHeight(String height)
Sets the height of the component using String presentation.
|
SignatureField |
SignatureField.withMaxWidth(double maxWidth)
Sets the maximum width of a line.
|
SignatureField |
SignatureField.withMimeType(MimeType mimeType)
Sets the
MimeType of generated images |
SignatureField |
SignatureField.withMinWidth(double minWidth)
Sets the minimum width of a line.
|
SignatureField |
SignatureField.withPenColor(String penColor)
Sets the color used to draw the lines.
|
SignatureField |
SignatureField.withReadOnly(boolean readOnly)
Changes the readonly state and throw read-only status change events.
|
SignatureField |
SignatureField.withValidator(com.vaadin.v7.data.Validator validator)
Adds a new validator for the field's value.
|
SignatureField |
SignatureField.withVelocityFilterWeight(double velocityFilterWeight)
Sets the velocity filter weight
|
SignatureField |
SignatureField.withWidth(float width,
com.vaadin.server.Sizeable.Unit unit)
Sets the width of the object.
|
SignatureField |
SignatureField.withWidth(String width)
Sets the width of the component using String presentation.
|
Constructor and Description |
---|
SignatureFieldExtension(SignatureField target) |
Copyright © 2017 Max Schuster. All Rights Reserved.