Skip navigation links
A B C D F G I M P R S U V W 

A

addSignatureChangeListener(SignatureFieldExtension.SignatureChangeListener) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension

B

backgroundColor - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Color used to clear the background.
beforeClientResponse(boolean) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
 
BLACK - Static variable in class com.github.elhoce.signaturefield.SampleColors
The color black
BLACK_TRANSPARENT - Static variable in class com.github.elhoce.signaturefield.SampleColors
The color black with full transparency

C

clear() - Method in class com.github.elhoce.signaturefield.SignatureField
Clears the field.
clear() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Clears the field on the client-side
clearButtonEnabled - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Show a clear button in the signaturefield
com.github.elhoce.signaturefield - package com.github.elhoce.signaturefield
 
com.github.elhoce.signaturefield.shared - package com.github.elhoce.signaturefield.shared
 

D

doSetValue(String) - Method in class com.github.elhoce.signaturefield.SignatureField
 
dotSize - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Radius of a single dot.

F

fireSignatureChangeEvent(String) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Fires a new SignatureFieldExtension.SignatureChangeEvent with the given Signature.

G

getBackgroundColor() - Method in class com.github.elhoce.signaturefield.SignatureField
Gets the color used to clear the background.
getBackgroundColor() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Gets the color used to clear the background.
getContent() - Method in class com.github.elhoce.signaturefield.SignatureField
Allways returns null
getCustomAttributes() - Method in class com.github.elhoce.signaturefield.SignatureField
 
getDotSize() - Method in class com.github.elhoce.signaturefield.SignatureField
Gets the radius of a single dot.
getDotSize() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Gets the radius of a single dot.
getExtension() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension.SignatureChangeEvent
 
getImmediate() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Returns true if the extension is immediate.
getMaxWidth() - Method in class com.github.elhoce.signaturefield.SignatureField
Gets the maximum width of a line.
getMaxWidth() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Gets the maximum width of a line.
getMimeType() - Method in enum com.github.elhoce.signaturefield.shared.MimeType
 
getMimeType() - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the MimeType of generated images
getMimeType() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the MimeType of generated images
getMinWidth() - Method in class com.github.elhoce.signaturefield.SignatureField
Gets the minimum width of a line.
getMinWidth() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Gets the minimum width of a line.
getPenColor() - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the color used to draw the lines.
getPenColor() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the color used to draw the lines.
getReadOnly() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Returns true if extension is read only.
getSignature() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
 
getSignature() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension.SignatureChangeEvent
 
getState() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
 
getState(boolean) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
 
getValue() - Method in class com.github.elhoce.signaturefield.SignatureField
 
getVelocityFilterWeight() - Method in class com.github.elhoce.signaturefield.SignatureField
Gets the velocity filter weight
getVelocityFilterWeight() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Gets the velocity filter weight

I

immediate - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Extension is immediate.
initContent() - Method in class com.github.elhoce.signaturefield.SignatureField
Allways returns null
isClearButtonEnabled() - Method in class com.github.elhoce.signaturefield.SignatureField
Gets the visibility of the clear button
isClearButtonEnabled() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Gets the visibility of the clear button
isEmpty() - Method in class com.github.elhoce.signaturefield.SignatureField
Is the field empty?

M

maxWidth - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Maximum width of a line.
METHOD - Static variable in interface com.github.elhoce.signaturefield.SignatureFieldExtension.SignatureChangeListener
 
MimeType - Enum in com.github.elhoce.signaturefield.shared
Predefined MIME-Types for the SignatureField
mimeType - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
MIME-Type used to create dataURLs
minWidth - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Minimum width of a line.

P

penColor - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Color used to draw the lines.

R

readDesign(Element, DesignContext) - Method in class com.github.elhoce.signaturefield.SignatureField
 
readOnly - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Extension is read only.
removeSignatureChangeListener(SignatureFieldExtension.SignatureChangeListener) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension

S

SampleColors - Class in com.github.elhoce.signaturefield
Contains some predefined colors for SignatureField
SampleColors() - Constructor for class com.github.elhoce.signaturefield.SampleColors
 
setBackgroundColor(String) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the color used to clear the background.
setBackgroundColor(String) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the color used to clear the background.
setClearButtonEnabled(boolean) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the visibility of the clear button
setClearButtonEnabled(boolean) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the visibility of the clear button
setDotSize(Double) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the radius of a single dot.
setDotSize(Double) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the radius of a single dot.
setImmediate(boolean) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the immediate value of this extension.
setMaxWidth(double) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the maximum width of a line.
setMaxWidth(double) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the maximum width of a line.
setMimeType(MimeType) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the MimeType of generated images
setMimeType(MimeType) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the MimeType of generated images
setMinWidth(double) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the minimum width of a line.
setMinWidth(double) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the minimum width of a line.
setPenColor(String) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the color used to draw the lines.
setPenColor(String) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the color used to draw the lines.
setReadOnly(boolean) - Method in class com.github.elhoce.signaturefield.SignatureField
 
setReadOnly(boolean) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the read only value of this extension.
setSignature(String, boolean) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Set signature current signature value.
setSignature(String) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Set signature current signature value.
setVelocityFilterWeight(double) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the velocity filter weight
setVelocityFilterWeight(double) - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Sets the velocity filter weight
signatureChange(SignatureFieldExtension.SignatureChangeEvent) - Method in interface com.github.elhoce.signaturefield.SignatureFieldExtension.SignatureChangeListener
 
SignatureChangeEvent(Component, SignatureFieldExtension, String) - Constructor for class com.github.elhoce.signaturefield.SignatureFieldExtension.SignatureChangeEvent
 
SignatureField - Class in com.github.elhoce.signaturefield
 
SignatureField() - Constructor for class com.github.elhoce.signaturefield.SignatureField
Creates a new SignatureField instance
SignatureField(String) - Constructor for class com.github.elhoce.signaturefield.SignatureField
 
SignatureFieldExtension - Class in com.github.elhoce.signaturefield
A javascript extension that extends a SignatureField with the client-side logic.
SignatureFieldExtension(SignatureField) - Constructor for class com.github.elhoce.signaturefield.SignatureFieldExtension
 
SignatureFieldExtension.SignatureChangeEvent - Class in com.github.elhoce.signaturefield
A signature change event
SignatureFieldExtension.SignatureChangeListener - Interface in com.github.elhoce.signaturefield
Listener that gets called when the signature changes
SignatureFieldExtensionState - Class in com.github.elhoce.signaturefield.shared
Shared state for SignatureFieldExtension
SignatureFieldExtensionState() - Constructor for class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
 

U

ULTRAMARINE - Static variable in class com.github.elhoce.signaturefield.SampleColors
The color ultramarine
updateSignature() - Method in class com.github.elhoce.signaturefield.SignatureFieldExtension
Updates the client-side with the current signature value

V

valueOf(String) - Static method in enum com.github.elhoce.signaturefield.shared.MimeType
Returns the enum constant of this type with the specified name.
valueOfMimeType(String) - Static method in enum com.github.elhoce.signaturefield.shared.MimeType
Searches the matching MimeType instance for the given MIME-Type String
values() - Static method in enum com.github.elhoce.signaturefield.shared.MimeType
Returns an array containing the constants of this enum type, in the order they are declared.
velocityFilterWeight - Variable in class com.github.elhoce.signaturefield.shared.SignatureFieldExtensionState
Weight used to modify new velocity based on the previous velocity.

W

WHITE - Static variable in class com.github.elhoce.signaturefield.SampleColors
The color white
WHITE_TRANSPARENT - Static variable in class com.github.elhoce.signaturefield.SampleColors
The color white with full transparency
withBackgroundColor(String) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the color used to clear the background.
withClearButtonEnabled(boolean) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the visibility of the clear button
withDotSize(Double) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the radius of a single dot.
withFullHeight() - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the height of the object to "100%".
withFullWidth() - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the width of the object to "100%".
withHeight(float, Sizeable.Unit) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the height of the object.
withHeight(String) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the height of the component using String presentation.
withMaxWidth(double) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the maximum width of a line.
withMimeType(MimeType) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the MimeType of generated images
withMinWidth(double) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the minimum width of a line.
withPenColor(String) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the color used to draw the lines.
withReadOnly(boolean) - Method in class com.github.elhoce.signaturefield.SignatureField
Changes the readonly state and throw read-only status change events.
withVelocityFilterWeight(double) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the velocity filter weight
withWidth(float, Sizeable.Unit) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the width of the object.
withWidth(String) - Method in class com.github.elhoce.signaturefield.SignatureField
Sets the width of the component using String presentation.
writeDesign(Element, DesignContext) - Method in class com.github.elhoce.signaturefield.SignatureField
 
A B C D F G I M P R S U V W 
Skip navigation links

Copyright © 2020 Hocine AMROUCHE. All rights reserved.