Registry / utility / metawidget-core

metawidget-core

JSON →
library4.2javamavenunverified

Metawidget is a smart User Interface widget that populates itself with UI components to match the properties of your domain objects.

<dependency> <groupId>org.metawidget.modules</groupId> <artifactId>metawidget-core</artifactId> <version>4.2</version> </dependency>
INSTALL
IMPORT
SIG · METAWIDGET-CORE
M
metawidget-core
utilityjavav4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PropertyStyle
org.metawidget.inspector.impl.propertystyle.PropertyStyle

Inspect properties of a domain object using Metawidget

import org.metawidget.inspector.impl.propertystyle.PropertyStyle; import org.metawidget.inspector.impl.propertystyle.StandardPropertyStyle; public class Example { public static void main(String[] args) { PropertyStyle style = new StandardPropertyStyle(); System.out.println(style.getProperties(Example.class)); } }
Debug
Known issues
breakingMetawidget is no longer actively maintained; last release was in 2016.
fix
Consider alternative UI generation libraries or maintain your own fork.
affects: >=4.2
Upgrade
Version history
4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
metawidget-core — mvn dependency:get metawidget-core · libregistry