|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An adaptive control is a datatype aware control that uses the datamapper functionality to map between schema and display values
| Method Summary | |
void |
addActionListener(java.awt.event.ActionListener listener)
add a listener for actions in the component |
void |
addChangeListener(XChangeListener listener)
add a listener for changes in the component |
void |
destroy()
close up, free all memory (yet, do not do visible changes, such as setVisible since this will slow things up |
XComponent |
getComponent()
returns the abstract component for this control. |
Data |
getValue()
get the components current value |
void |
rewiringAboutToHappen()
This notifies the text control to save its value before rewiring |
void |
updateDisplay()
this function is used to notify the control to update its display according to the content of Data |
| Methods inherited from interface fi.hut.tml.xsmiles.mlfc.xforms.dominterface.TypedElement |
getData, getDataType, isInputControl, setData |
| Methods inherited from interface fi.hut.tml.xsmiles.mlfc.xforms.dominterface.FormControl |
isWritable |
| Method Detail |
public XComponent getComponent()
public void addChangeListener(XChangeListener listener)
public void addActionListener(java.awt.event.ActionListener listener)
public Data getValue()
public void updateDisplay()
public void rewiringAboutToHappen()
public void destroy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||