Class AbstractComponent

    • Field Detail

      • children

        protected final java.util.List<Component> children
        Deprecated.
      • style

        protected final Style style
        Deprecated.
    • Constructor Detail

      • AbstractComponent

        protected AbstractComponent​(@NotNull
                                    @NotNull java.util.List<? extends ComponentLike> children,
                                    @NotNull
                                    @NotNull Style style)
        Deprecated.
    • Method Detail

      • children

        @NotNull
        public final @NotNull java.util.List<Component> children()
        Deprecated.
        Description copied from interface: Component
        Gets the unmodifiable list of children.
        Specified by:
        children in interface Component
        Returns:
        the unmodifiable list of children
      • style

        @NotNull
        public final @NotNull Style style()
        Deprecated.
        Description copied from interface: Component
        Gets the style of this component.
        Specified by:
        style in interface Component
        Returns:
        the style of this component
      • equals

        public boolean equals​(@Nullable
                              @Nullable java.lang.Object other)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public abstract java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object