public class EventOptionsTest extends FireWebApplication
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> |
EVENTS |
static int |
EXPECTED_CODE_VALUE |
Constructor and Description |
---|
EventOptionsTest() |
Modifier and Type | Method and Description |
---|---|
void |
bookmark() |
void |
click() |
void |
confirm() |
void |
drag() |
void |
dragCancel() |
void |
drop() |
void |
load() |
void |
prompt() |
void |
shouldBeCorrectExpectedCodeValue() |
void |
shouldCustomListenersAreBrowserEvent() |
void |
shouldListenersHaveNewOptions() |
void |
shouldOnClickBeBrowserEvent() |
void |
shouldOverwritePrevousValues() |
void |
shouldThrowException() |
void |
timer() |
addHeadElement, assignApplicationTitle, getApplicationTitle, getBundleNames, getCharset, getContextPath, getCreationTime, getHeadElements, getLastAccessedTime, getLocale, getMaxInactiveInterval, getOnBeforeAfterEvent, getOnSessionClosed, getResource, getResourceObject, getSessionId, getWebSocketSession, insertHeadElement, isDebug, isSessionExpired, quit, refreshView, removeHeadElement, setApplicationTitle, setBookmark, setLocale, setOnBeforeAfterEvent, setOnSessionClosed
add, addAllDropTargets, addDropTarget, addStyleClass, alert, assignText, callBack, callScript, clearDropTargets, clearElements, clearElements, confirm, findElement, findEventOptions, findParent, findViewElements, fireEvent, fireEvent, fireEventOnView, fireEventOnView, firePropertyChange, focus, getApplication, getContenteditableValue, getDir, getDropTargets, getElements, getElements, getEventListeners, getId, getLang, getParent, getStyle, getStyle, getStyleClass, getStyles, getTabIndex, getText, getTitle, getTypeEvents, insert, isChildrenSetChanged, isContenteditable, isDraggable, isDrawn, isListening, listenerOff, listenerOn, print, prompt, remove, remove, removeDropTarget, removeEventOptions, removeParent, removeStyle, removeStyleClass, removeStyles, replace, replaceStyleClass, setChangeChildrenSet, setContenteditable, setDir, setDrawn, setEventOptions, setLang, setParent, setStyle, setStyleClass, setStyles, setTabIndex, setText, setTitle
public static final java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> EVENTS
public static final int EXPECTED_CODE_VALUE
public void load()
public void bookmark()
public void confirm()
public void prompt()
public void timer()
public void drag()
public void drop()
public void dragCancel()
public void click()
public void shouldListenersHaveNewOptions()
public void shouldBeCorrectExpectedCodeValue()
public void shouldOverwritePrevousValues()
public void shouldThrowException()
public void shouldOnClickBeBrowserEvent()
public void shouldCustomListenersAreBrowserEvent()