com.vaadin.client.ui
Class VNativeButton

java.lang.Object
  extended by Button
      extended by com.vaadin.client.ui.VNativeButton

public class VNativeButton
extends Button


Field Summary
 com.vaadin.shared.ui.button.ButtonServerRpc buttonRpcProxy
          For internal use only.
 Element captionElement
          For internal use only.
static java.lang.String CLASSNAME
           
 ApplicationConnection client
          For internal use only.
 boolean disableOnClick
          For internal use only.
 Element errorIndicatorElement
          For internal use only.
 Icon icon
          For internal use only.
 java.lang.String paintableId
          For internal use only.
 
Constructor Summary
VNativeButton()
           
 
Method Summary
 void onBrowserEvent(Event event)
           
 void onClick(ClickEvent event)
           
 void setHTML(java.lang.String html)
           
 void setText(java.lang.String text)
           
 
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

paintableId

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


client

public ApplicationConnection client
For internal use only. May be removed or replaced in the future.


buttonRpcProxy

public com.vaadin.shared.ui.button.ButtonServerRpc buttonRpcProxy
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.


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.


disableOnClick

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

Constructor Detail

VNativeButton

public VNativeButton()
Method Detail

setText

public void setText(java.lang.String text)

setHTML

public void setHTML(java.lang.String html)

onBrowserEvent

public void onBrowserEvent(Event event)

onClick

public void onClick(ClickEvent event)


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