|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectButton
com.vaadin.client.ui.VNativeButton
public class VNativeButton
| 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 |
|---|
public static final java.lang.String CLASSNAME
public java.lang.String paintableId
public ApplicationConnection client
public com.vaadin.shared.ui.button.ButtonServerRpc buttonRpcProxy
public Element errorIndicatorElement
public final Element captionElement
public Icon icon
public boolean disableOnClick
| Constructor Detail |
|---|
public VNativeButton()
| Method Detail |
|---|
public void setText(java.lang.String text)
public void setHTML(java.lang.String html)
public void onBrowserEvent(Event event)
public void onClick(ClickEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||