Class UiElement

    • Constructor Detail

      • UiElement

        public UiElement()
    • Method Detail

      • destroy

        protected void destroy()
        Removes all external references, and prepares the instance for garbage collection. This default implementation does nothing.
      • idAsString

        public abstract String idAsString()
        Returns a string representation of the element identifier.
        Returns:
        the element unique identifier
      • name

        public String name()
        Returns a friendly name to be used for display purposes. This default implementation returns the result of calling idAsString().
        Returns:
        the friendly name