java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.listview.ColumnConfiguration
Direct Known Subclasses:
CellRenderer, Custom, Property

public abstract class ColumnConfiguration extends Object
  • Field Details

  • Constructor Details

    • ColumnConfiguration

      public ColumnConfiguration()
  • Method Details

    • isVisible

      public boolean isVisible()
      Gets the value of the visible property.
      Returns:
      possible object is Boolean
    • setVisible

      public void setVisible(Boolean value)
      Sets the value of the visible property.
      Parameters:
      value - allowed object is Boolean
    • isSortable

      public boolean isSortable()
      Gets the value of the sortable property.
      Returns:
      possible object is Boolean
    • setSortable

      public void setSortable(Boolean value)
      Sets the value of the sortable property.
      Parameters:
      value - allowed object is Boolean
    • isEditable

      public boolean isEditable()
      Gets the value of the editable property.
      Returns:
      possible object is Boolean
    • setEditable

      public void setEditable(Boolean value)
      Sets the value of the editable property.
      Parameters:
      value - allowed object is Boolean
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getWidth

      public String getWidth()
      Gets the value of the width property.
      Returns:
      possible object is String
    • setWidth

      public void setWidth(String value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is String
    • setRenderer

      public void setRenderer(CellRenderer renderer)
    • getRenderer

      public CellRenderer getRenderer()
    • getPosition

      public BigInteger getPosition()
      Gets the value of the position property.
      Returns:
      possible object is BigInteger
    • setPosition

      public void setPosition(BigInteger value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is BigInteger