Uses of Class
com.caplin.motif.fx.config.definitions.client.FXEsp.SubmitActionsEnum
-
Packages that use FXEsp.SubmitActionsEnum Package Description com.caplin.motif.fx.config.definitions.client -
-
Uses of FXEsp.SubmitActionsEnum in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return FXEsp.SubmitActionsEnum Modifier and Type Method Description static FXEsp.SubmitActionsEnum
FXEsp.SubmitActionsEnum. fromValue(java.lang.String value)
static FXEsp.SubmitActionsEnum
FXEsp.SubmitActionsEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FXEsp.SubmitActionsEnum[]
FXEsp.SubmitActionsEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.caplin.motif.fx.config.definitions.client that return types with arguments of type FXEsp.SubmitActionsEnum Modifier and Type Method Description java.util.List<FXEsp.SubmitActionsEnum>
FXEsp. getSubmitActions()
What should happen when the user clicks on an executable priceMethods in com.caplin.motif.fx.config.definitions.client with parameters of type FXEsp.SubmitActionsEnum Modifier and Type Method Description FXEsp
FXEsp. addSubmitActionsItem(FXEsp.SubmitActionsEnum submitActionsItem)
Method parameters in com.caplin.motif.fx.config.definitions.client with type arguments of type FXEsp.SubmitActionsEnum Modifier and Type Method Description void
FXEsp. setSubmitActions(java.util.List<FXEsp.SubmitActionsEnum> submitActions)
FXEsp
FXEsp. submitActions(java.util.List<FXEsp.SubmitActionsEnum> submitActions)
-