isAllStacksDisallowed

public abstract Boolean isAllStacksDisallowed()

Finds out whether all stacks have been disallowed by the user. If, on the other hand, stacks are present, then processing will be carried out and false will be returned if at least one of them is not disallowed.

Important: If no stack is present when calling this method no processing will be performed and null will be returned.

Return

true if all are disallowed, false if at least one stack is not disallowed and null if no stack is present