public interface ShowDisabledTransitions<K,T> extends TransitionFactory<K,T>
TransitionFactory to show disabled actions| Modifier and Type | Method and Description |
|---|---|
boolean |
showDisabledTransition(AppContext c,
T target,
K key)
If the transition is NOT allowed but this method returns true the button is stills shown but disabled.
|
accept, allowTransition, getSummaryContent, getTargetName, getTransition, getTransitions, lookupTransitiongetContextboolean showDisabledTransition(AppContext c, T target, K key)
c - AppContexttarget - target objectkey - identifying key object for transition