Package com.iizigo.panel.prop
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
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
verifyScrollbars(PropVerification verification)
Verifies this property container.
Method Detail
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.