com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols
Class HTMLHidden
java.lang.Object
  
com.plumtree.uiinfrastructure.pagecontrols.framework.AComponent
      
com.plumtree.uiinfrastructure.pagecontrols.framework.AHTMLComponent
          
com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols.HTMLHidden
- All Implemented Interfaces: 
 - IManagedObject, IMVCObject, IPageControl
 
public class HTMLHidden
- extends AHTMLComponent
- implements IPageControl
  
- Author:
 
  - CaiusV
 
 
 
| 
Constructor Summary | 
HTMLHidden()
 
          Creates a new HTMLHidden object | 
 
| 
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. | 
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)
 
          JF- Initializes a new AHTMLComponent object. | 
 
| Methods inherited from class com.plumtree.uiinfrastructure.pagecontrols.framework.AHTMLComponent | 
AddValidator, GetComponentMgr, GetComponentMgrName, GetHTMLComponentName, GetHTMLComponentSize, GetHTMLComponentStyleClass, GetHTMLComponentValue, GetJSValidationCode, GetLabel, GetValidators, SetHTMLComponentName, SetHTMLComponentSize, SetHTMLComponentStyleClass, SetHTMLComponentValue, SetLabel, SetParameters, StoreUserInput, Validate | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
STR_MVC_CLASS_NAME
public static final java.lang.String STR_MVC_CLASS_NAME
- See Also:
 - Constant Field Values
 
HTMLHidden
public HTMLHidden()
- Creates a new HTMLHidden object
 
Init
public void Init(PageMgr _ptPageMgr,
                 java.lang.String _strUniqueInstanceID)
- JF- Initializes a new AHTMLComponent object.
- Overrides:
 Init in class AHTMLComponent
 
- Parameters:
 _ptComponentMgr - The component manager for this component._strUniqueInstanceID - The unique ID for this component.
 
 
GetHTMLComponentBaseName
protected java.lang.String GetHTMLComponentBaseName()
- Returns the base name of this HTML Component.
- Specified by:
 GetHTMLComponentBaseName in class AHTMLComponent
 
- Returns:
 - String
 
 
 
GetComponentHTML
public HTMLElementCollection GetComponentHTML()
- Returns the HTML for this component.
- Specified by:
 GetComponentHTML in interface IPageControl- Specified by:
 GetComponentHTML in class AComponent
 
- Returns:
 
 
 
Create
public java.lang.Object Create()
- This method is used by the ASManager to return new instances of managed
 objects.
- Specified by:
 Create in interface IManagedObject- Specified by:
 Create in class AComponent
 
- Returns:
 - A new instance of the managed class (i.e. return new Foo();)
 
 
 
GetName
public java.lang.String GetName()
- Return the name of the MVC object.
- Specified by:
 GetName in interface IMVCObject- Specified by:
 GetName in class AComponent
 
- Returns:
 - the name of the object.