Interface IScrollbarsValidation

All Known Implementing Classes:
EAbsoluteLayout, EFlexLayout, EGridLayout

public interface IScrollbarsValidation
Validates the settings for scroll bars Atom.HSCROLL and Atom.VSCROLL. It will warn when one of the settings is "auto" and the other is not defined or "visible". The result is unpredictable or has scroll bars in both directions.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Verifies this property container.
  • Method Details

    • verifyScrollbars

      default void verifyScrollbars(PropVerification verification)
      Verifies this property container. The check performed is the extension of classes and that no circular reference is present.
      Parameters:
      verification - The property verification class.