|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.gui.jspbeans.JSPAbstractContainer | +--com.ibm.dse.gui.jspbeans.JSPFormControlBean
This class is the container for form encapsulated tags. It also renders the required html code for a form tag
Fields inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractContainer |
_properties,
GET,
NULL,
POST,
SELF,
TOP |
Constructor Summary | |
JSPFormControlBean()
JSPFormControlBean constructor. |
|
JSPFormControlBean(JspContextServices anInterface,
java.lang.String aDataName)
JSPFormControlBean constructor. |
Method Summary | |
java.lang.String |
toHTMLString()
The renderer of the JSPBean |
Methods inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractContainer |
add,
elementAt,
getComponents,
getDataName,
getErrorList,
getInterface,
getProperty,
inherit,
putError,
renderComponents,
setDataName,
setInterface,
setProperty,
size |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JSPFormControlBean()
public JSPFormControlBean(JspContextServices anInterface, java.lang.String aDataName)
anInterface
- com.ibm.dse.cs.html.JspContextServicesaDataName
- java.lang.StringMethod Detail |
public java.lang.String toHTMLString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |