Interface HorizontalLineControl

All Superinterfaces:
Control, Element, EventOwner, MarginStyleProperties, MessageContainer, java.io.Serializable, WebFormEventOwner

public interface HorizontalLineControl
extends Control, MarginStyleProperties
A Horizontal Line Control represents a horizontal line.

Further documentation.

  • Method Details

    • getWidth

      java.lang.String getWidth()
      Line width. See setWidth(String) for details of supported values when setting this property.
      Since:
      V4.4
    • setWidth

      void setWidth​(java.lang.String width)
      Sets the line width.

      Any valid value for the CSS width property can be specified e.g. 300px

      Since:
      V4.4
    • getColor

      java.lang.String getColor()
      The line color. See setColor(String) for details of supported values when setting this property.
      Since:
      V4.4
    • setColor

      void setColor​(java.lang.String color)
      Sets the line color. Any valid value for the CSS color property can be used.
      Since:
      V4.4