Interface InlineGridSelectAction<A extends InlineGridSelectAction<A>>

All Superinterfaces:
Action<A>, Comparable<A>, Copyable<A>, Serializable
All Known Implementing Classes:
DefaultInlineGridSelectAction

public interface InlineGridSelectAction<A extends InlineGridSelectAction<A>> extends Action<A>
Represents an action that will display a list of options to the user and allow them to select one. The selected option will be sent to the server as a parameter to the specified endpoint.
Author:
Jon Fleschler (jfleschler)
  • Method Details

    • options

      default A options(List<SelectOption> options)
    • paramName

      default A paramName(String param)
    • submitEndpoint

      default A submitEndpoint(Endpoint<?> endpoint)