일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- table
- GIT
- NPM
- vaadin
- xPlatform
- mybatis
- Spring
- Android
- Express
- R
- MSSQL
- Java
- react
- Eclipse
- SPC
- IntelliJ
- SQL
- Sqoop
- tomcat
- Python
- es6
- plugin
- SSL
- 보조정렬
- JavaScript
- window
- mapreduce
- Kotlin
- hadoop
- 공정능력
- Today
- Total
목록front-end & ui/vaadin legacy (23)
DBILITY
form layout을 이용해 form field를 구성하던 것과 유사하다. 일단 되기는 하는데 공식 사이트나 공식 소개 책자에도 잘 나오지 않는다. 못 찾는 건가? 다른 방법도 찾아봐야겠다. ListDataProvider는 changeEvent가 발생하지 않는 걸까... DateField fieldRegDate = new DateField(); fieldRegDate.setDateFormat("yyyy-MM-dd"); fieldRegDate.setResolution(DateResolution.DAY); fieldRegDate.setLocale(Locale.getDefault()); fieldRegDate.setLenient(true); fieldRegDate.addStyleName(ValoTheme.D..
https://vaadin.com/docs/v8/framework/components/components-customfield.html Composite Fields with CustomField | Server-Side Components | Framework | Vaadin 8 Docs The CustomField is a way to create composite components as with CustomComponent, except that it implements the Field interface and inherits AbstractField, described in "Field Components". A field allows editing a property value in the ..
vaadin directory의 inputMask가 있는데, Wrapping 한 거라는데... GitHub - RobinHerbots/Inputmask: Input Mask plugin GitHub - RobinHerbots/Inputmask: Input Mask plugin Input Mask plugin. Contribute to RobinHerbots/Inputmask development by creating an account on GitHub. github.com
vaadin 7에서 setIcon으로 설정 시 Enum class가 FontAwesome이었다. vaadin 8에선 VaadinIcons를 사용하면 된다. https://cdn.vaadin.com/vaadin-icons/4.1.4/demo/#icons-basic-demos vaadin-icons Examples cdn.vaadin.com
워낙 대충 봐서 그런지 모르나, 책에는 내용이 없는 것 같고.. 영알 못이라 공식 사이트 매뉴얼에서도 못 찾겠어서 그냥 중노동을 하였다. 다른 방법이 수두룩하겠으나, 오늘 테스트는 여기까지다. vaadin framework version은 7.713이다. 8부턴 지원하지 않는다고 한다. 첫 번째 방법은 setColumnHeaders로 text 추가 후 table에 style을 추가하는 것이다. default style이 v-table-caption-container-align-left인걸 v-table-caption-container-align-center 변경해 봤더니 된다. userTable.setVisibleColumns("image","userid","password","grade","birthd..