java.lang.Object
com.hack23.cia.web.impl.ui.application.views.common.rows.RowUtil

public final class RowUtil extends Object
The Class RowUtil.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.jarektoro.responsivelayout.ResponsiveRow
    createGridLayout(com.vaadin.ui.AbstractOrderedLayout panelContent)
    Creates the grid layout.
    static void
    createRowComponent(com.jarektoro.responsivelayout.ResponsiveRow row, com.vaadin.ui.Component component, String description)
    Creates the row component.
    static void
    createRowItem(com.jarektoro.responsivelayout.ResponsiveRow row, com.vaadin.ui.Button button, String description)
    Creates the row item.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RowUtil

      public RowUtil()
  • Method Details

    • createGridLayout

      public static com.jarektoro.responsivelayout.ResponsiveRow createGridLayout(com.vaadin.ui.AbstractOrderedLayout panelContent)
      Creates the grid layout.
      Parameters:
      panelContent - the panel content
      Returns:
      the responsive row
    • createRowComponent

      public static void createRowComponent(com.jarektoro.responsivelayout.ResponsiveRow row, com.vaadin.ui.Component component, String description)
      Creates the row component.
      Parameters:
      row - the row
      component - the component
      description - the description
    • createRowItem

      public static void createRowItem(com.jarektoro.responsivelayout.ResponsiveRow row, com.vaadin.ui.Button button, String description)
      Creates the row item.
      Parameters:
      row - the row
      button - the button
      description - the description