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 TypeClassDescriptionclassA button with an arrow icon.classA custom button that acts as a checkbox.classA button with an arrow icon.classA button for changing the view mode of the application.Fields in no.ntnu.idatt1002.demo.view.components declared as PrimaryButtonModifier and TypeFieldDescriptionprivate PrimaryButtonListHeader.addButtonprivate PrimaryButtonRecipePopup.addIngredientButtonprivate PrimaryButtonRecipePopup.addStepButtonprivate PrimaryButtonRecipePopup.deleteButtonprivate PrimaryButtonRecipePopup.imageButton(package private) PrimaryButtonSidebar.selectedButtonprivate PrimaryButtonRecipePopup.submitButtonMethods 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 voidSidebar.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