org.nakedobjects.metamodel.facets.actions.choices
Class ActionChoicesFacetNone

java.lang.Object
  extended by org.nakedobjects.metamodel.facets.FacetAbstract
      extended by org.nakedobjects.metamodel.facets.actions.choices.ActionChoicesFacetAbstract
          extended by org.nakedobjects.metamodel.facets.actions.choices.ActionChoicesFacetNone
All Implemented Interfaces:
ActionChoicesFacet, Facet

public class ActionChoicesFacetNone
extends ActionChoicesFacetAbstract


Constructor Summary
ActionChoicesFacetNone(FacetHolder holder)
           
 
Method Summary
 java.lang.Object[][] getChoices(NakedObject inObject)
           
 boolean isNoop()
          Assume implementation is not a no-op.
 
Methods inherited from class org.nakedobjects.metamodel.facets.actions.choices.ActionChoicesFacetAbstract
type
 
Methods inherited from class org.nakedobjects.metamodel.facets.FacetAbstract
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet, toString, toStringValues, unwrapObject, unwrapString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet
 

Constructor Detail

ActionChoicesFacetNone

public ActionChoicesFacetNone(FacetHolder holder)
Method Detail

getChoices

public java.lang.Object[][] getChoices(NakedObject inObject)

isNoop

public boolean isNoop()
Description copied from class: FacetAbstract
Assume implementation is not a no-op.

No-op implementations should override and return true.

Specified by:
isNoop in interface Facet
Overrides:
isNoop in class FacetAbstract


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.