com.vaadin.client.ui
Class VBrowserFrame

java.lang.Object
  extended by Widget
      extended by com.vaadin.client.ui.VBrowserFrame

public class VBrowserFrame
extends Widget


Field Summary
protected  Element altElement
           
protected  java.lang.String altText
           
static java.lang.String CLASSNAME
           
protected  IFrameElement iframe
           
 
Constructor Summary
VBrowserFrame()
           
 
Method Summary
protected  void createAltTextElement()
           
protected  IFrameElement createIFrameElement(java.lang.String src)
          Always creates new iframe inside widget.
protected  void onDetach()
           
 void setAlternateText(java.lang.String altText)
           
 void setName(java.lang.String name)
           
 void setSource(java.lang.String source)
          Set the source (the "src" attribute) of iframe.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iframe

protected IFrameElement iframe

altElement

protected Element altElement

altText

protected java.lang.String altText

CLASSNAME

public static final java.lang.String CLASSNAME
See Also:
Constant Field Values
Constructor Detail

VBrowserFrame

public VBrowserFrame()
Method Detail

createIFrameElement

protected IFrameElement createIFrameElement(java.lang.String src)
Always creates new iframe inside widget. Will replace previous iframe.

Returns:

createAltTextElement

protected void createAltTextElement()

setAlternateText

public void setAlternateText(java.lang.String altText)

setSource

public void setSource(java.lang.String source)
Set the source (the "src" attribute) of iframe. Will replace old iframe with new.

Parameters:
source - Source of iframe.

setName

public void setName(java.lang.String name)

onDetach

protected void onDetach()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.