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
Modifier and TypeMethodDescriptiondefault void
verifyScrollbars
(PropVerification verification) Verifies this property container.