| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentEvent |
ComponentEvent.clone() |
ComponentEvent |
ComponentEvent.withAction(String action)
The action to perform when a specific event is raised.
|
ComponentEvent |
ComponentEvent.withBindingEvent(String bindingEvent)
Binds an event to an action on a component.
|
ComponentEvent |
ComponentEvent.withParameters(ActionParameters parameters)
Describes information about the action.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentEvent> |
Component.getEvents()
Describes the events that can be raised on the component.
|
Map<String,ComponentEvent> |
CreateComponentData.getEvents()
The event configuration for the component.
|
Map<String,ComponentEvent> |
ComponentChild.getEvents()
Describes the events that can be raised on the child component.
|
Map<String,ComponentEvent> |
UpdateComponentData.getEvents()
The event configuration for the component.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.addEventsEntry(String key,
ComponentEvent value)
Add a single Events entry
|
CreateComponentData |
CreateComponentData.addEventsEntry(String key,
ComponentEvent value)
Add a single Events entry
|
ComponentChild |
ComponentChild.addEventsEntry(String key,
ComponentEvent value)
Add a single Events entry
|
UpdateComponentData |
UpdateComponentData.addEventsEntry(String key,
ComponentEvent value)
Add a single Events entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setEvents(Map<String,ComponentEvent> events)
Describes the events that can be raised on the component.
|
void |
CreateComponentData.setEvents(Map<String,ComponentEvent> events)
The event configuration for the component.
|
void |
ComponentChild.setEvents(Map<String,ComponentEvent> events)
Describes the events that can be raised on the child component.
|
void |
UpdateComponentData.setEvents(Map<String,ComponentEvent> events)
The event configuration for the component.
|
Component |
Component.withEvents(Map<String,ComponentEvent> events)
Describes the events that can be raised on the component.
|
CreateComponentData |
CreateComponentData.withEvents(Map<String,ComponentEvent> events)
The event configuration for the component.
|
ComponentChild |
ComponentChild.withEvents(Map<String,ComponentEvent> events)
Describes the events that can be raised on the child component.
|
UpdateComponentData |
UpdateComponentData.withEvents(Map<String,ComponentEvent> events)
The event configuration for the component.
|
Copyright © 2025. All rights reserved.