|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataControl
interface which adds format to data value.
Must be implemented by all data UI Controls.
| Method Summary | |
|---|---|
ControlName |
getControlName()
Returns the ID of this entity at User Interface. |
FieldName |
getFieldname()
Returns the name of the database field associated to this entity. |
Object |
getFormat()
Gets the format that applies to this UI element. |
void |
init(DataField de)
Initializes the value of the field. |
void |
mapDataToUI(DataField de,
Dataset ds,
Map<String,Object> m)
|
void |
setFieldname(FieldName name)
Sets the name of the data field associated to this UI field. |
void |
setFormat(Object fmt)
Sets the formatting object for this UI element. |
| Methods inherited from interface info.informatica.ui.DataValue |
|---|
getValue, setValue |
| Method Detail |
|---|
void init(DataField de)
throws DataFieldException
DataFieldExceptionControlName getControlName()
FieldName getFieldname()
void setFieldname(FieldName name)
void setFormat(Object fmt)
It is allowed to thow an UnsupportedOperationException if the UI Control does not support formatting.
fmt - the Formatting objectObject getFormat()
void mapDataToUI(DataField de,
Dataset ds,
Map<String,Object> m)
throws DatasetException
DatasetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||