Interface IUAElement

    • Method Detail

      • isEnabled

        boolean isEnabled​(IEvaluationContext context)
        Returns whether or not this element should be enabled in the given context. Elements may be hidden (filtered) if certain conditions are true.
        Parameters:
        context - the context in which the element appears
        Returns:
        whether or not the element is enabled in the given context
      • getChildren

        IUAElement[] getChildren()
        Returns all sub-elements (children) of this element.
        Returns:
        the sub-elements of this element