Uses of Class
io.keikai.ui.AuxAction
-
Packages that use AuxAction Package Description io.keikai.ui Defines UI Component class of Keikai Spreadsheet -
-
Uses of AuxAction in io.keikai.ui
Fields in io.keikai.ui with type parameters of type AuxAction Modifier and Type Field Description static Map<String,AuxAction>
AuxAction. actionMap
Methods in io.keikai.ui that return AuxAction Modifier and Type Method Description static AuxAction
AuxAction. getBy(String action)
static AuxAction
AuxAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuxAction[]
AuxAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.ui with parameters of type AuxAction Modifier and Type Method Description void
Spreadsheet. disableUserAction(AuxAction action, boolean disabled)
Sets theAuxAction
disabledboolean
Spreadsheet. removeToolbarButton(AuxAction btn)
Removes the first occurrence of the given button instance in the buttons list.
-