Uses of Class
adalid.core.enums.SelectOption
-
Packages that use SelectOption Package Description adalid.core adalid.core.enums -
-
Uses of SelectOption in adalid.core
Methods in adalid.core with parameters of type SelectOption Modifier and Type Method Description StringView. getSelectStatement(String view, SelectOption option)ViewSelectView. getViewSelect(String view, SelectOption option) -
Uses of SelectOption in adalid.core.enums
Methods in adalid.core.enums that return SelectOption Modifier and Type Method Description static SelectOptionSelectOption. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectOption[]SelectOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-