Interface ListLayoutCell

All Superinterfaces:
LayoutCell

public interface ListLayoutCell
extends LayoutCell
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getLayoutClass()
    Layout cell CSS classes, overriding the layout cell CSS classes from the parent VerticalBoxLayout.
    java.lang.String getLayoutStyle()
    Layout cell inline CSS style, overriding the layout cell CSS style from the parent VerticalBoxLayout.
    void setLayoutClass​(java.lang.String layoutClass)
    Sets layout cell CSS classes, overriding the layout cell CSS classes from the parent VerticalBoxLayout.
    void setLayoutStyle​(java.lang.String layoutStyle)
    Sets layout cell inline CSS style, overriding the layout cell CSS style from the parent VerticalBoxLayout.