PHTTPSubForm Class Reference

#include <httpform.h>

Inheritance diagram for PHTTPSubForm:

PHTTPCompositeField PHTTPField PObject List of all members.

Public Member Functions

 PHTTPSubForm (const PString &subFormName, const char *name, const char *title=NULL, PINDEX primaryField=0, PINDEX secondaryField=P_MAX_INDEX)
PHTTPFieldNewField () const
void GetHTMLTag (PHTML &html) const
void GetHTMLHeading (PHTML &html) const

Protected Attributes

PString subFormName
PINDEX primary
PINDEX secondary

Constructor & Destructor Documentation

PHTTPSubForm::PHTTPSubForm ( const PString subFormName,
const char *  name,
const char *  title = NULL,
PINDEX  primaryField = 0,
PINDEX  secondaryField = P_MAX_INDEX 
)


Member Function Documentation

PHTTPField* PHTTPSubForm::NewField (  )  const [virtual]

Create a new field of the same class as the current field.

Returns:
New field object instance.

Reimplemented from PHTTPCompositeField.

void PHTTPSubForm::GetHTMLTag ( PHTML html  )  const [virtual]

Convert the field to HTML form tag for inclusion into the HTTP page.

Reimplemented from PHTTPCompositeField.

void PHTTPSubForm::GetHTMLHeading ( PHTML html  )  const [virtual]

Convert the field to HTML for inclusion into the HTTP page.

Reimplemented from PHTTPCompositeField.


Member Data Documentation

PString PHTTPSubForm::subFormName [protected]

PINDEX PHTTPSubForm::primary [protected]

PINDEX PHTTPSubForm::secondary [protected]


The documentation for this class was generated from the following file:
Generated on Fri Mar 7 06:25:06 2008 for PTLib by  doxygen 1.5.1