Package com.vaadin.shared.ui.button
Class ButtonState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.TabIndexState
-
- com.vaadin.shared.ui.button.ButtonState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NativeButtonState
public class ButtonState extends TabIndexState
Shared state forButton
andNativeButton
.- Since:
- 7.0
- See Also:
AbstractComponentState
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
clickShortcutKeyCode
boolean
disableOnClick
String
iconAltText
-
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description ButtonState()
-