Interface EbaseButtonControlProperties

All Superinterfaces:
BackgroundStyleProperties, BorderStyleProperties, Control, Element, EventOwner, MarginStyleProperties, MessageContainer, PaddingStyleProperties, java.io.Serializable, TextStyleProperties, WebFormEventOwner
All Known Subinterfaces:
FinishButtonControl, NextPageButtonControl, PrevPageButtonControl, RestoreButtonControl, SaveButtonControl

public interface EbaseButtonControlProperties
extends Control, BackgroundStyleProperties, TextStyleProperties, PaddingStyleProperties, MarginStyleProperties, BorderStyleProperties
The EbaseButtonControlProperties interface represents common properties for all Ebase navigation buttons.

Further documentation.

Since:
V4.4
  • Method Details

    • isDisplayAsImage

      boolean isDisplayAsImage()
      Indicates whether or not the button is displayed as an image. The image URL can be configured using the imageUrl property.
      Since:
      V4.4
    • setDisplayAsImage

      void setDisplayAsImage​(boolean displayAsImage)
      Sets whether or not the button is displayed as an image. The image URL can be configured using the setImageUrl(String) method.
      Since:
      V4.4
    • getImageUrl

      java.lang.String getImageUrl()
      Returns the URL of the image when property displayAsImage is true. The URL can be either relative or absolute.

      Further documentation.

      Since:
      V4.4
    • setImageUrl

      void setImageUrl​(java.lang.String imageUrl)
      Sets the URL of the image when property displayAsImage is true. The URL can be either relative or absolute. When absolute, it should start with the protocol e.g. http://www.google.com.

      Further documentation.

      Since:
      V4.4