RapidSpell Web


com.keyoti.rapidSpell.web
Class RapidSpellWInlineTextBoxBean

java.lang.Object
  extended by com.keyoti.rapidSpell.web.Control
      extended by com.keyoti.rapidSpell.web.RapidSpellWInlineTextBoxBean

public class RapidSpellWInlineTextBoxBean
extends Control


Constructor Summary
RapidSpellWInlineTextBoxBean()
           
 
Method Summary
 java.lang.String getClientId()
          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 getClientSideObject()
           
 java.lang.String getCssClass()
          CSS class name applied to the Control CSSSheetURL must be set in order 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()
           
 boolean getVisible()
           
 int getWidth()
           
 boolean isDownLevel()
          Whether the control is running for a 'down level' (old) browser and therefore reduced functionality.
 boolean isEnabled()
           
 boolean isForceDownLevelOnly()
           
 boolean isMultiline()
           
 boolean isReadOnly()
           
protected  void OnInit(java.io.Writer output, javax.servlet.ServletRequest r)
           
protected  void OnPreRender(java.io.Writer output, javax.servlet.ServletRequest r)
          Called during the pre-render page cycle.
protected  void Render(java.io.Writer output, javax.servlet.ServletRequest r)
           
 void setCssClass(java.lang.String value)
          CSS class name applied to the Control CSSSheetURL must be set in order 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 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)
           
 void setVisible(boolean value)
           
 void setWidth(int value)
           
 void writeHtml(java.io.Writer output, javax.servlet.ServletRequest r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidSpellWInlineTextBoxBean

public RapidSpellWInlineTextBoxBean()
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.


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.


getName

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


setName

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


getClientId

public java.lang.String getClientId()
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.


getText

public java.lang.String getText()

setText

public void setText(java.lang.String value)

getWidth

public int getWidth()

setWidth

public void setWidth(int value)

getHeight

public int getHeight()

setHeight

public void setHeight(int value)

writeHtml

public void writeHtml(java.io.Writer output,
                      javax.servlet.ServletRequest r)
               throws java.io.IOException
Throws:
java.io.IOException

OnInit

protected void OnInit(java.io.Writer output,
                      javax.servlet.ServletRequest r)
               throws java.io.IOException
Throws:
java.io.IOException

getForceDownLevelOnly

public boolean getForceDownLevelOnly()
Whether to force the control to work as if the client browser is 'down-level'. This is useful for testing web-site behaviour with all browser types.


setForceDownLevelOnly

public void setForceDownLevelOnly(boolean value)
Whether to force the control to work as if the client browser is 'down-level'. This is useful for testing web-site behaviour with all browser types.


getCssSheetURL

public java.lang.String getCssSheetURL()
The URL of a CSS style-sheet that should be applied to the inside of the text box. Only the style of the inside of the text box is affected by this style-sheet. Properties such as border should be modified by sheets applicable to the main page.


setCssSheetURL

public void setCssSheetURL(java.lang.String value)
The URL of a CSS style-sheet that should be applied to the inside of the text box. Only the style of the inside of the text box is affected by this style-sheet. Properties such as border should be modified by sheets applicable to the main page.


getCustomAttributes

public java.lang.String getCustomAttributes()
Any custom attributes that should be written to the tag.


setCustomAttributes

public void setCustomAttributes(java.lang.String value)
Any custom attributes that should be written to the tag.


getCssClass

public java.lang.String getCssClass()
CSS class name applied to the Control CSSSheetURL must be set in order for this to have effect inside the control.


setCssClass

public void setCssClass(java.lang.String value)
CSS class name applied to the Control CSSSheetURL must be set in order for this to have effect inside the control.


isDownLevel

public boolean isDownLevel()
Whether the control is running for a 'down level' (old) browser and therefore reduced functionality. This returns true for older browsers and/or when ForceDownLevelOnly is set true, and/or TextMode==Password.


OnPreRender

protected void OnPreRender(java.io.Writer output,
                           javax.servlet.ServletRequest r)
                    throws java.io.IOException
Called during the pre-render page cycle.

Throws:
java.io.IOException

getClientSideObject

public java.lang.String getClientSideObject()

Render

protected void Render(java.io.Writer output,
                      javax.servlet.ServletRequest r)
               throws java.io.IOException
Throws:
java.io.IOException

isForceDownLevelOnly

public boolean isForceDownLevelOnly()

getStylePosition

public java.lang.String getStylePosition()

setStylePosition

public void setStylePosition(java.lang.String stylePosition)

getStyleTop

public java.lang.String getStyleTop()

setStyleTop

public void setStyleTop(java.lang.String styleTop)

getStyleLeft

public java.lang.String getStyleLeft()

setStyleLeft

public void setStyleLeft(java.lang.String styleLeft)

getStyleZIndex

public java.lang.String getStyleZIndex()

setStyleZIndex

public void setStyleZIndex(java.lang.String styleZIndex)

getStyleFontWeight

public java.lang.String getStyleFontWeight()

setStyleFontWeight

public void setStyleFontWeight(java.lang.String styleFontWeight)

getStyleFontFamily

public java.lang.String getStyleFontFamily()

setStyleFontFamily

public void setStyleFontFamily(java.lang.String styleFontFamily)

getStyleBackColor

public java.lang.String getStyleBackColor()

setStyleBackColor

public void setStyleBackColor(java.lang.String styleBackColor)

getStyleForeColor

public java.lang.String getStyleForeColor()

setStyleForeColor

public void setStyleForeColor(java.lang.String styleForeColor)

getStyleFontSize

public java.lang.String getStyleFontSize()

setStyleFontSize

public void setStyleFontSize(java.lang.String styleFontSize)

getStyleFontStyle

public java.lang.String getStyleFontStyle()

setStyleFontStyle

public void setStyleFontStyle(java.lang.String styleFontStyle)

getStyleFontTextDecoration

public java.lang.String getStyleFontTextDecoration()

setStyleFontTextDecoration

public void setStyleFontTextDecoration(java.lang.String styleFontTextDecoration)

getMaxLength

public int getMaxLength()

setMaxLength

public void setMaxLength(int maxLength)

getStyleBorderWidth

public int getStyleBorderWidth()

setStyleBorderWidth

public void setStyleBorderWidth(int styleBorderWidth)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean value)

isMultiline

public boolean isMultiline()

setMultiline

public void setMultiline(boolean value)

isReadOnly

public boolean isReadOnly()

setReadOnly

public void setReadOnly(boolean value)

getStyleBorderColor

public java.lang.String getStyleBorderColor()

setStyleBorderColor

public void setStyleBorderColor(java.lang.String styleBorderColor)

getStyleBorderStyle

public java.lang.String getStyleBorderStyle()

setStyleBorderStyle

public void setStyleBorderStyle(java.lang.String styleBorderStyle)

getTabIndex

public int getTabIndex()

setTabIndex

public void setTabIndex(int value)

getVisible

public boolean getVisible()

setVisible

public void setVisible(boolean value)

RapidSpell Web


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