package org.argeo.cms.ui; public interface UxContext { boolean isPortrait(); boolean isLandscape(); boolean isSquare(); boolean isSmall(); }