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