Uses of Enum Class
io.keikai.ui.AuxAction
Packages that use AuxAction
-
Uses of AuxAction in io.keikai.ui
Fields in io.keikai.ui with type parameters of type AuxActionMethods in io.keikai.ui that return AuxActionModifier and TypeMethodDescriptionstatic AuxActionstatic AuxActionReturns the enum constant of this class with the specified name.static AuxAction[]AuxAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.ui with parameters of type AuxActionModifier and TypeMethodDescriptionCreates the builder with the given AuxAction.static ToolbarButton.BuilderCreates the builder with the given AuxAction.voidSpreadsheet.disableUserAction(AuxAction action, boolean disabled) Sets theAuxActiondisabledbooleanSpreadsheet.removeToolbarButton(AuxAction btn) Removes the first occurrence of the given button instance in the buttons list.