-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
Description
Describe your motivation
Add methods to components for binding signals to component-specific state that lives apart from enable, visibility, text or value.
Describe the solution you'd like
-
UI::setLocale(Locale)- PR -
new AvatarGroup(AvatarGroupItem[]) -
AvatarGroup::setItems(Collection) -
new NativeTable(Component[]) -
new OrderedList(ListItem[]) - Nested properties in the
com.vaadin.flow.component.map.Mapto e.g. show a marker for each item in a list signal -
new MessageList(MessageListItem[]) -
MessageList::setItems(MessageListItem[]) -
new FlexLayout(Component[]) -
new HorizontalLayout(Component[]) -
new VerticalLayout(Component[]) -
HasOverlayClassName::setOverlayClassName(String) -
new Tabs(Tab[])
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🟢Ready to Go