Example usage for Java com.vaadin.server BrowserWindowOpener fields, constructors, methods, implement or subclass
The text is from its open source code.
BrowserWindowOpener(Class extends UI> uiClass) Creates a window opener that will open windows containing the provided UI class. | |
BrowserWindowOpener(String url) Creates a window opener that will open windows to the provided URL. | |
BrowserWindowOpener(Resource resource) Creates a window opener that will open window to the provided resource. |
void | extend(AbstractComponent target) Add this extension to the target component. |
void | extend(EventTrigger eventTrigger) Add this extension to the EventTrigger . |
void | setFeatures(String features) Sets the features for opening the window. |
void | setWindowName(String windowName) Sets the target window name that will be used. |