Class AbstractComponent

    • Field Detail

      • style

        protected final Style style
        Deprecated.
    • Constructor Detail

      • AbstractComponent

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

      • children

        @NotNull
        public final @NotNull 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 Object other)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object