Class JmixMultiUploadState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.TabIndexState
io.jmix.ui.widget.client.multiupload.JmixMultiUploadState
- All Implemented Interfaces:
Serializable
public class JmixMultiUploadState
extends com.vaadin.shared.ui.TabIndexState
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringbooleanintintintintdoubleintdoublestatic final Stringstatic final StringFields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndexFields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, CONTEXT_HELP_ICON_CLICK_EVENT, contextHelpText, contextHelpTextHtmlEnabled, description, descriptionContentMode, errorLevel, errorMessage, height, id, jTestId, primaryStyleName, styles, widthFields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BUTTON_IMAGE_KEY
- See Also:
-
SWFUPLOAD_BOOTSTRAP_JS_KEY
- See Also:
-
SWFUPLOAD_FLASH_KEY
- See Also:
-
buttonCaption
-
buttonWidth
public int buttonWidth -
buttonHeight
public int buttonHeight -
buttonTextLeft
public int buttonTextLeft -
buttonTextTop
public int buttonTextTop -
buttonStyles
-
buttonDisabledStyles
-
buttonEnabled
public boolean buttonEnabled -
fileTypes
-
fileTypesDescription
-
queueSizeLimit
public int queueSizeLimit -
fileSizeLimit
public double fileSizeLimit -
queueUploadLimit
public double queueUploadLimit -
jsessionId
-
-
Constructor Details
-
JmixMultiUploadState
public JmixMultiUploadState()
-