Class PopupButtonState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.addon.spreadsheet.client.PopupButtonState
- All Implemented Interfaces:
Serializable
@JsType(namespace="Vaadin.Spreadsheet")
public class PopupButtonState
extends com.vaadin.shared.AbstractComponentState
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanint1-basedbooleanint1-basedFields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, widthFields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
col
public int col1-based -
row
public int row1-based -
active
public boolean active -
headerHidden
public boolean headerHidden -
popupHeight
-
popupWidth
-
sheet
-
-
Constructor Details
-
PopupButtonState
public PopupButtonState()
-