com.vaadin.shared.ui.button
Class ButtonState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.TabIndexState
              extended by com.vaadin.shared.ui.button.ButtonState
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NativeButtonState

public class ButtonState
extends TabIndexState

Shared state for com.vaadin.ui.Button and com.vaadin.ui.NativeButton.

Since:
7.0
See Also:
AbstractComponentState, Serialized Form

Field Summary
 int clickShortcutKeyCode
           
 boolean disableOnClick
           
 boolean htmlContentAllowed
          If caption should be rendered in HTML
 java.lang.String iconAltText
           
 
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
ButtonState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disableOnClick

public boolean disableOnClick

clickShortcutKeyCode

public int clickShortcutKeyCode

htmlContentAllowed

public boolean htmlContentAllowed
If caption should be rendered in HTML


iconAltText

public java.lang.String iconAltText
Constructor Detail

ButtonState

public ButtonState()


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