|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UI | |
|---|---|
| com.vaadin.navigator | |
| com.vaadin.server | |
| com.vaadin.server.communication | |
| com.vaadin.ui | |
| com.vaadin.util | |
| Uses of UI in com.vaadin.navigator |
|---|
| Methods in com.vaadin.navigator that return UI | |
|---|---|
UI |
Navigator.getUI()
|
| Constructors in com.vaadin.navigator with parameters of type UI | |
|---|---|
Navigator(UI ui,
ComponentContainer container)
Creates a navigator that is tracking the active view using URI fragments of the Page containing the given UI and replacing the contents of
a ComponentContainer with the active view. |
|
Navigator(UI ui,
NavigationStateManager stateManager,
ViewDisplay display)
Creates a navigator. |
|
Navigator(UI ui,
SingleComponentContainer container)
Creates a navigator that is tracking the active view using URI fragments of the Page containing the given UI and replacing the contents of
a SingleComponentContainer with the active view. |
|
Navigator(UI ui,
ViewDisplay display)
Creates a navigator that is tracking the active view using URI fragments of the Page containing the given UI. |
|
| Uses of UI in com.vaadin.server |
|---|
| Methods in com.vaadin.server that return UI | |
|---|---|
UI |
LegacyApplicationUIProvider.createInstance(UICreateEvent event)
Deprecated. |
UI |
UIProvider.createInstance(UICreateEvent event)
|
UI |
VaadinService.findUI(VaadinRequest request)
Finds the UI that belongs to the provided request. |
UI |
LegacyApplicationUIProvider.getExistingUI(UIClassSelectionEvent event)
Deprecated. Hack used to return existing LegacyWindow instances without regard for out-of-sync problems. |
UI |
LocaleService.getUI()
Retrieves the UI this service is bound to |
UI |
AbstractClientConnector.getUI()
Finds a UI ancestor of this connector. |
UI |
DragAndDropService.getUI()
|
UI |
ClientConnector.getUI()
Returns the UI this connector is attached to |
UI |
VaadinSession.getUIById(int uiId)
Returns a UI with the given id. |
| Methods in com.vaadin.server that return types with arguments of type UI | |
|---|---|
java.lang.Class<? extends UI> |
BootstrapResponse.getUiClass()
Gets the class of the UI that will be displayed on the generated bootstrap page. |
java.lang.Class<? extends UI> |
BootstrapHandler.BootstrapContext.getUIClass()
|
java.lang.Class<? extends UI> |
UICreateEvent.getUIClass()
Gets the UI class that will be created. |
java.lang.Class<? extends UI> |
LegacyApplicationUIProvider.getUIClass(UIClassSelectionEvent event)
Deprecated. |
java.lang.Class<? extends UI> |
DefaultUIProvider.getUIClass(UIClassSelectionEvent event)
|
abstract java.lang.Class<? extends UI> |
UIProvider.getUIClass(UIClassSelectionEvent event)
|
java.util.Collection<UI> |
VaadinSession.getUIs()
Gets all the UIs of this session. |
| Methods in com.vaadin.server with parameters of type UI | |
|---|---|
void |
VaadinSession.addUI(UI ui)
Adds an initialized UI to this session. |
void |
VaadinPortletSession.firePortletActionRequest(UI uI,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
Deprecated. |
void |
VaadinPortletSession.firePortletEventRequest(UI uI,
javax.portlet.EventRequest request,
javax.portlet.EventResponse response)
Deprecated. |
void |
VaadinPortletSession.firePortletRenderRequest(UI uI,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Deprecated. |
void |
VaadinPortletSession.firePortletResourceRequest(UI uI,
javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
Deprecated. |
LegacyCommunicationManager.ClientCache |
LegacyCommunicationManager.getClientCache(UI uI)
Deprecated. As of 7.1. See #11410. |
ClientConnector |
LegacyCommunicationManager.getConnector(UI uI,
java.lang.String connectorId)
Deprecated. As of 7.1. See #11411. |
java.lang.String |
LegacyCommunicationManager.getTheme(UI uI)
Deprecated. As of 7.1. See #11412. |
java.io.InputStream |
VaadinServletService.getThemeResourceAsStream(UI uI,
java.lang.String themeName,
java.lang.String resource)
|
abstract java.io.InputStream |
VaadinService.getThemeResourceAsStream(UI uI,
java.lang.String themeName,
java.lang.String resource)
TODO PUSH Document TODO Pass UI or VaadinSession? |
java.io.InputStream |
VaadinPortletService.getThemeResourceAsStream(UI uI,
java.lang.String themeName,
java.lang.String resource)
|
void |
VaadinPortletSession.PortletListener.handleActionRequest(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
UI uI)
|
void |
VaadinPortletSession.PortletListener.handleEventRequest(javax.portlet.EventRequest request,
javax.portlet.EventResponse response,
UI uI)
|
void |
VaadinPortletSession.PortletListener.handleRenderRequest(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
UI uI)
|
void |
VaadinPortletSession.PortletListener.handleResourceRequest(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
UI uI)
|
void |
VaadinSession.removeUI(UI ui)
Called by the framework to remove an UI instance from the session because it has been closed. |
void |
LegacyCommunicationManager.repaintAll(UI ui)
Deprecated. |
void |
VaadinPortletSession.sendPortletEvent(UI uI,
javax.xml.namespace.QName name,
java.io.Serializable value)
Deprecated. Sends a portlet event to the indicated destination. |
void |
VaadinPortletSession.setPortletMode(UI uI,
javax.portlet.PortletMode portletMode)
Deprecated. Sets the portlet mode. |
void |
VaadinPortletSession.setSharedRenderParameter(UI uI,
java.lang.String name,
java.lang.String value)
Deprecated. Sets a shared portlet parameter. |
static java.util.List<ComponentSizeValidator.InvalidLayout> |
ComponentSizeValidator.validateLayouts(UI ui)
Validates the layout and returns a collection of errors |
| Method parameters in com.vaadin.server with type arguments of type UI | |
|---|---|
java.lang.String |
VaadinServletService.getMainDivId(VaadinSession session,
VaadinRequest request,
java.lang.Class<? extends UI> uiClass)
|
abstract java.lang.String |
VaadinService.getMainDivId(VaadinSession session,
VaadinRequest request,
java.lang.Class<? extends UI> uiClass)
Creates and returns a unique ID for the DIV where the UI is to be rendered. |
java.lang.String |
VaadinPortletService.getMainDivId(VaadinSession session,
VaadinRequest request,
java.lang.Class<? extends UI> uiClass)
|
| Constructors in com.vaadin.server with parameters of type UI | |
|---|---|
LocaleService(UI ui,
com.vaadin.shared.ui.ui.UIState.LocaleServiceState state)
Creates a LocaleService bound to the given UI |
|
Page(UI uI,
com.vaadin.shared.ui.ui.PageState state)
|
|
| Constructor parameters in com.vaadin.server with type arguments of type UI | |
|---|---|
BootstrapFragmentResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
java.lang.Class<? extends UI> uiClass,
java.util.List<org.jsoup.nodes.Node> fragmentNodes,
UIProvider uiProvider)
Crate a new bootstrap fragment response. |
|
BootstrapPageResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
java.lang.Class<? extends UI> uiClass,
org.jsoup.nodes.Document document,
java.util.Map<java.lang.String,java.lang.Object> headers,
UIProvider uiProvider)
Crate a new bootstrap page response. |
|
BootstrapResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
java.lang.Class<? extends UI> uiClass,
UIProvider uiProvider)
Creates a new bootstrap event. |
|
BrowserWindowOpener(java.lang.Class<? extends UI> uiClass)
Creates a window opener that will open windows containing the provided UI class |
|
BrowserWindowOpener(java.lang.Class<? extends UI> uiClass,
java.lang.String path)
Creates a window opener that will open windows containing the provided UI using the provided path |
|
UICreateEvent(VaadinRequest request,
java.lang.Class<? extends UI> uiClass)
Creates a new UI create event for a given VaadinRequest and UI class but without a UI id. |
|
UICreateEvent(VaadinRequest request,
java.lang.Class<? extends UI> uiClass,
java.lang.Integer uiId)
Creates a new UI create event for a given VaadinRequest, UI class and UI id |
|
| Uses of UI in com.vaadin.server.communication |
|---|
| Methods in com.vaadin.server.communication that return UI | |
|---|---|
protected UI |
AtmospherePushConnection.getUI()
|
| Methods in com.vaadin.server.communication with parameters of type UI | |
|---|---|
protected java.lang.String |
UIInitHandler.getInitialUidl(VaadinRequest request,
UI uI)
Generates the initial UIDL message that can e.g. |
void |
ServerRpcHandler.handleRpc(UI ui,
java.io.Reader reader,
VaadinRequest request)
Reads JSON containing zero or more serialized RPC calls (including legacy variable changes) and executes the calls. |
void |
ClientRpcWriter.write(UI ui,
java.io.Writer writer)
Writes a JSON object containing all pending client RPC invocations in the given UI. |
void |
ConnectorHierarchyWriter.write(UI ui,
java.io.Writer writer)
Writes a JSON object containing the connector hierarchy (parent-child mappings) of the dirty connectors in the given UI. |
void |
SharedStateWriter.write(UI ui,
java.io.Writer writer)
Writes a JSON object containing the pending state changes of the dirty connectors of the given UI. |
void |
UidlWriter.write(UI ui,
java.io.Writer writer,
boolean repaintAll,
boolean async)
Writes a JSON object containing all pending changes to the given UI. |
void |
MetadataWriter.write(UI ui,
java.io.Writer writer,
boolean repaintAll,
boolean async,
SystemMessages messages)
Writes a JSON object containing metadata related to the given UI. |
void |
ResourceWriter.write(UI ui,
java.io.Writer writer,
JsonPaintTarget target)
Writes a JSON object containing registered resources. |
void |
ConnectorTypeWriter.write(UI ui,
java.io.Writer writer,
PaintTarget target)
Writes a JSON object containing connector-ID-to-type-ID mappings for each dirty Connector in the given UI. |
void |
LegacyUidlWriter.write(UI ui,
java.io.Writer writer,
PaintTarget target)
Writes a JSON array containing the changes of all dirty LegacyComponents in the given UI. |
| Constructors in com.vaadin.server.communication with parameters of type UI | |
|---|---|
AtmospherePushConnection(UI ui,
org.atmosphere.cpr.AtmosphereResource resource)
|
|
| Uses of UI in com.vaadin.ui |
|---|
| Subclasses of UI in com.vaadin.ui | |
|---|---|
class |
LegacyWindow
Deprecated. |
| Methods in com.vaadin.ui that return UI | |
|---|---|
static UI |
UI.getCurrent()
Gets the currently used UI. |
UI |
Component.getUI()
Gets the UI the component is attached to. |
UI |
UI.getUI()
Overridden to return a value instead of referring to the parent. |
| Methods in com.vaadin.ui with parameters of type UI | |
|---|---|
static void |
UI.setCurrent(UI ui)
Sets the thread local for the current UI. |
| Constructors in com.vaadin.ui with parameters of type UI | |
|---|---|
ConnectorTracker(UI uI)
Creates a new ConnectorTracker for the given uI. |
|
| Uses of UI in com.vaadin.util |
|---|
| Methods in com.vaadin.util with parameters of type UI | |
|---|---|
static java.util.Map<java.lang.Class<?>,CurrentInstance> |
CurrentInstance.setCurrent(UI ui)
Sets current instances for the UI and all related classes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||