Class CmsFocusAwareTextBox

  • All Implemented Interfaces:
    com.google.gwt.event.dom.client.HasBlurHandlers, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.dom.client.HasFocusHandlers, com.google.gwt.event.dom.client.HasKeyPressHandlers, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasValueChangeHandlers<java.lang.String>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, I_CmsHasInit, I_CmsFormWidget, I_CmsHasBlur, I_CmsHasGhostValue

    public class CmsFocusAwareTextBox
    extends CmsTextBox
    An extension of CmsTextBox that keeps information about its focus state.
    • Method Detail

      • initClass

        public static void initClass()
        Initializes this class.

      • isFocused

        public boolean isFocused()
        Returns a flag, indicating if the text box is currently focused.
        Returns:
        a flag, indicating if the text box is currently focused.