Class ActionRow


public class ActionRow extends LayoutComponent
See Also:
  • Method Details

    • of

      public static ActionRow of(ActionComponent... components)
      Creates an ActionRow with the given components.
      Parameters:
      components - The child components of the row.
      Returns:
      An ActionRow containing the given components.
    • of

      public static ActionRow of(List<? extends ActionComponent> components)
      Creates an ActionRow with the given components.
      Parameters:
      components - The child components of the row.
      Returns:
      An ActionRow containing the given components.