Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Latest commit

 

History

History

easyfxml-fxkit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

EasyFXML - FXKit

Pre-configured boilerplate for frictionless development of common UX components

Maven Central

Overview

A lot of applications share some common UX behaviors and components that need not be totally different from one another. The goal of FXKit is to provide ready-made boilerplate and architectural guidelines to quickly and efficiently design such commonly used components.

Current component types and usage examples

Forms

Description: A form is, in this context, a component that requires the following

  • it encompasses a set of individual user inputs
  • these are possibly validated, whether together or individually
  • and then possibly submitted to another software component after aggregation (for further processing, saving etc.)

Sample usage: The user identity form sample is the application of this pattern to an imaginary user subscription flow.