Class ColumnWrapper

All Implemented Interfaces:
Component, LabeledComponent, Column

@Deprecated public class ColumnWrapper extends LabeledComponentWrapper implements Column
Deprecated.
  • Constructor Details

  • Method Details

    • wrap

      public Column wrap(ComponentWrapperHandler handler)
      Deprecated.
      Description copied from interface: Component
      Wraps the component with the given interceptor handler.

      Feel free to add an unwrap() method when needed.

      Specified by:
      wrap in interface Column
      Specified by:
      wrap in interface Component
      Overrides:
      wrap in class ComponentWrapper
    • setWidth

      public void setWidth(Integer width)
      Deprecated.
      Specified by:
      setWidth in interface Column
    • setFixed

      public void setFixed(Boolean fixed)
      Deprecated.
      Specified by:
      setFixed in interface Column
    • setSortable

      public void setSortable(Boolean sortable)
      Deprecated.
      Specified by:
      setSortable in interface Column
    • setJsRenderer

      public void setJsRenderer(String jsRenderer)
      Deprecated.
      Specified by:
      setJsRenderer in interface Column
    • setCssStyle

      public void setCssStyle(String cssStyle)
      Deprecated.
      Specified by:
      setCssStyle in interface Column
    • setTooltip

      public void setTooltip(String tooltip)
      Deprecated.
      Specified by:
      setTooltip in interface Column
    • setTextAlign

      public void setTextAlign(String textAlign)
      Deprecated.
      Specified by:
      setTextAlign in interface Column
    • setNiceType

      public void setNiceType(String niceType)
      Deprecated.
      Specified by:
      setNiceType in interface Column
    • getWidth

      @Nullable public @Nullable Integer getWidth()
      Deprecated.
      Specified by:
      getWidth in interface Column
    • isFixed

      @Nullable public @Nullable Boolean isFixed()
      Deprecated.
      Specified by:
      isFixed in interface Column
    • isSortable

      @Nullable public @Nullable Boolean isSortable()
      Deprecated.
      Specified by:
      isSortable in interface Column
    • getJsRenderer

      @Nullable public @Nullable String getJsRenderer()
      Deprecated.
      Specified by:
      getJsRenderer in interface Column
    • getCssStyle

      @Nullable public @Nullable String getCssStyle()
      Deprecated.
      Specified by:
      getCssStyle in interface Column
    • getTooltip

      @Nullable public @Nullable String getTooltip()
      Deprecated.
      Specified by:
      getTooltip in interface Column
    • getTextAlign

      @Nullable public @Nullable String getTextAlign()
      Deprecated.
      Specified by:
      getTextAlign in interface Column
    • getNiceType

      @Nullable public @Nullable String getNiceType()
      Deprecated.
      Specified by:
      getNiceType in interface Column
    • isDefaulColumn

      public boolean isDefaulColumn()
      Deprecated.
      Specified by:
      isDefaulColumn in interface Column