VostokSystem UIComponents collection - Vaadin Add-on Directory
A collection of UIcomponents and helper classes, Toolbar, PushButton, SpinButton, ActionWindow and moreIt aims to be simple and versatile. It also provide a set of scss variables. PushButton is a on/off state button. It accepts 3 different modes, Single, Many to Many, One of many. SpinButton is a multi purpose component, designed to display and browse over data with next/previous buttons. it uses a data model, therefore values aren't necessarily fixed neither linear and can be done at request.There's a set of default models but you can easily create your. value can also be edited by user. Dialog window - which extend Dialog - is made of two parts, the inner, where you add your content, and the button bar. It uses a central listener for managing all actions at once (including close/cancel), no need for a listen on each button. To do so, It expects an unique "id" for each button (action). ActionWindow provides many helpers to create most common "modal" windows. KeyPressAction allow you to register a specific listener for a component when using the same shortcut accross several others component. It acts as a proxy between components and the default vaadin Shortcut listener. also,, i18nbutton, i18n integration, WindowManagement, SimpleColourWindow, HintField... Check the sampler at http:/:vaadin.vostoksystem.eu for a full description and more samples code. Licence : Creative commons, no restriction, free for any open source or commercial usages. Thanks.
Online Demo
Issue Tracker
Source Code sample
Javadocs
VostokSystem UIComponents collection version 1.1.2
* i18n (update)
Forcing default language to English.
This correct a bug when the wrong resource bundle is used as default one ( on servers set to use French or German...)
1.1:
*SpinButton (update)
Spinbutton implement Editable interface, it's value is now editable by user.
Update for stock SpinButton's NumberModel and CalendarModel provide new converter too.
* Utility class KeyPressAction (new)
With KeyPressAction several widgets can listen for the same keyboard sequence. You don't need a central listener any more.
TextFieldActionRollback and SpinButton use it.
Still not clear ? check sample !
* Widget TextFieldActionRollback (new)
TextFieldActionRollback.is a TextField with shortcut for validation and rollback. It uses KeyPressAction.
* New German translation for i18n (new/update)
* minor corrections
VostokSystem UIComponents collection version 1.5
Library switches to scss and valo
Minor bug fixes,
Compatibility with vaddin 1.5 and up
updated license to Apache 2.0