Interface VisibleAccessor

All Known Subinterfaces:
PixGridBannerPanel, PixGridPane, VisibleAccessor.VisibleProperty

public interface VisibleAccessor
Provides an accessor for a visible property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a visible property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a visible property.
    static interface 
    Provides a visible property.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Determines whether the visibility is hidden.
    boolean
    Retrieves the visibility from the visible property.
  • Method Details

    • isVisible

      boolean isVisible()
      Retrieves the visibility from the visible property.
      Returns:
      The visibility stored by the visible property.
    • isHidden

      default boolean isHidden()
      Determines whether the visibility is hidden.
      Returns:
      The visibility whether it is hidden.