com.plumtree.uiinfrastructure.pagecontrols.framework
Class HTMLComponentMgr

java.lang.Object
  extended by com.plumtree.uiinfrastructure.pagecontrols.framework.ComponentMgr
      extended by com.plumtree.uiinfrastructure.pagecontrols.framework.HTMLComponentMgr

public class HTMLComponentMgr
extends ComponentMgr

The default ComponentMgr for HTML Page Controls who don't need additional JavaScript to render. This class extends ComponentMgr and as of now doesn't do anything new.

Author:
caiusv

Field Summary
static java.lang.String STR_CLASS_NAME
          class name constant
 
Constructor Summary
HTMLComponentMgr(PageMgr _pageMgr)
          Default constructor.
 
Method Summary
 
Methods inherited from class com.plumtree.uiinfrastructure.pagecontrols.framework.ComponentMgr
AddToValidationFunction, GetAllHeadContent, GetAllPostContent, GetAllPreContent, GetAllPreFormContent, GetComponent, GetComponent, GetComponentHeadContent, GetComponentHeadContent, GetComponentHTML, GetComponentHTML, GetComponentPostContent, GetComponentPostContent, GetComponentPreContent, GetComponentPreContent, GetComponentPreFormContent, GetComponentPreFormContent, GetJSValidationCode, GetNumComponents, GetPageHeadContent, GetPageMgr, GetPagePostContent, GetPagePreContent, GetPagePreFormContent, RegisterComponent, StoreAllUserInput, StoreUserInput, StoreUserInput, UnRegisterComponent, Validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_CLASS_NAME

public static final java.lang.String STR_CLASS_NAME
class name constant

See Also:
Constant Field Values
Constructor Detail

HTMLComponentMgr

public HTMLComponentMgr(PageMgr _pageMgr)
Default constructor.

Parameters:
_pageMgr -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.