com.vaadin.shared.ui.button
Class NativeButtonState

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
                  extended by com.vaadin.shared.ui.button.NativeButtonState
All Implemented Interfaces:
java.io.Serializable

public class NativeButtonState
extends ButtonState

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.shared.ui.button.ButtonState
clickShortcutKeyCode, disableOnClick, iconAltText
 
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
NativeButtonState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeButtonState

public NativeButtonState()


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