Uses of Enum Class
com.jbstrap.ui.bootstrap.ContainerType
Package
Description
-
Uses of ContainerType in com.jbstrap.ui.bootstrap
Modifier and TypeMethodDescriptionstatic ContainerType
Returns the enum constant of this class with the specified name.static ContainerType[]
ContainerType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ContainerType in com.jbstrap.ui.components.layout
ModifierConstructorDescriptionContainer
(ContainerType type, Component<?>... components) Creates a container with the specified component in it.Container
(String id, ContainerType type, Component<?>... components) Creates a container with the specified component in it.