Components

ThreeSixty User Interface

License

License

GroupId

GroupId

com.github.markash
ArtifactId

ArtifactId

components
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Components
ThreeSixty User Interface
Project URL

Project URL

http://maven.apache.org
Project Organization

Project Organization

Mark P Ashworth

Download components

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.markash/components/ -->
<dependency>
    <groupId>com.github.markash</groupId>
    <artifactId>components</artifactId>
    <version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.markash/components/
implementation 'com.github.markash:components:0.3.2'
// https://jarcasting.com/artifacts/com.github.markash/components/
implementation ("com.github.markash:components:0.3.2")
'com.github.markash:components:jar:0.3.2'
<dependency org="com.github.markash" name="components" rev="0.3.2">
  <artifact name="components" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.markash', module='components', version='0.3.2')
)
libraryDependencies += "com.github.markash" % "components" % "0.3.2"
[com.github.markash/components "0.3.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.data : spring-data-commons jar
org.springframework : spring-context jar
org.springframework.security : spring-security-core Optional jar
org.vaadin » viritin jar
org.vaadin.spring.addons : vaadin-spring-addon-eventbus Optional jar

test (1)

Group / Artifact Type Version
junit : junit jar

Project Modules

There are no modules declared in this project.

ThreeSixty Vaadin Components

This project is the secret sauce that when added to a new ThreeSixty project allows the recipe to zing with flavour :-)

ThreeSixty Components

The highlights are:-

  • AbstractDashboardView : Mmmmm...provides the basic dashboard stuffies
  • AbstractEntityEditForm : An entity edit form which is placed within a view
  • AbstractEntityEditView : The view for the entity edit
  • AbstractTableSearchView : The basic entity search view

ThreeSixty Theme

A theme for the ThreeSixty applications to inherit from and extend.

Versions

Version
0.3.2
0.3.1
0.3.0