public interface ShowDisabledTransitions<K,T> extends TransitionFactory<K,T>
TransitionFactory
to show disabled actionsModifier 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, lookupTransition
getContext
boolean showDisabledTransition(AppContext c, T target, K key)
c
- AppContexttarget
- target objectkey
- identifying key object for transition