public class RapidSpellWebMultipleBean
extends java.lang.Object
Constructor and Description |
---|
RapidSpellWebMultipleBean()
Creates a RapidSpellWebMultiple
|
Modifier and Type | Method and Description |
---|---|
RSButton |
getButton()
The HtmlInputButton shown to the user, when clicked the spell checker starts.
|
java.lang.String |
getButtonImageMouseDown()
The button image URL.
|
java.lang.String |
getButtonImageMouseOut()
The button image URL.
|
java.lang.String |
getButtonImageMouseOver()
The button image URL.
|
java.lang.String |
getButtonOnMouseOut()
The onMouseOut of the button.
|
java.lang.String |
getButtonOnMouseOver()
The onMouseOver of the button.
|
java.lang.String |
getButtonStyle()
The style of the button.
|
java.lang.String |
getButtonStyleClass()
The style class of the button.
|
java.lang.String |
getButtonText()
The text on the button.
|
java.lang.String |
getFinishedListener()
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
|
java.lang.String |
getFinishedOnTextBoxListener()
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
|
java.lang.String |
getFinishedText()
The alert text shown when the spell check finishes.
|
int |
getGuiLanguage()
The UI language.
|
java.lang.String |
getId()
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
|
boolean |
getIgnoreEmptyTextBoxes()
Whether to ignore text boxes that are empty.
|
boolean |
getLeaveWindowOpenForUndo()
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
|
RapidSpellWebLauncherCollection |
getRapidSpellWebLaunchers()
The ID's of the RapidSpellWebLauncher controls to start when the button is clicked.
|
boolean |
getShowButton()
Whether to show the launcher button (set to false to hide button/images).
|
boolean |
getShowFinishedMessage()
Whether to show the popup dialog at the end of the spell check.
|
boolean |
getSSLFriendly()
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
|
java.lang.String |
getStartedOnTextBoxListener()
The name of a JavaScript function (without brackets) that should be called when spell checking is started, per text box.
|
int |
getTabIndex() |
boolean |
getUseSmoothTransitions()
Whether to use smooth transitions between text boxes.
|
int |
getWindowHeight()
Sets the window height (in pixels), when used in Mode=popup.
|
int |
getWindowWidth()
Sets the window width (in pixels), when used in Mode=popup.
|
int |
getWindowX()
Sets the window X position (in pixels), when used in Mode=popup.
|
int |
getWindowY()
Sets the window Y position (in pixels), when used in Mode=popup.
|
void |
setButtonImageMouseDown(java.lang.String value) |
void |
setButtonImageMouseOut(java.lang.String value) |
void |
setButtonImageMouseOver(java.lang.String value) |
void |
setButtonOnMouseOut(java.lang.String value)
The onMouseOut of the button.
|
void |
setButtonOnMouseOver(java.lang.String value)
The onMouseOver of the button.
|
void |
setButtonStyle(java.lang.String value)
The style of the button.
|
void |
setButtonStyleClass(java.lang.String value)
The style class of the button.
|
void |
setButtonText(java.lang.String value)
The text on the button.
|
void |
setFinishedListener(java.lang.String value) |
void |
setFinishedOnTextBoxListener(java.lang.String value) |
void |
setFinishedText(java.lang.String value)
The alert text shown when the spell check finishes.
|
void |
setGuiLanguage(int value) |
void |
setId(java.lang.String value)
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
|
void |
setIgnoreEmptyTextBoxes(boolean value) |
void |
setLeaveWindowOpenForUndo(boolean value)
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
|
void |
setRapidSpellWebLaunchers(RapidSpellWebLauncherCollection value) |
void |
setShowButton(boolean value) |
void |
setShowFinishedMessage(boolean value) |
void |
setSSLFriendly(boolean value) |
void |
setStartedOnTextBoxListener(java.lang.String value) |
void |
setTabIndex(int value) |
void |
setUseSmoothTransitions(boolean value)
Whether to use smooth transitions between text boxes.
|
void |
setWindowHeight(int value) |
void |
setWindowWidth(int value) |
void |
setWindowX(int value) |
void |
setWindowY(int value) |
void |
writeHtml(java.io.Writer output)
Renders this control.
|
public RapidSpellWebMultipleBean()
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getFinishedText()
public void setFinishedText(java.lang.String value)
public java.lang.String getButtonText()
public void setButtonText(java.lang.String value)
public boolean getLeaveWindowOpenForUndo()
public void setLeaveWindowOpenForUndo(boolean value)
public java.lang.String getButtonStyle()
public void setButtonStyle(java.lang.String value)
public java.lang.String getButtonStyleClass()
public void setButtonStyleClass(java.lang.String value)
public java.lang.String getButtonOnMouseOver()
public void setButtonOnMouseOver(java.lang.String value)
public java.lang.String getButtonOnMouseOut()
public void setButtonOnMouseOut(java.lang.String value)
public java.lang.String getFinishedListener()
public void setFinishedListener(java.lang.String value)
public java.lang.String getStartedOnTextBoxListener()
public void setStartedOnTextBoxListener(java.lang.String value)
public java.lang.String getFinishedOnTextBoxListener()
public void setFinishedOnTextBoxListener(java.lang.String value)
public boolean getShowFinishedMessage()
public void setShowFinishedMessage(boolean value)
public boolean getIgnoreEmptyTextBoxes()
public void setIgnoreEmptyTextBoxes(boolean value)
public boolean getSSLFriendly()
public void setSSLFriendly(boolean value)
public boolean getUseSmoothTransitions()
public void setUseSmoothTransitions(boolean value)
public int getWindowWidth()
public void setWindowWidth(int value)
public int getWindowHeight()
public void setWindowHeight(int value)
public int getWindowX()
public void setWindowX(int value)
public int getWindowY()
public void setWindowY(int value)
public RapidSpellWebLauncherCollection getRapidSpellWebLaunchers()
public void setRapidSpellWebLaunchers(RapidSpellWebLauncherCollection value)
public boolean getShowButton()
public void setShowButton(boolean value)
public java.lang.String getButtonImageMouseOut()
public void setButtonImageMouseOut(java.lang.String value)
public java.lang.String getButtonImageMouseOver()
public void setButtonImageMouseOver(java.lang.String value)
public java.lang.String getButtonImageMouseDown()
public void setButtonImageMouseDown(java.lang.String value)
public int getTabIndex()
public void setTabIndex(int value)
public RSButton getButton()
public int getGuiLanguage()
public void setGuiLanguage(int value)
public void writeHtml(java.io.Writer output) throws java.io.IOException
java.io.IOException
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.