com.vaadin.client.ui
Class VLink

java.lang.Object
  extended by HTML
      extended by com.vaadin.client.ui.VLink

public class VLink
extends HTML


Field Summary
 Element anchor
          For internal use only.
protected static com.vaadin.shared.ui.BorderStyle BORDER_STYLE_DEFAULT
          Deprecated. 
protected static com.vaadin.shared.ui.BorderStyle BORDER_STYLE_MINIMAL
          Deprecated. 
protected static com.vaadin.shared.ui.BorderStyle BORDER_STYLE_NONE
          Deprecated. 
 com.vaadin.shared.ui.BorderStyle borderStyle
          For internal use only.
 Element captionElement
          For internal use only.
static java.lang.String CLASSNAME
           
 boolean enabled
          For internal use only.
 Element errorIndicatorElement
          For internal use only.
 Icon icon
          For internal use only.
 java.lang.String src
          For internal use only.
 java.lang.String target
          For internal use only.
 int targetHeight
          For internal use only.
 int targetWidth
          For internal use only.
 
Constructor Summary
VLink()
           
 
Method Summary
 void onBrowserEvent(Event event)
           
 void onClick(ClickEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

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

BORDER_STYLE_DEFAULT

@Deprecated
protected static final com.vaadin.shared.ui.BorderStyle BORDER_STYLE_DEFAULT
Deprecated. 

BORDER_STYLE_MINIMAL

@Deprecated
protected static final com.vaadin.shared.ui.BorderStyle BORDER_STYLE_MINIMAL
Deprecated. 

BORDER_STYLE_NONE

@Deprecated
protected static final com.vaadin.shared.ui.BorderStyle BORDER_STYLE_NONE
Deprecated. 

src

public java.lang.String src
For internal use only. May be removed or replaced in the future.


target

public java.lang.String target
For internal use only. May be removed or replaced in the future.


borderStyle

public com.vaadin.shared.ui.BorderStyle borderStyle
For internal use only. May be removed or replaced in the future.


enabled

public boolean enabled
For internal use only. May be removed or replaced in the future.


targetWidth

public int targetWidth
For internal use only. May be removed or replaced in the future.


targetHeight

public int targetHeight
For internal use only. May be removed or replaced in the future.


errorIndicatorElement

public Element errorIndicatorElement
For internal use only. May be removed or replaced in the future.


anchor

public final Element anchor
For internal use only. May be removed or replaced in the future.


captionElement

public final Element captionElement
For internal use only. May be removed or replaced in the future.


icon

public Icon icon
For internal use only. May be removed or replaced in the future.

Constructor Detail

VLink

public VLink()
Method Detail

onClick

public void onClick(ClickEvent event)

onBrowserEvent

public void onBrowserEvent(Event event)


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