sf-java-ui icon indicating copy to clipboard operation
sf-java-ui copied to clipboard

Json Schema Form java based library allow developers to define schema and form using field annotations

Results 14 sf-java-ui issues
Sort by recently updated
recently updated
newest added

2024-05-08 12:02:24.630 INFO [bootstrap,,,] 20658 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8045 (http) 2024-05-08 12:02:24.645 INFO [bootstrap,,,] 20658 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2024-05-08...

### Description Authorization failed for https://dl.bintray.com/jsonschema-javaui/sf-java-ui/io/sfjava/ui/sf-java-ui/1.0.0/sf-java-ui-1.0.0.pom Forbidden ### Steps to Reproduce cd sf-java-ui/demo bower install mvn spring-boot:run **Expected behavior:** No error **Actual behavior:** Error ### Versions All ### Additional Information

After the objects are serialized to JsonSchema, I need to add another field. BEFORE: { "schema": { "type": "object", "id": "urn:jsonschema:io:asfjava:ui:core:schema:Conditional", "properties": { "needColor": { "type": "boolean" }, "color": {...

### Description I would like a simple boolean field (a single checkbox) for a field called "Enabled". ![booleancheckbox](https://user-images.githubusercontent.com/35499739/37352539-d7020418-26b3-11e8-845c-78ac87f3c813.PNG) In Angular Schema Form, I can accomplish this with the following: ![boolean](https://user-images.githubusercontent.com/35499739/37352531-cf8a8084-26b3-11e8-9ac5-14c1a4035c30.PNG)...

Description Add @FieldSet annotation Modifications Add new @FieldSet annotation with appropriate fields Implement the FieldSetGenerator Improve the demo app to support the FieldSet layout Expected behavior: Support the FieldSet layout

enhancement
new_layout
layout_properties_support

### Description Add a new annotation to force display all fields in the DTO It will handle fields that didn't have a field definition annotation This annotation can get a...

enhancement
new_layout

### Description Support composite bean fields This feature allow developers to render bean that have a composite relations.

enhancement

### Description Update the [documentation file](../tree/master/docs/index.md) with a description of this component and all his properties

layout_properties_support
Wiki

### Description Update the [documentation file](../tree/master/docs/index.md) with a description of this component and all his properties

layout_properties_support
Wiki

### Description Update the [documentation file](../tree/master/docs/index.md) with a description of this component and all his properties

layout_properties_support
Wiki