|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HidingInteractionAdvisor
Mix-in interface for facets that can advise as to whether a member should be hidden.
DisablingInteractionAdvisor,
ValidatingInteractionAdvisor| Field Summary |
|---|
| Fields inherited from interface org.nakedobjects.metamodel.consent.InteractionAdvisorFacet |
|---|
NOOP |
| Method Summary | |
|---|---|
java.lang.String |
hides(VisibilityContext<? extends VisibilityEvent> ic)
Whether the rule represented by this facet hides the member to which it applies. |
| Methods inherited from interface org.nakedobjects.metamodel.facets.Facet |
|---|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet |
| Method Detail |
|---|
java.lang.String hides(VisibilityContext<? extends VisibilityEvent> ic)
Implementations should use the provided InteractionContext to determine whether they declare
the object/member is hidden. They must however guard against a null
target and session -
neither are guaranteed to be populated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||