Class BaseAdvancedField.JavascriptEvent

java.lang.Object
com.vdoc.sdk.commons.ui.document.fields.BaseAdvancedField.JavascriptEvent
Enclosing class:
BaseAdvancedField

public class BaseAdvancedField.JavascriptEvent extends Object
Javascript event
Author:
vmartinon
  • Field Details

    • INCLUDETYPE_HTML_ATTR

      public static final int INCLUDETYPE_HTML_ATTR
      See Also:
    • INCLUDETYPE_JS

      public static final int INCLUDETYPE_JS
      See Also:
    • eventName

      protected String eventName
    • includeType

      protected int includeType
    • buttonEvent

      protected com.axemble.vdp.ui.framework.widgets.CtlButton buttonEvent
    • actionListener

      protected com.axemble.vdp.ui.framework.components.listeners.ActionListener actionListener
    • mOutputContent

      protected Map<String,Object> mOutputContent
    • eventDelay

      protected int eventDelay
  • Constructor Details

    • JavascriptEvent

      public JavascriptEvent(String eventName, int includeType, com.axemble.vdp.ui.framework.components.listeners.ActionListener actionListener)
      Constructor
      Parameters:
      eventName - the event name
      includeType - the include type
      actionListener - the action listener
    • JavascriptEvent

      public JavascriptEvent(String eventName, int includeType, com.axemble.vdp.ui.framework.components.listeners.ActionListener actionListener, int eventDelay)
      Constructor
      Parameters:
      eventName - the event name
      includeType - the include type
      actionListener - the action listener
      eventDelay - the event delay
  • Method Details

    • getEventName

      public String getEventName()
    • getIncludeType

      public int getIncludeType()
    • getActionListener

      public com.axemble.vdp.ui.framework.components.listeners.ActionListener getActionListener()
    • setActionListener

      public void setActionListener(com.axemble.vdp.ui.framework.components.listeners.ActionListener actionListener)
    • getEventDelay

      public int getEventDelay()
    • getmOutputContent

      public Map<String,Object> getmOutputContent()
      Find the output content
      Returns:
      the output content