JavaScript is disabled on your browser.
JBStrap
JBStrap framework 4.0
Skip navigation links
JBStrap framework 4.0 - Documentation
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
com.jbstrap.ui.bootstrap.Border
Packages that use
Border
Package
Description
com.jbstrap.ui
com.jbstrap.ui.bootstrap
Uses of
Border
in
com.jbstrap.ui
Methods in
com.jbstrap.ui
with parameters of type
Border
Modifier and Type
Method
Description
T
Component.
setBorder
(
Border
... border)
Sets the component�s border.
Uses of
Border
in
com.jbstrap.ui.bootstrap
Methods in
com.jbstrap.ui.bootstrap
that return
Border
Modifier and Type
Method
Description
static
Border
Border.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Border
[]
Border.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.