Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Conversation

@mh-xdev
Copy link
Member

@mh-xdev mh-xdev commented Jul 1, 2021

Fixes #12
This PR implements the changes as requested in issue #12. I've added three new Setters (including the ones required from the HasItems interface), which call the matching methods that already existed previously.

setLabel(String) calls this.withLabel(String)
setPlaceholder(String) calls this.withPlaceholder(String)
setItems(Collection<T>) calls this.withAllAvailableItems(ArrayList<T>, true)

@mh-xdev
Copy link
Member Author

mh-xdev commented Jul 8, 2021

Changes should be corrected now

@AB-xdev
Copy link
Member

AB-xdev commented Jul 8, 2021

LGTM;
Added missing setter for setFullComboBoxWidth

@AB-xdev AB-xdev merged commit 95e8cf1 into xdev-software:develop Jul 8, 2021
xdev-gh-bot pushed a commit that referenced this pull request Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standard-/Vaadin-conform public API

2 participants