Class CmsTableUtil

java.lang.Object
org.opencms.ui.util.table.CmsTableUtil

public final class CmsTableUtil extends Object
Contains utility methods for Vaadin tables.

  • Method Details

    • createIconButton

      public static com.vaadin.ui.Button createIconButton(com.vaadin.server.Resource icon, String caption)
      Creates an icon button.

      Parameters:
      icon - the resource for the icon
      caption - the caption
      Returns:
      the created button