Uses of Class
com.vaadin.flow.component.Synchronize
-
-
Uses of Synchronize in com.vaadin.flow.component.accordion
Methods in com.vaadin.flow.component.accordion with annotations of type Synchronize Modifier and Type Method Description OptionalIntAccordion. getOpenedIndex()Gets the index of the currently opened index.Optional<AccordionPanel>Accordion. getOpenedPanel()Gets the opened panel. -
Uses of Synchronize in com.vaadin.flow.component.applayout
Methods in com.vaadin.flow.component.applayout with annotations of type Synchronize Modifier and Type Method Description AppLayout.SectionAppLayout. getPrimarySection()booleanAppLayout. isDrawerOpened()Whether the drawer is opened (visible) or not.booleanAppLayout. isOverlay()Note: This property is controlled via CSS and can not be changed directly. -
Uses of Synchronize in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox with annotations of type Synchronize Modifier and Type Method Description protected booleanGeneratedVaadinCheckbox. isIndeterminateBoolean()Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Synchronize in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox with annotations of type Synchronize Modifier and Type Method Description protected StringComboBoxBase. getFilter()Filtering string the user has typed into the input field.booleanComboBoxBase. isOpened()Whether the dropdown is opened or not. -
Uses of Synchronize in com.vaadin.flow.component.confirmdialog
Methods in com.vaadin.flow.component.confirmdialog with annotations of type Synchronize Modifier and Type Method Description booleanConfirmDialog. isOpened() -
Uses of Synchronize in com.vaadin.flow.component.contextmenu
Methods in com.vaadin.flow.component.contextmenu with annotations of type Synchronize Modifier and Type Method Description protected booleanGeneratedVaadinContextMenu. isOpenedBoolean()Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Synchronize in com.vaadin.flow.component.datepicker
Methods in com.vaadin.flow.component.datepicker with annotations of type Synchronize Modifier and Type Method Description protected booleanGeneratedVaadinDatePicker. isOpenedBoolean()Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Synchronize in com.vaadin.flow.component.details
Methods in com.vaadin.flow.component.details with annotations of type Synchronize Modifier and Type Method Description booleanDetails. isOpened() -
Uses of Synchronize in com.vaadin.flow.component.dialog
Methods in com.vaadin.flow.component.dialog with annotations of type Synchronize Modifier and Type Method Description protected booleanGeneratedVaadinDialog. isOpenedBoolean()Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Synchronize in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with annotations of type Synchronize Modifier and Type Method Description intGrid.Column. getFlexGrow()Gets the flex grow value, by default 1.StringGrid.Column. getWidth()Gets the width of this column as a CSS-string.booleanGrid. isAllRowsVisible()Gets whether grid's height is defined by the number of its rows.booleanGrid. isColumnReorderingAllowed()Returns whether column reordering is allowed.booleanGridSelectionColumn. isDragSelect()Gets whether grid drag select is enabled or not.booleanGridSelectionColumn. isFrozen()Gets the this column's frozen state. -
Uses of Synchronize in com.vaadin.flow.component.gridpro
Methods in com.vaadin.flow.component.gridpro with annotations of type Synchronize Modifier and Type Method Description booleanGridPro. getEditOnClick()Gets the value of the webcomponent's property editOnClick.protected StringGridPro.EditColumn. getEditorType()Gets the type of the editor that is used for modifying cell value.booleanGridPro. getEnterNextRow()Gets the value of the webcomponent's property enterNextRow.protected List<String>GridPro.EditColumn. getOptions()Gets the list of options that is used for select type of the editor.booleanGridPro. getSingleCellEdit()Gets the value of the webcomponent's property singleCellEdit. -
Uses of Synchronize in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html with annotations of type Synchronize Modifier and Type Method Description booleanNativeDetails. isOpen()Return whether or not the details is opened and the content is displayed. -
Uses of Synchronize in com.vaadin.flow.component.login
Methods in com.vaadin.flow.component.login with annotations of type Synchronize Modifier and Type Method Description StringAbstractLogin. getAction()Returns the action defined for a login form.StringLoginOverlay. getDescription()StringLoginOverlay. getTitleAsText()Returns the value of the title property or a text content of the title if it was set viaLoginOverlay.setTitle(Component)booleanAbstractLogin. isError()Returns whether the error message is displayed or notbooleanLoginOverlay. isOpened() -
Uses of Synchronize in com.vaadin.flow.component.notification
Methods in com.vaadin.flow.component.notification with annotations of type Synchronize Modifier and Type Method Description protected booleanGeneratedVaadinNotification. isOpenedBoolean()Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Synchronize in com.vaadin.flow.component.radiobutton
Methods in com.vaadin.flow.component.radiobutton with annotations of type Synchronize Modifier and Type Method Description protected booleanGeneratedVaadinRadioButton. isCheckedBoolean()Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Synchronize in com.vaadin.flow.component.richtexteditor
Methods in com.vaadin.flow.component.richtexteditor with annotations of type Synchronize Modifier and Type Method Description protected StringGeneratedVaadinRichTextEditor. getHtmlValueString()Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Synchronize in com.vaadin.flow.component.select.generated
Methods in com.vaadin.flow.component.select.generated with annotations of type Synchronize Modifier and Type Method Description protected booleanGeneratedVaadinSelect. isOpenedBoolean()Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Synchronize in com.vaadin.flow.component.tabs
Methods in com.vaadin.flow.component.tabs with annotations of type Synchronize Modifier and Type Method Description intTabs. getSelectedIndex()Gets the zero-based index of the currently selected tab. -
Uses of Synchronize in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload with annotations of type Synchronize Modifier and Type Method Description protected elemental.json.JsonArrayGeneratedVaadinUpload. getFilesJsonArray()Deprecated.since v23.3, generated classes will be removed in v24.protected booleanGeneratedVaadinUpload. isMaxFilesReachedBoolean()Deprecated.since v23.3, generated classes will be removed in v24.
-