|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.pagecontrols.framework.AComponent
com.plumtree.uiinfrastructure.pagecontrols.framework.AHTMLComponent
com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols.HTMLTextArea
public class HTMLTextArea
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
class name constant |
| Fields inherited from class com.plumtree.uiinfrastructure.pagecontrols.framework.AComponent |
|---|
m_ptPageMgr |
| Constructor Summary | |
|---|---|
HTMLTextArea()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
int |
GetComponentCols()
Return m_sHTMLComponentCols, coloumn size for the text area. |
HTMLElementCollection |
GetComponentHTML()
Returns the HTML for this component. |
int |
GetComponentRows()
Return m_sHTMLComponentRows, row size for the text area. |
protected java.lang.String |
GetHTMLComponentBaseName()
Returns the base name of this HTML Component. |
java.lang.String |
GetName()
Return the name of the MVC object. |
void |
Init(PageMgr _ptPageMgr,
java.lang.String _strUniqueInstanceID,
int _iCols,
int _iRows)
Initializes a ATextArea object. |
void |
SetComponentCols(int _cols)
Set the column size (m_iHTMLComponentCols) for textarea. |
void |
SetComponentRows(int _rows)
Set the rpw size (m_iHTMLComponentRows) for textarea. |
| Methods inherited from class com.plumtree.uiinfrastructure.pagecontrols.framework.AHTMLComponent |
|---|
AddValidator, GetComponentMgr, GetComponentMgrName, GetHTMLComponentName, GetHTMLComponentSize, GetHTMLComponentStyleClass, GetHTMLComponentValue, GetJSValidationCode, GetLabel, GetValidators, Init, SetHTMLComponentName, SetHTMLComponentSize, SetHTMLComponentStyleClass, SetHTMLComponentValue, SetLabel, SetParameters, StoreUserInput, Validate |
| Methods inherited from class com.plumtree.uiinfrastructure.pagecontrols.framework.AComponent |
|---|
AppendUniqueIDToElementName, GetComponentHeadContent, GetComponentPostContent, GetComponentPreContent, GetComponentPreFormContent, GetPageMgr, GetSubComponentHTMLByIndex, GetUniqueInstanceID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IPageControl |
|---|
GetComponentMgr, GetComponentMgrName, GetUniqueInstanceID, StoreUserInput |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
| Constructor Detail |
|---|
public HTMLTextArea()
| Method Detail |
|---|
public void Init(PageMgr _ptPageMgr,
java.lang.String _strUniqueInstanceID,
int _iCols,
int _iRows)
_ptPageMgr - PageManager_strUniqueInstanceID - Unique Instance ID_iCols - Text Area columns_iRows - Text Area rowsprotected java.lang.String GetHTMLComponentBaseName()
GetHTMLComponentBaseName in class AHTMLComponentpublic HTMLElementCollection GetComponentHTML()
GetComponentHTML in interface IPageControlGetComponentHTML in class AComponentpublic java.lang.Object Create()
Create in interface IManagedObjectCreate in class AComponentpublic java.lang.String GetName()
GetName in interface IMVCObjectGetName in class AComponentpublic int GetComponentCols()
public int GetComponentRows()
public void SetComponentCols(int _cols)
_cols - column sizepublic void SetComponentRows(int _rows)
_ros - column size
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||