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. actionMapMethods in io.keikai.ui that return AuxAction Modifier and Type Method Description static AuxActionAuxAction. getBy(String action)static AuxActionAuxAction. 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 static DropdownToolbarButton.BuilderDropdownToolbarButton.Builder. create(AuxAction key)Creates the builder with the given AuxAction.static ToolbarButton.BuilderToolbarButton.Builder. create(AuxAction key)Creates 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.
-