public abstract static class ComponentDescriptor.BaseBuilder<T extends ComponentDescriptor.BaseBuilder> extends Object
Modifier and Type | Field and Description |
---|---|
protected Form |
config |
protected String |
displayName |
protected DescriptorKey |
key |
protected String |
name |
Modifier and Type | Method and Description |
---|---|
T |
config(Form value) |
T |
displayName(String displayName) |
T |
key(DescriptorKey key) |
protected DescriptorKey key
protected String name
protected String displayName
protected Form config