package org.argeo.cms.ux.widgets; public interface DataView { void refresh(); void notifyItemCountChange(); }