Java com.vaadin.ui Embedded fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui Embedded fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui Embedded.

The text is from its open source code.

Subclass

com.vaadin.ui.Embedded has subclasses.
Click this link to see all its subclasses.

Field

intTYPE_OBJECT
General object type.
intTYPE_IMAGE
Image types.
intTYPE_BROWSER
Browser ("iframe") type.

Constructor

Embedded()
Creates a new empty Embedded object.
Embedded(String caption, Resource source)
Creates a new Embedded object whose contents is loaded from given resource.
Embedded(String caption)
Creates a new empty Embedded object with caption.

Method

RegistrationaddClickListener(ClickListener listener)
Add a click listener to the component.
RegistrationaddListener(Component.Listener listener)
voidaddStyleName(String style)
StringgetMimeType()
Gets the MIME-Type of the object.
floatgetWidth()
UnitgetWidthUnits()
voidsetAlternateText(String altText)
Sets this component's "alt-text", that is, an alternate text that can be presented instead of this component's normal content, for accessibility purposes.
voidsetCaption(String caption)
voidsetData(Object data)
Sets the data object, that can be used for any application specific data.
voidsetDebugId(String id)
voidsetDescription(String description)
Sets the component's description.
voidsetHeight(String height)
voidsetHeight(float height, Unit unit)
voidsetId(String id)
voidsetMimeType(String mimeType)
Sets the mimeType, the MIME-Type of the object.
voidsetSizeFull()
voidsetSizeUndefined()
voidsetSource(Resource source)
Sets the object source resource.
voidsetStandby(String standby)
This attribute specifies a message that a user agent may render while loading the object's implementation and data.
voidsetStyleName(String style)
voidsetType(int type)
Sets the object type.
voidsetVisible(boolean visible)
voidsetWidth(String width)
voidsetWidth(float width, Unit unit)