Class BaseActionEventValueHelp

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventValueHelp
All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventValueHelp extends BaseActionEvent
Event that is sent with a flush event of a client side component.
See Also:
  • Constructor Details

    • BaseActionEventValueHelp

      public BaseActionEventValueHelp(javax.faces.component.UIComponent component, String type)
  • Method Details

    • getComboFieldWidth

      public int getComboFieldWidth()
      The current width of the combo field from which the value request was sent. You may use this information for properly sizing the dialog providing the value help.
    • getCaretPosition

      public int getCaretPosition()
      The current caret position within the field when sending the value help request.