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()
boolean
AppLayout.isDrawerOpened()
Whether the drawer is opened (visible) or not.boolean
AppLayout.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 TypeMethodDescriptionboolean
Checkbox.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.datepicker
Methods in com.vaadin.flow.component.datepicker with annotations of type SynchronizeModifier and TypeMethodDescriptionboolean
DatePicker.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 TypeMethodDescriptionint
Grid.Column.getFlexGrow()
Gets the flex grow value, by default 1.Grid.Column.getWidth()
Gets the width of this column as a CSS-string.boolean
Grid.isAllRowsVisible()
Gets whether grid's height is defined by the number of its rows.boolean
Grid.isColumnReorderingAllowed()
Returns whether column reordering is allowed.boolean
GridSelectionColumn.isDragSelect()
Gets whether grid drag select is enabled or not.boolean
GridSelectionColumn.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 TypeMethodDescriptionboolean
GridPro.getEditOnClick()
Gets the value of the webcomponent's property editOnClick.protected String
GridPro.EditColumn.getEditorType()
Gets the type of the editor that is used for modifying cell value.boolean
GridPro.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.boolean
GridPro.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 TypeMethodDescriptionboolean
NativeDetails.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)
boolean
AbstractLogin.isError()
Returns whether the error message is displayed or notboolean
LoginOverlay.isOpened()
-
Uses of Synchronize in com.vaadin.flow.component.notification
Methods in com.vaadin.flow.component.notification with annotations of type SynchronizeModifier and TypeMethodDescriptionboolean
Notification.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 TypeMethodDescriptionboolean
Popover.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 boolean
Select.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 TypeMethodDescriptionint
Tabs.getSelectedIndex()
Gets the zero-based index of the currently selected tab.