Uses of Class
to.etc.domui.component.layout.FloatingWindow

Packages that use FloatingWindow
to.etc.domui.component.input   
to.etc.domui.component.layout   
to.etc.domui.component.lookup   
to.etc.domui.component.misc   
to.etc.domui.component.tree   
 

Uses of FloatingWindow in to.etc.domui.component.input
 

Subclasses of FloatingWindow in to.etc.domui.component.input
 class SimpleLookup<T>
          Represents simple lookup dialog that enables single item selection.
 

Uses of FloatingWindow in to.etc.domui.component.layout
 

Methods in to.etc.domui.component.layout that return FloatingWindow
static FloatingWindow FloatingWindow.create(NodeBase parent)
          Create and link a modal floating window.
static FloatingWindow FloatingWindow.create(NodeBase parent, java.lang.String ttl)
           
static FloatingWindow FloatingWindow.create(NodeBase parent, java.lang.String ttl, boolean modal)
           
 

Methods in to.etc.domui.component.layout that return types with arguments of type FloatingWindow
 IClicked<FloatingWindow> FloatingWindow.getOnClose()
          Get the current "onClose" handler.
 

Method parameters in to.etc.domui.component.layout with type arguments of type FloatingWindow
 void FloatingWindow.setOnClose(IClicked<FloatingWindow> onClose)
          Set a Clicked handler to be called when this floater is closed by it's close button.
 

Uses of FloatingWindow in to.etc.domui.component.lookup
 

Subclasses of FloatingWindow in to.etc.domui.component.lookup
 class MultipleSelectionLookup<T>
          Dialog that enables multiple lookup selection.
 

Uses of FloatingWindow in to.etc.domui.component.misc
 

Subclasses of FloatingWindow in to.etc.domui.component.misc
 class MsgBox
           
 class OddCharacters
           
 

Uses of FloatingWindow in to.etc.domui.component.tree
 

Subclasses of FloatingWindow in to.etc.domui.component.tree
 class TreeSelectionWindow<T>
          A popup window that shows a tree and lets the user select one entry from it.