Class NamedFrame

    • Constructor Detail

      • NamedFrame

        @UiConstructor
        public NamedFrame​(java.lang.String name)
        Constructs a frame with the given name.
        Parameters:
        name - the name of the frame, which must contain at least one non-whitespace character and must not contain reserved HTML markup characters such as '<', '>', or '&'
        Throws:
        java.lang.IllegalArgumentException - if the supplied name is not allowed
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name associated with this frame.
        Returns:
        the frame's name