package org.argeo.cms.ux.widgets; public interface TabularPart extends ColumnsPart { void addColumn(Column column); }