public interface TriggerAction<A extends TriggerAction<A>> extends Action<A>
Modifier and Type | Interface and Description |
---|---|
static class |
TriggerAction.Attributes |
static class |
TriggerAction.EndpointTypes |
Modifier and Type | Method and Description |
---|---|
default A |
addTriggerEndpoint(Endpoint<?> endpoint) |
default A |
confirmMessage(String label) |
default A |
confirmSubmitLabel(String label) |
default A |
confirmTitle(String label) |
default Optional<Endpoint<?>> |
findTriggerEndpoint() |
default A |
openConfirmModal(boolean open) |
default A |
triggerEndpoint(UnaryOperator<Endpoint<?>> fn) |
default A |
triggerEndpointScope(String scope) |
default A |
triggerEndpointUrl(String url) |
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 openConfirmModal(boolean open)
default A triggerEndpoint(UnaryOperator<Endpoint<?>> fn)
Copyright © 2021. All rights reserved.