Skip navigation links
A C E I L N O P S U W 

A

add(Widget) - Method in class org.wisepersist.apuava.gwt.client.ui.UListWidget
Adds a widget to this UListWidget instance.
addChangeHandler(NativeChangeHandler) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Adds a NativeChangeHandler instance.
addChangeHandler(NativeChangeHandler) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
addClickHandler(NativeClickHandler) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Adds a NativeClickHandler instance.
addClickHandler(NativeClickHandler) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
addDblClickHandler(NativeDblClickHandler) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Adds a NativeDblClickHandler instance.
addDblClickHandler(NativeDblClickHandler) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
addFocusHandler(NativeFocusHandler) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Adds a NativeFocusHandler instance.
addFocusHandler(NativeFocusHandler) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
addKeyDownHandler(NativeKeyDownHandler) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Adds a NativeKeyDownHandler instance.
addKeyDownHandler(NativeKeyDownHandler) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
addKeyUpHandler(NativeKeyUpHandler) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Adds a NativeKeyUpHandler instance.
addKeyUpHandler(NativeKeyUpHandler) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
addMouseOutHandler(NativeMouseOutHandler) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Adds a NativeMouseOutHandler instance.
addMouseOutHandler(NativeMouseOutHandler) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
addMouseOverHandler(NativeMouseOverHandler) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Adds a NativeMouseOverHandler instance.
addMouseOverHandler(NativeMouseOverHandler) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 

C

close() - Method in interface org.wisepersist.apuava.gwt.client.ui.Notifier
Closes the notification popup.
close() - Method in class org.wisepersist.apuava.gwt.client.ui.NotifierImpl
 
css() - Method in interface org.wisepersist.apuava.gwt.client.ui.NotifierStyle
Default CSS style for notifier.

E

error(String) - Method in interface org.wisepersist.apuava.gwt.client.ui.Notifier
Shows error message to users.
error(String) - Method in class org.wisepersist.apuava.gwt.client.ui.NotifierImpl
 

I

info(String) - Method in interface org.wisepersist.apuava.gwt.client.ui.Notifier
Shows information message to users.
info(String) - Method in class org.wisepersist.apuava.gwt.client.ui.NotifierImpl
 
INSTANCE - Static variable in interface org.wisepersist.apuava.gwt.client.ui.NotifierStyle
Singleton instance of NotifierStyle class.

L

LiWidget - Class in org.wisepersist.apuava.gwt.client.ui
Custom LI widget.
LiWidget() - Constructor for class org.wisepersist.apuava.gwt.client.ui.LiWidget
Constructs a new LiWidget instance.
LiWidget(String) - Constructor for class org.wisepersist.apuava.gwt.client.ui.LiWidget
Constructs a new LiWidget instance with an inner text specified.
LiWidget(Widget) - Constructor for class org.wisepersist.apuava.gwt.client.ui.LiWidget
Constructs a new LiWidget instance with a widget specified.

N

NativeChangeHandler - Interface in org.wisepersist.apuava.gwt.client.dom
Native change handler.
NativeClickHandler - Interface in org.wisepersist.apuava.gwt.client.dom
Native click handler.
NativeDblClickHandler - Interface in org.wisepersist.apuava.gwt.client.dom
Native double click handler.
NativeDom - Interface in org.wisepersist.apuava.gwt.client.dom
This interface represents a native DOM which allows us to add different event listeners.
NativeDomImpl - Class in org.wisepersist.apuava.gwt.client.dom
Implementation of NativeDom interface.
NativeDomImpl() - Constructor for class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
NativeDomWrapper - Interface in org.wisepersist.apuava.gwt.client.dom
Utility class for building NativeDomImpl instances.
NativeDomWrapperImpl - Class in org.wisepersist.apuava.gwt.client.dom
Implementation of NativeDomWrapper interface.
NativeDomWrapperImpl() - Constructor for class org.wisepersist.apuava.gwt.client.dom.NativeDomWrapperImpl
 
NativeFocusHandler - Interface in org.wisepersist.apuava.gwt.client.dom
Native focus handler.
NativeKeyDownHandler - Interface in org.wisepersist.apuava.gwt.client.dom
Native key down handler.
NativeKeyUpHandler - Interface in org.wisepersist.apuava.gwt.client.dom
Native key up handler.
NativeMouseOutHandler - Interface in org.wisepersist.apuava.gwt.client.dom
Native mouse out handler.
NativeMouseOverHandler - Interface in org.wisepersist.apuava.gwt.client.dom
Native mouse over handler.
Notifier - Interface in org.wisepersist.apuava.gwt.client.ui
This interface defines methods of a notifier.
NotifierImpl - Class in org.wisepersist.apuava.gwt.client.ui
Implementation of Notifier interface.
NotifierImpl() - Constructor for class org.wisepersist.apuava.gwt.client.ui.NotifierImpl
Constructs a new instance of NotifierImpl class.
NotifierStyle - Interface in org.wisepersist.apuava.gwt.client.ui
Client bundle for notifier style.

O

onChange(Event) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeChangeHandler
Handles change.
onClick(Event) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeClickHandler
On click, this method will be called.
onDblClick(Event) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDblClickHandler
On double click, this method will be called.
onFocus(Event) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeFocusHandler
On focus, this method will be called.
onKeyDown(Event) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeKeyDownHandler
On key down, this method will be called.
onKeyUp(Event) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeKeyUpHandler
On key up, this method will be called.
onMouseOut(Event) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeMouseOutHandler
On mouse out, this method will be called.
onMouseOver(Event) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeMouseOverHandler
On mouse over, this method will be called.
org.wisepersist.apuava.gwt.client.dom - package org.wisepersist.apuava.gwt.client.dom
This package contains classes to handle native DOM.
org.wisepersist.apuava.gwt.client.ui - package org.wisepersist.apuava.gwt.client.ui
This package contains reusable UI elements.

P

progress(String) - Method in interface org.wisepersist.apuava.gwt.client.ui.Notifier
Shows progress message to users.
progress(String) - Method in class org.wisepersist.apuava.gwt.client.ui.NotifierImpl
 

S

setDir(String) - Method in class org.wisepersist.apuava.gwt.client.ui.UListWidget
Sets dir property of this element.
setId(String) - Method in class org.wisepersist.apuava.gwt.client.ui.UListWidget
Sets element id.
success(String) - Method in interface org.wisepersist.apuava.gwt.client.ui.Notifier
Shows success message to users.
success(String) - Method in class org.wisepersist.apuava.gwt.client.ui.NotifierImpl
 

U

UListWidget - Class in org.wisepersist.apuava.gwt.client.ui
Custom UList widget.
UListWidget() - Constructor for class org.wisepersist.apuava.gwt.client.ui.UListWidget
Constructs a new UListWidget instance.

W

warning(String) - Method in interface org.wisepersist.apuava.gwt.client.ui.Notifier
Shows warning message to users.
warning(String) - Method in class org.wisepersist.apuava.gwt.client.ui.NotifierImpl
 
wrap(Element) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDom
Wraps an element into a NativeDom instance.
wrap(Element) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomImpl
 
wrap(Element) - Method in interface org.wisepersist.apuava.gwt.client.dom.NativeDomWrapper
Wraps the element as a NativeDom instance.
wrap(Element) - Method in class org.wisepersist.apuava.gwt.client.dom.NativeDomWrapperImpl
 
A C E I L N O P S U W 
Skip navigation links