sf-java-ui
sf-java-ui copied to clipboard
Json Schema Form java based library allow developers to define schema and form using field annotations
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".  In Angular Schema Form, I can accomplish this with the following: ...
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
### 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...
### Description Support composite bean fields This feature allow developers to render bean that have a composite relations.
### Description Update the [documentation file](../tree/master/docs/index.md) with a description of this component and all his properties
### Description Update the [documentation file](../tree/master/docs/index.md) with a description of this component and all his properties
### Description Update the [documentation file](../tree/master/docs/index.md) with a description of this component and all his properties