| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.xpshared.htmlelements.HTMLElement
com.plumtree.xpshared.htmlelements.HTMLGenericInputElement
com.plumtree.xpshared.htmlelements.HTMLTextArea
public class HTMLTextArea
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class com.plumtree.xpshared.htmlelements.HTMLElement | 
|---|
HTMLElement.ValidationLevel | 
| Field Summary | 
|---|
| Fields inherited from class com.plumtree.xpshared.htmlelements.HTMLElement | 
|---|
aNewLine, bAllowEvents, bAllowSetStyleClassWithString, bCheckNestedStringForHTML, bDisplayDidPause, bEnforceMaxTableDepth, bForceFormattingOff, bForceFormattingOn, bPauseAfterDisplay, bPrintComments, bResumingAndChildFinished, bResumingAndChildInMidRender, bShowLang, iMaxTableDepth, sLangLocal, sNewLine, sTab | 
| Constructor Summary | |
|---|---|
HTMLTextArea(java.lang.String cols,
             java.lang.String rows)
 | 
|
| Method Summary | |
|---|---|
protected  void | 
AppendBeginningOfOpeningTag(boolean bFormat,
                            XPStringBuilder sb,
                            IXPResponse response)
This method generates the beginning of the opening tag.  | 
protected  void | 
AppendClosingTag(boolean bFormat,
                 XPStringBuilder sb,
                 IXPResponse response)
This method generates the closing tag of this html element.  | 
 void | 
ClearTabIndex()
Sets sTabIndex to null.  | 
 java.lang.String | 
GetCols()
Call this method to get the value of the cols attribute.  | 
 boolean | 
GetReadOnly()
Get the value of the readonly attribute.  | 
 java.lang.String | 
GetRows()
Call this method to get the value of the rows attribute.  | 
 java.lang.String | 
GetTabIndex()
Returns the tab index.  | 
protected  void | 
InternalWrite(boolean bFormat,
              XPStringBuilder sb,
              IXPResponse response)
HTMLElement.InternalWrite rewritten to prevent formatting.  | 
protected  boolean | 
ProvidesClosingTag()
Indicates whether or not this HTML element provides a closing tag.  | 
 void | 
SetDisabled(boolean bInputDisabled)
Set the value of the Disabled attribute.  | 
 void | 
SetReadOnly(boolean bInputReadOnly)
Set the value of the readonly attribute.  | 
 void | 
SetTabIndex(java.lang.String _sTabIndex)
Sets the tab index.  | 
 void | 
SetValue(java.lang.String s)
This method rewritten to prevent usage.  | 
 void | 
ValidateName(java.lang.String s)
Call this method to validate the name of this HTMLTextArea.  | 
| Methods inherited from class com.plumtree.xpshared.htmlelements.HTMLGenericInputElement | 
|---|
GetOnBlur, GetOnChange, GetOnFocus, GetValue, SetName, SetOnBlur, SetOnChange, SetOnFocus, SetValidateName | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HTMLTextArea(java.lang.String cols,
                    java.lang.String rows)
cols - Pass the cols string of this textarea.rows - Pass the rows string of this textarea.
HTMLException| Method Detail | 
|---|
public java.lang.String GetCols()
public boolean GetReadOnly()
public java.lang.String GetRows()
public void SetReadOnly(boolean bInputReadOnly)
bInputReadOnly - valuepublic void SetDisabled(boolean bInputDisabled)
SetDisabled in class HTMLElementbInputDisabled - valuepublic void SetValue(java.lang.String s)
SetValue in class HTMLGenericInputElements - String value
HTMLException - This method throws an exception.public void ValidateName(java.lang.String s)
ValidateName in class HTMLGenericInputElements - String name.
HTMLException - This method throws an exception if the name passed
         is not valid.
protected void InternalWrite(boolean bFormat,
                             XPStringBuilder sb,
                             IXPResponse response)
InternalWrite in class HTMLElementbFormat - Pass a boolean indicating whether or not to format the
        output.sb - Pass an XPStringBuilder to which you wish the String appended.
        Pass null if you do not wish the string appended to an
        XPStringBuilder.response - Pass an IXPResponse to which you wish the String written.
        Pass null if you do not wish the string written to an
        IXPResponse.
HTMLException
protected void AppendBeginningOfOpeningTag(boolean bFormat,
                                           XPStringBuilder sb,
                                           IXPResponse response)
AppendBeginningOfOpeningTag in class HTMLElementbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponsepublic java.lang.String GetTabIndex()
public void SetTabIndex(java.lang.String _sTabIndex)
public void ClearTabIndex()
protected void AppendClosingTag(boolean bFormat,
                                XPStringBuilder sb,
                                IXPResponse response)
AppendClosingTag in class HTMLElementbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponseprotected boolean ProvidesClosingTag()
ProvidesClosingTag in class HTMLElement
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||