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