org.apache.isis.core.progmodel.facets.properties.choices.enums
Class PropertyChoicesFacetDerivedFromChoicesFacet

java.lang.Object
  extended by org.apache.isis.core.metamodel.facetapi.FacetAbstract
      extended by org.apache.isis.core.progmodel.facets.properties.choices.PropertyChoicesFacetAbstract
          extended by org.apache.isis.core.progmodel.facets.properties.choices.enums.PropertyChoicesFacetDerivedFromChoicesFacet
All Implemented Interfaces:
org.apache.isis.core.metamodel.facetapi.Facet, org.apache.isis.core.metamodel.facets.properties.choices.PropertyChoicesFacet

public class PropertyChoicesFacetDerivedFromChoicesFacet
extends PropertyChoicesFacetAbstract


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.isis.core.metamodel.facetapi.FacetAbstract
org.apache.isis.core.metamodel.facetapi.FacetAbstract.Disabling, org.apache.isis.core.metamodel.facetapi.FacetAbstract.Hiding, org.apache.isis.core.metamodel.facetapi.FacetAbstract.Validating
 
Constructor Summary
PropertyChoicesFacetDerivedFromChoicesFacet(org.apache.isis.core.metamodel.facetapi.FacetHolder holder, org.apache.isis.core.metamodel.spec.SpecificationLookup specificationLookup)
           
 
Method Summary
 Object[] getChoices(org.apache.isis.core.metamodel.adapter.ObjectAdapter adapter, org.apache.isis.core.metamodel.spec.SpecificationLookup specificationLookup)
           
 org.apache.isis.core.metamodel.spec.ObjectSpecification getSpecification(Class<?> type)
           
 
Methods inherited from class org.apache.isis.core.progmodel.facets.properties.choices.PropertyChoicesFacetAbstract
getSpecificationLoader, type
 
Methods inherited from class org.apache.isis.core.metamodel.facetapi.FacetAbstract
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.isis.core.metamodel.facetapi.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Constructor Detail

PropertyChoicesFacetDerivedFromChoicesFacet

public PropertyChoicesFacetDerivedFromChoicesFacet(org.apache.isis.core.metamodel.facetapi.FacetHolder holder,
                                                   org.apache.isis.core.metamodel.spec.SpecificationLookup specificationLookup)
Method Detail

getChoices

public Object[] getChoices(org.apache.isis.core.metamodel.adapter.ObjectAdapter adapter,
                           org.apache.isis.core.metamodel.spec.SpecificationLookup specificationLookup)

getSpecification

public org.apache.isis.core.metamodel.spec.ObjectSpecification getSpecification(Class<?> type)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.