isLeaf

public abstract Boolean isLeaf()

Utility method for checking if this node has any children. Only leaf nodes are valid selectable choices.

True if this node children list is empty, otherwise false.