Uses of Annotation Interface
com.vaadin.flow.component.Synchronize
Packages that use Synchronize
Package
Description
-
Uses of Synchronize in com.vaadin.flow.component.accordion
Methods in com.vaadin.flow.component.accordion with annotations of type SynchronizeModifier and TypeMethodDescriptionAccordion.getOpenedIndex()Gets the index of the currently opened index.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 SynchronizeModifier and TypeMethodDescriptionAppLayout.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 SynchronizeModifier and TypeMethodDescriptionbooleanCheckbox.isIndeterminate()Get the indeterminate state of the checkbox. -
Uses of Synchronize in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox with annotations of type Synchronize -
Uses of Synchronize in com.vaadin.flow.component.confirmdialog
Methods in com.vaadin.flow.component.confirmdialog with annotations of type Synchronize -
Uses of Synchronize in com.vaadin.flow.component.datepicker
Methods in com.vaadin.flow.component.datepicker with annotations of type SynchronizeModifier and TypeMethodDescriptionbooleanDatePicker.isOpened()Gets the states of the drop-down for the datepicker -
Uses of Synchronize in com.vaadin.flow.component.details
Methods in com.vaadin.flow.component.details with annotations of type Synchronize -
Uses of Synchronize in com.vaadin.flow.component.dialog
Methods in com.vaadin.flow.component.dialog with annotations of type Synchronize -
Uses of Synchronize in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with annotations of type SynchronizeModifier and TypeMethodDescriptionintGrid.Column.getFlexGrow()Gets the flex grow value, by default 1.Grid.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 SynchronizeModifier and TypeMethodDescriptionbooleanGridPro.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.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 SynchronizeModifier and TypeMethodDescriptionbooleanNativeDetails.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 SynchronizeModifier and TypeMethodDescriptionLoginOverlay.getDescription()LoginOverlay.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 SynchronizeModifier and TypeMethodDescriptionbooleanNotification.isOpened()True if the notification is currently displayed. -
Uses of Synchronize in com.vaadin.flow.component.popover
Methods in com.vaadin.flow.component.popover with annotations of type SynchronizeModifier and TypeMethodDescriptionbooleanPopover.isOpened()Gets the open state from the popover. -
Uses of Synchronize in com.vaadin.flow.component.select
Methods in com.vaadin.flow.component.select with annotations of type SynchronizeModifier and TypeMethodDescriptionprotected booleanSelect.isOpened()Whether the dropdown is opened or not. -
Uses of Synchronize in com.vaadin.flow.component.tabs
Methods in com.vaadin.flow.component.tabs with annotations of type SynchronizeModifier and TypeMethodDescriptionintTabs.getSelectedIndex()Gets the zero-based index of the currently selected tab.