|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveControl | |
---|---|
ch.elexis.selectors | |
com.hilotec.elexis.messwerte.v2.data.typen |
Uses of ActiveControl in ch.elexis.selectors |
---|
Methods in ch.elexis.selectors that return types with arguments of type ActiveControl | |
---|---|
java.util.List<ActiveControl> |
DisplayPanel.getControls()
Return all ActiveControls attached to this panel |
java.util.List<ActiveControl> |
SelectorPanel.getControls()
Return all ActiveControls attached to this panel |
Methods in ch.elexis.selectors with parameters of type ActiveControl | |
---|---|
void |
DisplayPanel.addField(ActiveControl ac)
Add a field to the panel |
void |
SelectorPanel.addField(ActiveControl ac)
Add a field to the panel |
void |
DisplayPanel.addFields(ActiveControl... activeControls)
Add a number of fields to the Panel |
void |
SelectorPanel.addFields(ActiveControl... newControls)
Add a number of fields to the Panel |
void |
ActiveControlListener.contentsChanged(ActiveControl ac)
Contents of field has chsnged. |
void |
DisplayPanel.contentsChanged(ActiveControl ac)
|
void |
SelectorPanel.contentsChanged(ActiveControl field)
From ActiveControlListener: Notify that the contents of a field has changed This will in turn notify the SelectorListeners attached to this panel |
void |
ActiveControlListener.invalidContents(ActiveControl field)
|
void |
DisplayPanel.invalidContents(ActiveControl field)
|
void |
SelectorPanel.invalidContents(ActiveControl field)
inform the user, that a field has invalid content |
void |
ActiveControlListener.titleClicked(ActiveControl field)
|
void |
DisplayPanel.titleClicked(ActiveControl field)
From ActiveControlListener: Notify that the user clicked the label of a field This will in turn notify the SelectorListeners attached to this panel |
void |
SelectorPanel.titleClicked(ActiveControl field)
From ActiveControlListener: Notify that the user clicked the label of a field This will in turn notify the SelectorListeners attached to this panel |
Uses of ActiveControl in com.hilotec.elexis.messwerte.v2.data.typen |
---|
Methods in com.hilotec.elexis.messwerte.v2.data.typen that return ActiveControl | |
---|---|
ActiveControl |
IMesswertTyp.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
Erzeugt ein AciveControl und befüllt es mit dem Messwert |
ActiveControl |
MesswertTypBool.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
ActiveControl |
MesswertTypCalc.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
ActiveControl |
MesswertTypCount.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
ActiveControl |
MesswertTypData.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
ActiveControl |
MesswertTypDate.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
ActiveControl |
MesswertTypEnum.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
ActiveControl |
MesswertTypNum.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
ActiveControl |
MesswertTypScale.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
ActiveControl |
MesswertTypStr.createControl(Composite parent,
Messwert messwert,
boolean bEditable)
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |