isAllStacksAllowed

public abstract Boolean isAllStacksAllowed()

Finds out whether all stacks have been allowed 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 allowed.

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 allowed, false if at least one stack is not allowed and null if no stack is present