Uses of Class
no.ntnu.idatt1002.demo.view.components.PrimaryButton
Packages that use PrimaryButton
-
Uses of PrimaryButton in no.ntnu.idatt1002.demo.view.components
Subclasses of PrimaryButton in no.ntnu.idatt1002.demo.view.componentsModifier and TypeClassDescriptionclass
A button with an arrow icon.class
A custom button that acts as a checkbox.class
A button with an arrow icon.class
A button for changing the view mode of the application.Fields in no.ntnu.idatt1002.demo.view.components declared as PrimaryButtonModifier and TypeFieldDescriptionprivate PrimaryButton
ListHeader.addButton
private PrimaryButton
RecipePopup.addIngredientButton
private PrimaryButton
RecipePopup.addStepButton
private PrimaryButton
RecipePopup.deleteButton
private PrimaryButton
RecipePopup.imageButton
(package private) PrimaryButton
Sidebar.selectedButton
private PrimaryButton
RecipePopup.submitButton
Methods in no.ntnu.idatt1002.demo.view.components that return PrimaryButtonModifier and TypeMethodDescriptionPrimaryButton.setButtonType
(PrimaryButton.Type type) Set the type of the button and clears all styles applied by the previous type.Methods in no.ntnu.idatt1002.demo.view.components with parameters of type PrimaryButtonModifier and TypeMethodDescriptionprivate void
Sidebar.setSelectedButton
(PrimaryButton button) Sets the selected button and updates the styling of the buttons. -
Uses of PrimaryButton in no.ntnu.idatt1002.demo.view.scenes
Fields in no.ntnu.idatt1002.demo.view.scenes declared as PrimaryButton