|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.doc.DocumentFragment
info.informatica.html.tag.HTMLTag
info.informatica.ui.html.tag.FormData
info.informatica.ui.html.tag.FormField
public class FormField
Base class for all form fields.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class info.informatica.doc.DocumentFragment |
|---|
info.informatica.doc.DocumentFragment.FragmentComp, info.informatica.doc.DocumentFragment.NotFragmentComp |
| Method Summary | |
|---|---|
String |
getName()
Gets the name of the tag. |
void |
setValue(javax.servlet.http.HttpServletRequest req)
Set value(s) from HttpServletRequest. |
String |
startTag()
Returns the tag without the "close" tag. |
| Methods inherited from class info.informatica.ui.html.tag.FormData |
|---|
createField, createField, getAttributes, getControlName, getFieldname, getFieldSize, getFormat, getStringValues, getValue, guessDataField, init, mapDataToUI, mapInputField, setFieldname, setFormat, setValue, setValue, setValue, toString, toString |
| Methods inherited from class info.informatica.html.tag.HTMLTag |
|---|
align, endTag, getAlignment, getBlockPosition, getId, getParent, getStyle, getStyleClass, getTagData, isSelfClosing, length, onAttributeRemoved, onAttributes, onAttributeStringSet, onDummyAttributes, setAttributes, setId, setParent, setSelfClosing, setSelfClosing, setTagData, setTagData, toString, toString, toXml, vAlign |
| Methods inherited from class info.informatica.doc.DocumentFragment |
|---|
adjustWidth, compareTo, getCurrentPosition, getPosition, setPosition |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface info.informatica.html.tag.BodyTag |
|---|
getStyle, getStyleClass |
| Method Detail |
|---|
public void setValue(javax.servlet.http.HttpServletRequest req)
throws DataFieldException
req - the request containing the form values
DataFieldException - if an error occurs setting the values.public String getName()
getName in class info.informatica.html.tag.HTMLTagpublic String startTag()
startTag in class info.informatica.html.tag.HTMLTag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||