org.nakedobjects.metamodel.facets.actions.choices
Interface ActionChoicesFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- ActionChoicesFacetAbstract, ActionChoicesFacetNone, ActionChoicesFacetViaMethod
public interface ActionChoicesFacet
- extends Facet
Obtain choices for each of the parameters of the action.
In the standard Naked Objects Programming Model, corresponds to invoking the choicesXxx support
method for an action.
getChoices
java.lang.Object[][] getChoices(NakedObject inObject)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.