Class CmsFocusAwareTextBox

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.opencms.gwt.client.ui.input.CmsTextBox
org.opencms.acacia.client.widgets.serialdate.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<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.
  • Constructor Details

  • Method Details

    • 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.