Uses of Enum Class
no.ntnu.principes.components.primary.StyledText.TextType
Packages that use StyledText.TextType
-
Uses of StyledText.TextType in no.ntnu.principes.components.primary
Fields in no.ntnu.principes.components.primary declared as StyledText.TextTypeMethods in no.ntnu.principes.components.primary that return StyledText.TextTypeModifier and TypeMethodDescriptionstatic StyledText.TextTypeReturns the enum constant of this class with the specified name.static StyledText.TextType[]StyledText.TextType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in no.ntnu.principes.components.primary with parameters of type StyledText.TextTypeModifierConstructorDescriptionprotectedStyledText(String text, StyledText.TextType type) Constructs a styled text element with the specified content and visual type.protectedStyledText(String text, StyledText.TextType type, List<String> initialClasses) Creates a styled text element with a specified text value, type, and initial style classes.Text(String text, StyledText.TextType type) Constructs a text component with specified content and type for styled UI elements.Text(String text, StyledText.TextType type, String... initialClasses) Constructs a newTextobject with specified content, type, and optional CSS classes.