Known Direct Subclasses
|
Class Overview
Minimal implementation of an inline dialog. Implementors extend this class and provide
the trigger element for the dialog, as well as the id for the container that will house
the actual visible dialog.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
InlineDialog
(PageElement trigger, String contentsId)
Public Methods
public
void
initialize
()
public
TimedQuery<Boolean>
isOpen
()
Protected Methods
protected
PageElement
getDialogContents
()