Class ColumnBean


public class ColumnBean extends ComponentContainerBean
  • Constructor Details

    • ColumnBean

      public ColumnBean()
  • Method Details

    • isSortable

      public boolean isSortable()
    • setSortable

      public void setSortable(boolean sortable)
    • isShrinkToContent

      public boolean isShrinkToContent()
    • setShrinkToContent

      public void setShrinkToContent(boolean shrinkToContent)
    • isWidthFixed

      public boolean isWidthFixed()
    • setWidthFixed

      public void setWidthFixed(boolean widthFixed)
    • isSticky

      public boolean isSticky()
    • setSticky

      public void setSticky(boolean sticky)
    • getAlignment

      public Alignment getAlignment()
    • setAlignment

      public void setAlignment(@Nullable @Nullable Alignment alignment)
    • getClientRenderer

      @Nullable public @Nullable String getClientRenderer()
    • setClientRenderer

      public void setClientRenderer(@Nullable @Nullable String clientRenderer)
    • getUseAsTitle

      public boolean getUseAsTitle()
    • setUseAsTitle

      public void setUseAsTitle(boolean useAsTitle)
    • getTileIcon

      @Nullable public @Nullable String getTileIcon()
    • setTileIcon

      public void setTileIcon(@Nullable @Nullable String tileIcon)
    • getLayoutScope

      @Nullable public @Nullable String getLayoutScope()
    • setLayoutScope

      public void setLayoutScope(String layoutScope)