RapidSpell Web


com.keyoti.rapidSpell.web
Class RapidSpellWInline

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.keyoti.rapidSpell.web.RapidSpellWInline
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class RapidSpellWInline
extends javax.servlet.jsp.tagext.TagSupport

RapidSpellWInline Tag, shows a button/image that launches the spell checker

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
RapidSpellWInline()
          Creates a RapidSpell Launcher
 
Method Summary
 int doEndTag()
           
 int doStartTag()
          Renders this tag.
 java.lang.String getAddMenuText()
           
 int getAsYouTypeDelay()
           
 RSButton getButton()
           
 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 getButtonText()
           
 java.lang.String getButtonTextSpellChecking()
           
 java.lang.String getButtonTextSpellMode()
           
 java.lang.String getChangeAllText()
           
 int getConsiderationRange()
           
 java.lang.String getCssClassStaticOverlay()
           
 java.lang.String getDictFile()
           
 java.lang.String getEditMenuText()
           
 java.lang.String getEnterStaticSpellCheckListener()
           
 java.lang.String getFinishedListener()
           
 java.lang.String getGuiLanguage()
          The Gui 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.
 java.lang.String getIgnoreAllMenuText()
           
 java.lang.String getLanguageParser()
          The type of language parsing to use.
 java.lang.String getLeaveStaticSpellCheckListener()
           
 java.lang.String getNoSpellErrorsText()
           
 java.lang.String getNoSuggestionsMenuText()
           
 java.lang.String getRapidSpellWInlineHelperPage()
          The URL of the page holding the RapidSpellWInlineHelper tag.
 java.lang.String getRemoveDuplicateMenuText()
           
 int getResponseTimeout()
           
 java.lang.String getResponseTimeoutMessage()
           
 java.lang.String getRsMultipleID()
           
 java.lang.String getSslFriendlyPage()
           
 java.lang.String getSuggestionsMethod()
           
 short getTabIndex()
           
 java.lang.String getTextComponentID()
          The HTML 'id' of the textarea to spell check.
 java.lang.String getTextComponentInterface()
          The text box interface to be used.
 java.lang.String getUserDictionaryFile()
           
 boolean isAllowMixedCase()
           
 boolean isChangeButtonTextWithState()
           
 boolean isCheckAsYouType()
           
 boolean isCheckAsYouTypeOnPageLoad()
           
 boolean isCheckCompoundWords()
           
 boolean isCopyComputedStyleToOverlay()
           
 boolean isDoubleClickSwitchesMode()
           
 boolean isEnterEditModeWhenNoMoreErrors()
           
 boolean isIgnoreCapitalizedWords()
           
 boolean isIgnoreWordsWithDigits()
           
 boolean isIgnoreXML()
           
 boolean isIncludeUserDictionaryInSuggestions()
           
 boolean isLookIntoHyphenatedText()
           
 boolean isRightClickForMenu()
           
 boolean isSeparateHyphenWords()
           
 boolean isShowAddItemAlways()
           
 boolean isShowButton()
           
 boolean isShowChangeAllItem()
           
 boolean isShowEditItem()
           
 boolean isShowNoErrorsMessage()
           
 boolean isSuggestSplitWords()
           
 boolean isUseXMLHTTPWhenAvailable()
           
 boolean isV2Parser()
           
 boolean isWarnDuplicates()
           
 void setAddMenuText(java.lang.String addMenuText)
           
 void setAllowMixedCase(boolean allowMixedCase)
           
 void setAsYouTypeDelay(int AsYouTypeDelay)
           
 void setButton(RSButton button)
           
 void setButtonImageMouseDown(java.lang.String value)
          The button image URL.
 void setButtonImageMouseOut(java.lang.String value)
          The button image URL.
 void setButtonImageMouseOver(java.lang.String value)
          The button image URL.
 void setButtonText(java.lang.String buttonText)
           
 void setButtonTextSpellChecking(java.lang.String buttonTextSpellChecking)
           
 void setButtonTextSpellMode(java.lang.String buttonTextSpellMode)
           
 void setChangeAllText(java.lang.String ChangeAllText)
           
 void setChangeButtonTextWithState(boolean changeButtonTextWithState)
           
 void setCheckAsYouType(boolean CheckAsYouType)
           
 void setCheckAsYouTypeOnPageLoad(boolean CheckAsYouTypeOnPageLoad)
           
 void setCheckCompoundWords(boolean checkCompoundWords)
           
 void setConsiderationRange(int considerationRange)
           
 void setCopyComputedStyleToOverlay(boolean copyComputedStyleToOverlay)
           
 void setCssClassStaticOverlay(java.lang.String CssClassStaticOverlay)
           
 void setDictFile(java.lang.String dictFile)
           
 void setDoubleClickSwitchesMode(boolean doubleClickSwitchesMode)
           
 void setEditMenuText(java.lang.String editMenuText)
           
 void setEnterEditModeWhenNoMoreErrors(boolean enterEditModeWhenNoMoreErrors)
           
 void setEnterStaticSpellCheckListener(java.lang.String enterStaticSpellCheckListener)
           
 void setFinishedListener(java.lang.String finishedListener)
           
 void setGuiLanguage(java.lang.String value)
          The Gui Language, value should be one of "ENGLISH", "FRENCH" etc.
 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 setIgnoreAllMenuText(java.lang.String ignoreAllMenuText)
           
 void setIgnoreCapitalizedWords(boolean ignoreCapitalizedWords)
           
 void setIgnoreWordsWithDigits(boolean ignoreWordsWithDigits)
           
 void setIgnoreXML(boolean ignoreXML)
           
 void setIncludeUserDictionaryInSuggestions(boolean includeUserDictionaryInSuggestions)
           
 void setLanguageParser(java.lang.String value)
          The type of language parsing to use.
 void setLeaveStaticSpellCheckListener(java.lang.String leaveStaticSpellCheckListener)
           
 void setLookIntoHyphenatedText(boolean lookIntoHyphenatedText)
           
 void setNoSpellErrorsText(java.lang.String noSpellErrorsText)
           
 void setNoSuggestionsMenuText(java.lang.String noSuggestionsMenuText)
           
 void setRapidSpellWInlineHelperPage(java.lang.String RapidSpellWInlineHelperPage)
          The URL of the page holding the RapidSpellWInlineHelper tag.
 void setRemoveDuplicateMenuText(java.lang.String removeDuplicateMenuText)
           
 void setResponseTimeout(int responseTimeout)
           
 void setResponseTimeoutMessage(java.lang.String responseTimeoutMessage)
           
 void setRightClickForMenu(boolean RightClickForMenu)
           
 void setRsMultipleID(java.lang.String rsMultipleID)
           
 void setSeparateHyphenWords(boolean separateHyphenWords)
           
 void setShowAddItemAlways(boolean ShowAddItemAlways)
           
 void setShowButton(boolean showButton)
           
 void setShowChangeAllItem(boolean ShowChangeAllItem)
           
 void setShowEditItem(boolean ShowEditItem)
           
 void setShowNoErrorsMessage(boolean showNoErrorsMessage)
           
 void setSslFriendlyPage(java.lang.String sslFriendlyPage)
           
 void setSuggestionsMethod(java.lang.String suggestionsMethod)
           
 void setSuggestSplitWords(boolean suggestSplitWords)
           
 void setTabIndex(short tabIndex)
           
 void setTextComponentID(java.lang.String textComponentID)
          The HTML 'id' of the textarea to spell check.
 void setTextComponentInterface(java.lang.String value)
          The text box interface to be used.
 void setUserDictionaryFile(java.lang.String userDictionaryFile)
           
 void setUseXMLHTTPWhenAvailable(boolean UseXMLHTTPWhenAvailable)
           
 void setV2Parser(boolean v2Parser)
           
 void setWarnDuplicates(boolean warnDuplicates)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidSpellWInline

public RapidSpellWInline()
Creates a RapidSpell Launcher

Method Detail

getId

public 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.

Overrides:
getId in class javax.servlet.jsp.tagext.TagSupport

setId

public 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.

Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Renders this tag.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspTagException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspTagException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspTagException

getButtonImageMouseOut

public java.lang.String getButtonImageMouseOut()
The button image URL. This is for mouse out (ie. not mouse over) and is optional.


setButtonImageMouseOut

public void setButtonImageMouseOut(java.lang.String value)
The button image URL. This is for mouse out (ie. not mouse over) and is optional.


getButtonImageMouseOver

public java.lang.String getButtonImageMouseOver()
The button image URL. This is for mouse over and is optional.


setButtonImageMouseOver

public void setButtonImageMouseOver(java.lang.String value)
The button image URL. This is for mouse over and is optional.


getButtonImageMouseDown

public java.lang.String getButtonImageMouseDown()
The button image URL. This is for mouse down and is optional.


setButtonImageMouseDown

public void setButtonImageMouseDown(java.lang.String value)
The button image URL. This is for mouse down and is optional.


getCssClassStaticOverlay

public java.lang.String getCssClassStaticOverlay()

setCssClassStaticOverlay

public void setCssClassStaticOverlay(java.lang.String CssClassStaticOverlay)

getResponseTimeout

public int getResponseTimeout()

setResponseTimeout

public void setResponseTimeout(int responseTimeout)

getResponseTimeoutMessage

public java.lang.String getResponseTimeoutMessage()

setResponseTimeoutMessage

public void setResponseTimeoutMessage(java.lang.String responseTimeoutMessage)

getRapidSpellWInlineHelperPage

public java.lang.String getRapidSpellWInlineHelperPage()
The URL of the page holding the RapidSpellWInlineHelper tag.


setRapidSpellWInlineHelperPage

public void setRapidSpellWInlineHelperPage(java.lang.String RapidSpellWInlineHelperPage)
The URL of the page holding the RapidSpellWInlineHelper tag.


getLanguageParser

public java.lang.String getLanguageParser()
The type of language parsing to use.

Eg. If the dictionary is set to French, you should use the French parser, by setting this property to "FRENCH". Please consult LanguageType for valid field names and use the name of the identifier.

See Also:
LanguageType

setLanguageParser

public void setLanguageParser(java.lang.String value)
The type of language parsing to use.

Eg. If the dictionary is set to French, you should use the French parser, by setting this property to "FRENCH". Please consult LanguageType for valid field names and use the name of the identifier.

See Also:
LanguageType

isSeparateHyphenWords

public boolean isSeparateHyphenWords()

setSeparateHyphenWords

public void setSeparateHyphenWords(boolean separateHyphenWords)

isLookIntoHyphenatedText

public boolean isLookIntoHyphenatedText()

setLookIntoHyphenatedText

public void setLookIntoHyphenatedText(boolean lookIntoHyphenatedText)

getUserDictionaryFile

public java.lang.String getUserDictionaryFile()

setUserDictionaryFile

public void setUserDictionaryFile(java.lang.String userDictionaryFile)

getDictFile

public java.lang.String getDictFile()

setDictFile

public void setDictFile(java.lang.String dictFile)

isWarnDuplicates

public boolean isWarnDuplicates()

setWarnDuplicates

public void setWarnDuplicates(boolean warnDuplicates)

isV2Parser

public boolean isV2Parser()

setV2Parser

public void setV2Parser(boolean v2Parser)

isAllowMixedCase

public boolean isAllowMixedCase()

setAllowMixedCase

public void setAllowMixedCase(boolean allowMixedCase)

isCheckCompoundWords

public boolean isCheckCompoundWords()

setCheckCompoundWords

public void setCheckCompoundWords(boolean checkCompoundWords)

isSuggestSplitWords

public boolean isSuggestSplitWords()

setSuggestSplitWords

public void setSuggestSplitWords(boolean suggestSplitWords)

isIgnoreWordsWithDigits

public boolean isIgnoreWordsWithDigits()

setIgnoreWordsWithDigits

public void setIgnoreWordsWithDigits(boolean ignoreWordsWithDigits)

getSuggestionsMethod

public java.lang.String getSuggestionsMethod()

setSuggestionsMethod

public void setSuggestionsMethod(java.lang.String suggestionsMethod)

isIncludeUserDictionaryInSuggestions

public boolean isIncludeUserDictionaryInSuggestions()

setIncludeUserDictionaryInSuggestions

public void setIncludeUserDictionaryInSuggestions(boolean includeUserDictionaryInSuggestions)

isIgnoreCapitalizedWords

public boolean isIgnoreCapitalizedWords()

setIgnoreCapitalizedWords

public void setIgnoreCapitalizedWords(boolean ignoreCapitalizedWords)

isIgnoreXML

public boolean isIgnoreXML()

setIgnoreXML

public void setIgnoreXML(boolean ignoreXML)

getConsiderationRange

public int getConsiderationRange()

setConsiderationRange

public void setConsiderationRange(int considerationRange)

isRightClickForMenu

public boolean isRightClickForMenu()

setRightClickForMenu

public void setRightClickForMenu(boolean RightClickForMenu)

getAsYouTypeDelay

public int getAsYouTypeDelay()

setAsYouTypeDelay

public void setAsYouTypeDelay(int AsYouTypeDelay)

isCheckAsYouType

public boolean isCheckAsYouType()

setCheckAsYouType

public void setCheckAsYouType(boolean CheckAsYouType)

isCheckAsYouTypeOnPageLoad

public boolean isCheckAsYouTypeOnPageLoad()

setCheckAsYouTypeOnPageLoad

public void setCheckAsYouTypeOnPageLoad(boolean CheckAsYouTypeOnPageLoad)

isDoubleClickSwitchesMode

public boolean isDoubleClickSwitchesMode()

setDoubleClickSwitchesMode

public void setDoubleClickSwitchesMode(boolean doubleClickSwitchesMode)

isUseXMLHTTPWhenAvailable

public boolean isUseXMLHTTPWhenAvailable()

setUseXMLHTTPWhenAvailable

public void setUseXMLHTTPWhenAvailable(boolean UseXMLHTTPWhenAvailable)

getNoSpellErrorsText

public java.lang.String getNoSpellErrorsText()

setNoSpellErrorsText

public void setNoSpellErrorsText(java.lang.String noSpellErrorsText)

getIgnoreAllMenuText

public java.lang.String getIgnoreAllMenuText()

setIgnoreAllMenuText

public void setIgnoreAllMenuText(java.lang.String ignoreAllMenuText)

getAddMenuText

public java.lang.String getAddMenuText()

setAddMenuText

public void setAddMenuText(java.lang.String addMenuText)

getRemoveDuplicateMenuText

public java.lang.String getRemoveDuplicateMenuText()

setRemoveDuplicateMenuText

public void setRemoveDuplicateMenuText(java.lang.String removeDuplicateMenuText)

getEditMenuText

public java.lang.String getEditMenuText()

setEditMenuText

public void setEditMenuText(java.lang.String editMenuText)

getNoSuggestionsMenuText

public java.lang.String getNoSuggestionsMenuText()

setNoSuggestionsMenuText

public void setNoSuggestionsMenuText(java.lang.String noSuggestionsMenuText)

getChangeAllText

public java.lang.String getChangeAllText()

setChangeAllText

public void setChangeAllText(java.lang.String ChangeAllText)

isShowEditItem

public boolean isShowEditItem()

setShowEditItem

public void setShowEditItem(boolean ShowEditItem)

isShowChangeAllItem

public boolean isShowChangeAllItem()

setShowChangeAllItem

public void setShowChangeAllItem(boolean ShowChangeAllItem)

isShowAddItemAlways

public boolean isShowAddItemAlways()

setShowAddItemAlways

public void setShowAddItemAlways(boolean ShowAddItemAlways)

isShowButton

public boolean isShowButton()

setShowButton

public void setShowButton(boolean showButton)

isShowNoErrorsMessage

public boolean isShowNoErrorsMessage()

setShowNoErrorsMessage

public void setShowNoErrorsMessage(boolean showNoErrorsMessage)

getTextComponentID

public java.lang.String getTextComponentID()
The HTML 'id' of the textarea to spell check.


setTextComponentID

public void setTextComponentID(java.lang.String textComponentID)
The HTML 'id' of the textarea to spell check.


getButton

public RSButton getButton()

setButton

public void setButton(RSButton button)

getButtonText

public java.lang.String getButtonText()

setButtonText

public void setButtonText(java.lang.String buttonText)

getButtonTextSpellMode

public java.lang.String getButtonTextSpellMode()

setButtonTextSpellMode

public void setButtonTextSpellMode(java.lang.String buttonTextSpellMode)

getButtonTextSpellChecking

public java.lang.String getButtonTextSpellChecking()

setButtonTextSpellChecking

public void setButtonTextSpellChecking(java.lang.String buttonTextSpellChecking)

isChangeButtonTextWithState

public boolean isChangeButtonTextWithState()

setChangeButtonTextWithState

public void setChangeButtonTextWithState(boolean changeButtonTextWithState)

isCopyComputedStyleToOverlay

public boolean isCopyComputedStyleToOverlay()

setCopyComputedStyleToOverlay

public void setCopyComputedStyleToOverlay(boolean copyComputedStyleToOverlay)

getRsMultipleID

public java.lang.String getRsMultipleID()

setRsMultipleID

public void setRsMultipleID(java.lang.String rsMultipleID)

getGuiLanguage

public java.lang.String getGuiLanguage()
The Gui Language.


setGuiLanguage

public void setGuiLanguage(java.lang.String value)
The Gui Language, value should be one of "ENGLISH", "FRENCH" etc. Please consult LanguageType for valid field names and use the name of the identifier.

See Also:
LanguageType

getTabIndex

public short getTabIndex()

setTabIndex

public void setTabIndex(short tabIndex)

getFinishedListener

public java.lang.String getFinishedListener()

setFinishedListener

public void setFinishedListener(java.lang.String finishedListener)

getTextComponentInterface

public java.lang.String getTextComponentInterface()
The text box interface to be used.

Use 'Automatic' for most textboxes (rich or plain). Use 'Standard' for regular HTML text boxes (input type='text' and textarea). Use 'HTMLTextBox' for rich HTML text boxes. Use 'Custom' to define your own interface.


setTextComponentInterface

public void setTextComponentInterface(java.lang.String value)
The text box interface to be used.

Use 'Automatic' for most textboxes (rich or plain). Use 'Standard' for regular HTML text boxes (input type='text' and textarea). Use 'HTMLTextBox' for rich HTML text boxes. Use 'Custom' to define your own interface.


isEnterEditModeWhenNoMoreErrors

public boolean isEnterEditModeWhenNoMoreErrors()

setEnterEditModeWhenNoMoreErrors

public void setEnterEditModeWhenNoMoreErrors(boolean enterEditModeWhenNoMoreErrors)

getEnterStaticSpellCheckListener

public java.lang.String getEnterStaticSpellCheckListener()

setEnterStaticSpellCheckListener

public void setEnterStaticSpellCheckListener(java.lang.String enterStaticSpellCheckListener)

getLeaveStaticSpellCheckListener

public java.lang.String getLeaveStaticSpellCheckListener()

setLeaveStaticSpellCheckListener

public void setLeaveStaticSpellCheckListener(java.lang.String leaveStaticSpellCheckListener)

getSslFriendlyPage

public java.lang.String getSslFriendlyPage()

setSslFriendlyPage

public void setSslFriendlyPage(java.lang.String sslFriendlyPage)

RapidSpell Web


Copyright © 2002-2013 Keyoti Inc. All Rights Reserved.