Class SelectResponse<SelectOption extends AbstractSelectOption>
java.lang.Object
fr.tiogars.architecture.select.models.SelectResponse<SelectOption>
- Type Parameters:
SelectOption- the type of select option
Class representing a response for selecting entities.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor initializing an empty list of select options. -
Method Summary
Modifier and TypeMethodDescriptiongetRows()Get the list of select options.voidsetRows(List<SelectOption> rows) Set the list of select options.toString()Get the string representation of the response.
-
Constructor Details
-
SelectResponse
public SelectResponse()Default constructor initializing an empty list of select options.
-
-
Method Details