|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHTML
com.vaadin.client.ui.VEmbedded
public class VEmbedded
| Field Summary | |
|---|---|
Element |
browserElement
For internal use only. |
static java.lang.String |
CLASSNAME
|
ApplicationConnection |
client
For internal use only. |
java.lang.String |
mimetype
For internal use only. |
java.lang.String |
type
For internal use only. |
| Constructor Summary | |
|---|---|
VEmbedded()
|
|
| Method Summary | |
|---|---|
java.lang.String |
createFlashEmbed(UIDL uidl)
Creates the Object and Embed tags for the Flash plugin so it works cross-browser. |
static java.util.Map<java.lang.String,java.lang.String> |
getParameters(UIDL uidl)
Returns a map (name -> value) of all parameters in the UIDL. |
java.lang.String |
getSrc(UIDL uidl,
ApplicationConnection client)
Helper to return translated src-attribute from embedded's UIDL |
void |
onBrowserEvent(Event event)
|
protected void |
onDetach()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASSNAME
public Element browserElement
public java.lang.String type
public java.lang.String mimetype
public ApplicationConnection client
| Constructor Detail |
|---|
public VEmbedded()
| Method Detail |
|---|
public java.lang.String createFlashEmbed(UIDL uidl)
For internal use only. May be removed or replaced in the future.
uidl - The UIDL
public static java.util.Map<java.lang.String,java.lang.String> getParameters(UIDL uidl)
For internal use only. May be removed or replaced in the future.
uidl -
public java.lang.String getSrc(UIDL uidl,
ApplicationConnection client)
For internal use only. May be removed or replaced in the future.
uidl - client -
protected void onDetach()
public void onBrowserEvent(Event event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||