Serializable
public class SignatureFieldExtensionState
extends com.vaadin.shared.JavaScriptExtensionState
SignatureFieldExtension
Modifier and Type | Field | Description |
---|---|---|
String |
backgroundColor |
Color used to clear the background.
|
boolean |
clearButtonEnabled |
Show a clear button in the signaturefield
|
Double |
dotSize |
Radius of a single dot.
|
boolean |
immediate |
Extension is immediate.
|
double |
maxWidth |
Maximum width of a line.
|
String |
mimeType |
MIME-Type used to create dataURLs
|
double |
minWidth |
Minimum width of a line.
|
String |
penColor |
Color used to draw the lines.
|
boolean |
readOnly |
Extension is read only.
|
double |
velocityFilterWeight |
Weight used to modify new velocity based on the previous
velocity.
|
Constructor | Description |
---|---|
SignatureFieldExtensionState() |
public boolean readOnly
public boolean immediate
public Double dotSize
public double minWidth
public double maxWidth
public String backgroundColor
public String penColor
public double velocityFilterWeight
public String mimeType
public boolean clearButtonEnabled
Copyright © 2018 Max Schuster. All Rights Reserved.