Class BaseAdvancedField.JavascriptEvent
java.lang.Object
com.vdoc.sdk.commons.ui.document.fields.BaseAdvancedField.JavascriptEvent
- Enclosing class:
BaseAdvancedField
Javascript event
- Author:
- vmartinon
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.axemble.vdp.ui.framework.components.listeners.ActionListenerprotected com.axemble.vdp.ui.framework.widgets.CtlButtonprotected intprotected Stringprotected intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionJavascriptEvent(String eventName, int includeType, com.axemble.vdp.ui.framework.components.listeners.ActionListener actionListener) ConstructorJavascriptEvent(String eventName, int includeType, com.axemble.vdp.ui.framework.components.listeners.ActionListener actionListener, int eventDelay) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncom.axemble.vdp.ui.framework.components.listeners.ActionListenerintintFind the output contentvoidsetActionListener(com.axemble.vdp.ui.framework.components.listeners.ActionListener actionListener)
-
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
-
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
-
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 nameincludeType- the include typeactionListener- 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 nameincludeType- the include typeactionListener- the action listenereventDelay- the event delay
-
-
Method Details
-
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
Find the output content- Returns:
- the output content
-