| 
|||||||||
| 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.HTMLCheckBoxPlus
public class HTMLCheckBoxPlus
Check box page control handles display and values of a check box.
| Field Summary | |
|---|---|
protected  boolean | 
bChecked
hold this check box's 'checked' state  | 
 HTMLInput | 
m_ptHTMLInput
the HTMLInput object this wraps  | 
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 | |
|---|---|
HTMLCheckBoxPlus()
Default constructor.  | 
|
| Method Summary | |
|---|---|
 java.lang.Object | 
Create()
This method is used by the ASManager to return new instances of managed objects.  | 
 HTMLElementCollection | 
GetComponentHTML()
Returns the HTML for this component.  | 
 java.lang.String | 
GetDescription()
 | 
protected  java.lang.String | 
GetHTMLComponentBaseName()
Returns the base name of this HTML Component.  | 
 HTMLImg | 
GetIcon()
 | 
 java.lang.String | 
GetName()
Return the name of the MVC object.  | 
 ASURL | 
GetURL()
 | 
 void | 
Init(PageMgr _ptPageMgr,
     java.lang.String _strUniqueInstanceID,
     java.lang.String _strValue)
Initializes a new HTMLCheckBoxPlus object.  | 
 boolean | 
IsChecked()
Returns the boolean checked attribute of this checkbox.  | 
 void | 
SetChecked(boolean isChecked)
Sets the boolean checked attribute of this checkbox.  | 
 void | 
SetDescription(java.lang.String description)
 | 
 void | 
SetIcon(HTMLImg icon)
 | 
 void | 
SetURL(ASURL m_pturl)
 | 
| 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
protected boolean bChecked
public HTMLInput m_ptHTMLInput
| Constructor Detail | 
|---|
public HTMLCheckBoxPlus()
| Method Detail | 
|---|
public void Init(PageMgr _ptPageMgr,
                 java.lang.String _strUniqueInstanceID,
                 java.lang.String _strValue)
_ptPageMgr - PageManager_strUniqueInstanceID - Unique Instance ID_strCols - Check Box Valueprotected 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 HTMLImg GetIcon()
public void SetIcon(HTMLImg icon)
icon - The m_ptIcon to set.public ASURL GetURL()
public void SetURL(ASURL m_pturl)
m_pturl - The m_ptURL to set.public java.lang.String GetDescription()
public void SetDescription(java.lang.String description)
description - The m_sDescription to set.public void SetChecked(boolean isChecked)
isChecked - booleanpublic boolean IsChecked()
isChecked - boolean
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||