Interface ClickableInput<T extends AbstractInputBuilder>
- All Known Implementing Classes:
ButtonInputBuilder
public interface ClickableInput<T extends AbstractInputBuilder>
-
Method Details
-
onClick
Registers the onClick event for the input. The event will be triggered when the input is clicked.- Parameters:
lockInputNames- list of input names that should be locked during the onClick event, optionalexcludeInputNames- list of inputs that should be excluded from the onClick event.- Returns:
- self
- Since:
- 17.0 - Paloma
-
onClick
Registers the onClick event for the input. The event will be triggered when the input is clicked.- Parameters:
lockInputNames- list of input names that should be locked during the onClick event, optional- Returns:
- self
- Since:
- 17.0 - Paloma
-
onClick
Registers the onClick event for the input. The event will be triggered when the input is clicked. All inputs will be locked and no inputs will be excluded.- Returns:
- self
- Since:
- 17.0 - Paloma
-