Interface IImageButtonParameterization

All Superinterfaces:
IParameterization
All Known Implementing Classes:
ImageButtonParameterization

public interface IImageButtonParameterization extends IParameterization
  • Field Summary

    Fields inherited from interface com._1c.g5.aef2.components.IParameterization

    VOID
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the image.
    Gets the tooltip.
  • Method Details

    • getImage

      Object getImage()
      Gets the image.
      Returns:
      The image, cannot be null.
    • getTooltip

      String getTooltip()
      Gets the tooltip.
      Returns:
      The tooltip.