All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.metamodel.facets.disable.DisableForContextFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.disable;

import org.nakedobjects.metamodel.adapter.NakedObject;
import org.nakedobjects.metamodel.facets.Facet;
import org.nakedobjects.metamodel.interactions.DisablingInteractionAdvisor;


/**
 * Disable a property, collection or action based on the state of the target {@link NakedObject object}.
 * 
 * 

* In the standard Naked Objects Programming Model, corresponds to invoking the disableXxx support * method for the member. */ public interface DisableForContextFacet extends Facet, DisablingInteractionAdvisor { /** * The reason this object is disabled, or null otherwise. */ public String disabledReason(NakedObject object); } // Copyright (c) Naked Objects Group Ltd.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy