Class UI

  • All Implemented Interfaces:
    Peer

    public final class UI
    extends ProtoableNode
    This class implements the functionality represented by the element in the XFA grammar.
    • Constructor Detail

    • Method Detail

      • getUIElement

        public Element getUIElement​(boolean bPeek)
        Get the UI element for this UI node. There may be more one UI element. This method will return the most appropriate UI based on the context of the call.
        Parameters:
        bPeek - - If true and if no UI elements are present then an XFADefaultUI will be returned. Should NOT modify returned node if true.
        Returns:
        an Node of the UIElement.
      • defaultElement

        public int defaultElement()
        Description copied from class: Element
        Returns the class tag of the default one-of child (if there is one)
        Overrides:
        defaultElement in class Element
        Returns:
        the integer tag for the default element.