|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.keyoti.rapidSpell.web.RapidSpellWInlineTextBox
public class RapidSpellWInlineTextBox
RapidSpellWInlineTextBox Tag, shows a text box capable of dynamic inline spell checking
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Constructor Summary | |
---|---|
RapidSpellWInlineTextBox()
Creates a RapidSpell Launcher |
Method Summary | |
---|---|
int |
doAfterBody()
|
int |
doEndTag()
|
int |
doStartTag()
Renders this tag. |
java.lang.String |
getClientSideObject()
The name of the Javascript object variable representing the spell checker on the client side. |
java.lang.String |
getCssClass()
CSS class name applied to the Control CSSSheetURL must be set inorder for this to have effect inside the control. |
java.lang.String |
getCssSheetURL()
The URL of a CSS style-sheet that should be applied to the inside of the text box. |
java.lang.String |
getCustomAttributes()
Any custom attributes that should be written to the tag. |
boolean |
getForceDownLevelOnly()
Whether to force the control to work as if the client browser is 'down-level'. |
int |
getHeight()
|
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. |
int |
getMaxLength()
|
java.lang.String |
getName()
The 'name' of this tag, this should be set to differentiate between tags when more than one is present on a page. |
java.lang.String |
getStyleBackColor()
|
java.lang.String |
getStyleBorderColor()
|
java.lang.String |
getStyleBorderStyle()
|
int |
getStyleBorderWidth()
|
java.lang.String |
getStyleFontFamily()
|
java.lang.String |
getStyleFontSize()
|
java.lang.String |
getStyleFontStyle()
|
java.lang.String |
getStyleFontTextDecoration()
|
java.lang.String |
getStyleFontWeight()
|
java.lang.String |
getStyleForeColor()
|
java.lang.String |
getStyleLeft()
|
java.lang.String |
getStylePosition()
|
java.lang.String |
getStyleTop()
|
java.lang.String |
getStyleZIndex()
|
int |
getTabIndex()
|
java.lang.String |
getText()
The text content of the textbox. |
boolean |
getVisible()
|
int |
getWidth()
|
boolean |
isEnabled()
|
boolean |
isMultiline()
Whether to show in multiline mode, if not will be single line. |
boolean |
isReadOnly()
|
void |
setBodyContent(javax.servlet.jsp.tagext.BodyContent bc)
|
void |
setCssClass(java.lang.String value)
CSS class name applied to the Control CSSSheetURL must be set inorder for this to have effect inside the control. |
void |
setCssSheetURL(java.lang.String value)
The URL of a CSS style-sheet that should be applied to the inside of the text box. |
void |
setCustomAttributes(java.lang.String value)
Any custom attributes that should be written to the tag. |
void |
setEnabled(boolean value)
|
void |
setForceDownLevelOnly(boolean value)
Whether to force the control to work as if the client browser is 'down-level'. |
void |
setHeight(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 |
setMaxLength(int maxLength)
|
void |
setMultiline(boolean value)
|
void |
setName(java.lang.String value)
The 'name' of this tag, this should be set to differentiate between tags when more than one is present on a page. |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext)
|
void |
setReadOnly(boolean value)
|
void |
setStyleBackColor(java.lang.String styleBackColor)
|
void |
setStyleBorderColor(java.lang.String styleBorderColor)
|
void |
setStyleBorderStyle(java.lang.String styleBorderStyle)
|
void |
setStyleBorderWidth(int styleBorderWidth)
|
void |
setStyleFontFamily(java.lang.String styleFontFamily)
|
void |
setStyleFontSize(java.lang.String styleFontSize)
|
void |
setStyleFontStyle(java.lang.String styleFontStyle)
|
void |
setStyleFontTextDecoration(java.lang.String styleFontTextDecoration)
|
void |
setStyleFontWeight(java.lang.String styleFontWeight)
|
void |
setStyleForeColor(java.lang.String styleForeColor)
|
void |
setStyleLeft(java.lang.String styleLeft)
|
void |
setStylePosition(java.lang.String stylePosition)
|
void |
setStyleTop(java.lang.String styleTop)
|
void |
setStyleZIndex(java.lang.String styleZIndex)
|
void |
setTabIndex(int value)
|
void |
setText(java.lang.String value)
The text content of the textbox. |
void |
setVisible(boolean value)
|
void |
setWidth(int value)
|
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doInitBody, getBodyContent, getPreviousOut, release |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getParent, getValue, getValues, removeValue, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, release, setParent |
Constructor Detail |
---|
public RapidSpellWInlineTextBox()
Method Detail |
---|
public void setBodyContent(javax.servlet.jsp.tagext.BodyContent bc)
setBodyContent
in interface javax.servlet.jsp.tagext.BodyTag
setBodyContent
in class javax.servlet.jsp.tagext.BodyTagSupport
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class javax.servlet.jsp.tagext.TagSupport
public int doAfterBody()
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class javax.servlet.jsp.tagext.BodyTagSupport
public java.lang.String getClientSideObject()
public java.lang.String getId()
getId
in class javax.servlet.jsp.tagext.TagSupport
public void setId(java.lang.String value)
setId
in class javax.servlet.jsp.tagext.TagSupport
public java.lang.String getName()
public void setName(java.lang.String value)
public boolean isMultiline()
public void setMultiline(boolean value)
public java.lang.String getCustomAttributes()
public void setCustomAttributes(java.lang.String value)
public java.lang.String getText()
public void setText(java.lang.String value)
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
public int doStartTag() throws javax.servlet.jsp.JspTagException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspTagException
public int doEndTag() throws javax.servlet.jsp.JspTagException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspTagException
public boolean getForceDownLevelOnly()
public void setForceDownLevelOnly(boolean value)
public java.lang.String getCssSheetURL()
public void setCssSheetURL(java.lang.String value)
public java.lang.String getCssClass()
public void setCssClass(java.lang.String value)
public java.lang.String getStylePosition()
public void setStylePosition(java.lang.String stylePosition)
public java.lang.String getStyleTop()
public void setStyleTop(java.lang.String styleTop)
public java.lang.String getStyleLeft()
public void setStyleLeft(java.lang.String styleLeft)
public java.lang.String getStyleZIndex()
public void setStyleZIndex(java.lang.String styleZIndex)
public java.lang.String getStyleFontWeight()
public void setStyleFontWeight(java.lang.String styleFontWeight)
public java.lang.String getStyleFontFamily()
public void setStyleFontFamily(java.lang.String styleFontFamily)
public java.lang.String getStyleBackColor()
public void setStyleBackColor(java.lang.String styleBackColor)
public java.lang.String getStyleForeColor()
public void setStyleForeColor(java.lang.String styleForeColor)
public java.lang.String getStyleFontSize()
public void setStyleFontSize(java.lang.String styleFontSize)
public java.lang.String getStyleFontStyle()
public void setStyleFontStyle(java.lang.String styleFontStyle)
public java.lang.String getStyleFontTextDecoration()
public void setStyleFontTextDecoration(java.lang.String styleFontTextDecoration)
public int getMaxLength()
public void setMaxLength(int maxLength)
public int getStyleBorderWidth()
public void setStyleBorderWidth(int styleBorderWidth)
public boolean isEnabled()
public void setEnabled(boolean value)
public boolean isReadOnly()
public void setReadOnly(boolean value)
public java.lang.String getStyleBorderColor()
public void setStyleBorderColor(java.lang.String styleBorderColor)
public java.lang.String getStyleBorderStyle()
public void setStyleBorderStyle(java.lang.String styleBorderStyle)
public int getTabIndex()
public void setTabIndex(int value)
public boolean getVisible()
public void setVisible(boolean value)
|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |