|
||||||||||
| 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.FormSelectField
public class FormSelectField
HTML form select 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 | |
|---|---|
FormSelectField(String tagid,
ControlName nameattr,
info.informatica.doc.FragmentPosition pos)
|
|
| Method Summary | |
|---|---|
void |
addOptionItem(String item_id,
OptionItem item)
|
String |
getName()
Gets the name of the tag. |
OptionItem |
getOptionItem(String option_id)
|
Collection<OptionItem> |
getOptions()
|
info.informatica.doc.DocumentFragment |
getTagData()
|
boolean |
isMultiple()
|
void |
mapDataToUI(DataField de,
Dataset ds,
Map<String,Object> m)
|
void |
selectOption(String option_id)
|
void |
setTagData(info.informatica.doc.DocumentFragment tagdata)
|
void |
setValue(String[] sa)
|
| Methods inherited from class info.informatica.ui.html.tag.FormField |
|---|
setValue, startTag |
| Methods inherited from class info.informatica.ui.html.tag.FormData |
|---|
createField, createField, getAttributes, getControlName, getFieldname, getFieldSize, getFormat, getStringValues, getValue, guessDataField, init, mapInputField, setFieldname, setFormat, setValue, setValue, toString, toString |
| Methods inherited from class info.informatica.html.tag.HTMLTag |
|---|
align, endTag, getAlignment, getBlockPosition, getId, getParent, getStyle, getStyleClass, isSelfClosing, length, onAttributeRemoved, onAttributes, onAttributeStringSet, onDummyAttributes, setAttributes, setId, setParent, setSelfClosing, setSelfClosing, 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 FormSelectField(String tagid,
ControlName nameattr,
info.informatica.doc.FragmentPosition pos)
| Method Detail |
|---|
public void addOptionItem(String item_id,
OptionItem item)
addOptionItem in interface OptionGrouppublic Collection<OptionItem> getOptions()
getOptions in interface OptionGrouppublic OptionItem getOptionItem(String option_id)
getOptionItem in interface OptionGroup
public void selectOption(String option_id)
throws IllegalOptionException
selectOption in interface OptionGroupIllegalOptionExceptionpublic boolean isMultiple()
isMultiple in interface OptionGrouppublic info.informatica.doc.DocumentFragment getTagData()
getTagData in class info.informatica.html.tag.HTMLTagpublic void setTagData(info.informatica.doc.DocumentFragment tagdata)
setTagData in class info.informatica.html.tag.HTMLTag
public void mapDataToUI(DataField de,
Dataset ds,
Map<String,Object> m)
throws DatasetException
mapDataToUI in interface DataControlmapDataToUI in class FormDataDatasetException
public void setValue(String[] sa)
throws DataFieldException
setValue in class FormDataDataFieldExceptionpublic String getName()
getName in class FormField
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||