Interface I_CmsHasBlur

All Known Implementing Classes:
CmsFocusAwareTextBox, CmsTextBox

public interface I_CmsHasBlur
This is an interface for widgets which have a blur() method.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Makes the widget lose focus.
  • Method Details

    • blur

      void blur()
      Makes the widget lose focus.