public interface GenerateTemplateAction<A extends GenerateTemplateAction<A>> extends ModalFormAction<A>
Modifier and Type | Interface and Description |
---|---|
static class |
GenerateTemplateAction.Attributes |
static class |
GenerateTemplateAction.EndpointTypes |
static class |
GenerateTemplateAction.FieldDefaults |
static class |
GenerateTemplateAction.FieldLabels |
static class |
GenerateTemplateAction.FieldNames |
static class |
GenerateTemplateAction.GenerationType |
static class |
GenerateTemplateAction.KeyDefaults |
FormAction.Keys
submitLabel, submitLabel
addExternal, addExternal, addField, addField, addField, addFormComponents, addGroup, addGroup, external, field, findExternal, findField, findGroup, getExternal, getField, getGroup, group, removeExternal, removeField, removeGroup
addComponent, addComponents, addEndpoint, addEndpoint, apply, attribute, clearEndpoints, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAttribute, getAttribute, getAttributes, getComponent, getComponent, getComponents, getComponentsList, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOperationType, getOrder, getPlacement, getScope, getType, hasAttribute, hasComponent, hasEndpoint, id, label, label, operationType, order, placement, removeAttribute, removeComponent, removeEndpoint, scope, self, setAttributes, setComponents, setEndpoints, setId, setLabel, setOperationType, setOrder, setPlacement, setScope, setType, type
compareTo
default A addTemplateLookup(LookupField<?> template)
GenerateTemplateAction.FieldNames.TEMPLATE
field.template
- the fielddefault A templateLookup(UnaryOperator<LookupField<?>> fn)
GenerateTemplateAction.FieldNames.TEMPLATE
LookupField
within this action's form for
configuration. If no such field exists, one will be created.fn
- a function that configures the lookup fielddefault A addTemplateGroupLookup(LookupField<?> templateGroup)
GenerateTemplateAction.FieldNames.TEMPLATE_GROUP
field.templateGroup
- the fielddefault A templateGroupLookup(UnaryOperator<LookupField<?>> fn)
GenerateTemplateAction.FieldNames.TEMPLATE_GROUP
LookupField
within this action's form
for configuration. If no such field exists, one will be created.fn
- a function that configures the lookup fielddefault A addGenerationTypeSelect(SelectField<?> select)
default A generationTypeSelect(UnaryOperator<SelectField<?>> fn)
default A generationEndpoint(PageableEndpoint<?> endpoint)
PageableEndpoint
and supports different paging strategies.endpoint
- the endpointdefault A generationEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
PageableEndpoint
and supports different paging strategies.fn
- function to configure the endpointdefault A generationUrl(String url)
generationEndpoint(UnaryOperator)
url.default A generationScope(String scope)
generationEndpoint(UnaryOperator)
scope.default A generationUrl(String url, String scope)
generationEndpoint(UnaryOperator)
url with scopedefault PageableEndpoint<?> getGenerationEndpoint()
default Optional<PageableEndpoint<?>> findGenerationEndpoint()
Copyright © 2021. All rights reserved.