|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionWidget
An ActionWidget represents a not editable widget used for specific actions on this Widget's elements.
NavigationWidget,
Candidate,
CandidateListener| Method Summary | |
|---|---|
void |
addCandidatesListener(CandidateListener listener)
Adds the given CandidateListener to this ActionWidget. |
java.util.List<Candidate> |
getCandidates()
Returns the possible candidates for this ActionWidget. |
void |
removeCandidatesListener(CandidateListener listener)
Removes the given CandidateListener from this ActionWidget. |
void |
setCandidates(java.util.List<Candidate> candidates)
Sets the possible candidates for the action. |
| Methods inherited from interface com.sysord.mad.widget.Widget |
|---|
accept, addCommand, addDisposeListener, addElementListener, addVisibilityListener, clone, dispose, executeCommand, getAdapter, getAdapter, getCommand, getConfig, getContextElement, getId, getLabel, getOwnerViewModel, getOwnerWidget, getType, getValuedSemanticElement, isVisible, removeCommand, removeDisposeListener, removeElementListener, removeVisibilityListener, setConfig, setLabel, setOwnerViewModel, setOwnerWidget, setValuedSemanticElement, setVisible |
| Method Detail |
|---|
void setCandidates(java.util.List<Candidate> candidates)
candidates - java.util.List<Candidate> getCandidates()
void addCandidatesListener(CandidateListener listener)
CandidateListener to this ActionWidget.
listener - The CandidateListener to add.void removeCandidatesListener(CandidateListener listener)
CandidateListener from this ActionWidget.
listener - The CandidateListener to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||