在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):nfrankel/kaadin开源软件地址(OpenSource Url):https://github.com/nfrankel/kaadin开源编程语言(OpenSource Language):Kotlin 99.5%开源软件介绍(OpenSource Introduction):Kaadin1. Two-minutes tutorialAn example is worth a thousand words: import ch.frankel.kaadin.* //(1)
import com.vaadin.server.*
import com.vaadin.ui.*
class FirstStepUI(): UI() {
override fun init(request: VaadinRequest) {
verticalLayout(margin = true, spacing = true) { //(2)
label("Welcome to Vaadin") //(3)
}
}
}
2. Usage
3. Going furtherThe full documentation is available on the Kaadin site. 4. LicenseKaadin is distributed under the friendly Apache 2.0 License. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论