Interface ImageColumnControl

All Superinterfaces:
BackgroundStyleProperties, BorderStyleProperties, CellStyleProperties, ColumnStyleProperties, Control, Element, EventOwner, ImageControlProperties, MessageContainer, MessageProperties, PaddingStyleProperties, java.io.Serializable, TextStyleProperties, WebFormEventOwner

public interface ImageColumnControl
extends Control, ColumnStyleProperties, ImageControlProperties, MessageProperties
Image Column Control.

Further documentation.

Since:
V4.4
  • Method Details

    • getImageProperties

      ImageStyleProperties getImageProperties()
      Image properties
      Since:
      V4.4
    • getStripedImageProperties

      ImageStyleProperties getStripedImageProperties()
      Image properties applied to alternate (striped) rows. These properties override getImageProperties() properties.
      Since:
      V4.4
    • getHeaderText

      Text getHeaderText()
      Returns the Text object for the column header text.
      Since:
      V4.4
    • getImageHtmlElementProperties

      HtmlElementProperties getImageHtmlElementProperties()
      Return the image HTMLElementProperties for the Image Column Control
      Since:
      V5.9