|
Elexis API documentation as of September 4 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveControl | |
---|---|
ch.elexis.selectors |
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 |
|
Elexis API documentation as of September 4 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |