org.nakedobjects.metamodel.facets.hide
Interface HideForContextFacet
- All Superinterfaces:
- Facet, HidingInteractionAdvisor, InteractionAdvisor, InteractionAdvisorFacet
- All Known Implementing Classes:
- HideForContextFacetAbstract, HideForContextFacetNone, HideForContextFacetViaMethod
public interface HideForContextFacet
- extends Facet, HidingInteractionAdvisor
Hide a property, collection or action based on the state of the target object.
In the standard Naked Objects Programming Model, corresponds to invoking the hideXxx support
method for the member.
hiddenReason
java.lang.String hiddenReason(NakedObject object)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.