|
||||||||||
| 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
info.informatica.ui.html.tag.FormDateField
public final class FormDateField
HTML form date field.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class info.informatica.doc.DocumentFragment |
|---|
info.informatica.doc.DocumentFragment.FragmentComp, info.informatica.doc.DocumentFragment.NotFragmentComp |
| Constructor Summary | |
|---|---|
FormDateField(String tagid,
ControlName nameattr,
info.informatica.doc.FragmentPosition pos)
|
|
| Method Summary | |
|---|---|
DataField |
guessDataField()
Try to guess the DataType from the default value, and return a temptative DataField representing this field. |
void |
init(DataField de)
Inicializa el valor del campo |
void |
mapDataToUI(DataField de,
Dataset ds,
Map<String,Object> m)
|
void |
setValue(javax.servlet.http.HttpServletRequest req)
Set value(s) from HttpServletRequest. |
| Methods inherited from class info.informatica.ui.html.tag.FormField |
|---|
getName, startTag |
| Methods inherited from class info.informatica.ui.html.tag.FormData |
|---|
createField, createField, getAttributes, getControlName, getFieldname, getFieldSize, getFormat, getStringValues, getValue, 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 |
| Constructor Detail |
|---|
public FormDateField(String tagid,
ControlName nameattr,
info.informatica.doc.FragmentPosition pos)
| Method Detail |
|---|
public void init(DataField de)
throws DataFieldException
FormData
init in interface DataControlinit in class FormDataDataFieldException
public void setValue(javax.servlet.http.HttpServletRequest req)
throws DataFieldException
setValue in class FormFieldreq - the request containing the form values
DataFieldException - if an error occurs setting the values.public DataField guessDataField()
FormData
guessDataField in class FormData
public void mapDataToUI(DataField de,
Dataset ds,
Map<String,Object> m)
throws DatasetException
mapDataToUI in interface DataControlmapDataToUI in class FormDataDatasetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||