|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URIHandler | |
---|---|
com.itmill.toolkit | This package is the base of the IT Mill Toolkit. |
com.itmill.toolkit.terminal | Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application. |
com.itmill.toolkit.terminal.gwt.server | |
com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
Uses of URIHandler in com.itmill.toolkit |
---|
Classes in com.itmill.toolkit that implement URIHandler | |
---|---|
class |
Application
Base class required for all IT Mill Toolkit applications. |
Uses of URIHandler in com.itmill.toolkit.terminal |
---|
Methods in com.itmill.toolkit.terminal that return URIHandler | |
---|---|
URIHandler |
URIHandler.ErrorEvent.getURIHandler()
Gets the source URIHandler. |
Uses of URIHandler in com.itmill.toolkit.terminal.gwt.server |
---|
Methods in com.itmill.toolkit.terminal.gwt.server that return URIHandler | |
---|---|
URIHandler |
CommunicationManager.URIHandlerErrorImpl.getURIHandler()
|
URIHandler |
ApplicationServlet.URIHandlerErrorImpl.getURIHandler()
Gets the source URIHandler. |
Uses of URIHandler in com.itmill.toolkit.ui |
---|
Classes in com.itmill.toolkit.ui that implement URIHandler | |
---|---|
class |
Window
Application window component. |
Methods in com.itmill.toolkit.ui with parameters of type URIHandler | |
---|---|
void |
Window.addURIHandler(URIHandler handler)
Adds the new URI handler to this window. |
void |
Window.removeURIHandler(URIHandler handler)
Removes the given URI handler from this window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |