Example usage for Java com.vaadin.ui BrowserFrame fields, constructors, methods, implement or subclass
The text is from its open source code.
BrowserFrame(String caption, Resource source) Creates a new browser frame with the given caption and content. | |
BrowserFrame() Creates a new empty browser frame. |
Registration | addDetachListener(DetachListener listener) |
void | setHeight(String height) |
void | setHeight(float height, Unit unit) |
void | setPrimaryStyleName(String style) |
void | setSizeFull() |
void | setSource(Resource source) Sets the object source resource. |
void | setWidth(String width) |
void | setWidth(float width, Unit unit) |