Uses of Class
com.osbcp.css.constants.BorderWidth

Packages that use BorderWidth
com.osbcp.css Main package. 
com.osbcp.css.constants Package containing various CSS constants. 
 

Uses of BorderWidth in com.osbcp.css
 

Methods in com.osbcp.css with parameters of type BorderWidth
 CSS CSS.setBorder(BorderWidth width, BorderStyle style, java.io.Serializable color)
          Sets the border property.
 CSS CSS.setBorderBottom(BorderWidth width, BorderStyle style, java.io.Serializable color)
          Sets the border-bottom property.
 CSS CSS.setBorderBottomWidth(BorderWidth width)
          Sets the border-bottom-width property.
 CSS CSS.setBorderLeft(BorderWidth width, BorderStyle style, java.io.Serializable color)
          Sets the border-left property.
 CSS CSS.setBorderLeftWidth(BorderWidth width)
          Sets the border-left-width property.
 CSS CSS.setBorderRight(BorderWidth width, BorderStyle style, java.io.Serializable color)
          Sets the border-right property.
 CSS CSS.setBorderRightWidth(BorderWidth width)
          Sets the border-right-width property.
 CSS CSS.setBorderTop(BorderWidth width, BorderStyle style, java.io.Serializable color)
          Sets the border-top property.
 CSS CSS.setBorderTopWidth(BorderWidth width)
          Sets the border-top-width property.
 CSS CSS.setBorderWidth(BorderWidth width)
          Sets the border-width property.
 

Uses of BorderWidth in com.osbcp.css.constants
 

Methods in com.osbcp.css.constants that return BorderWidth
static BorderWidth BorderWidth.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BorderWidth[] BorderWidth.values()
          Returns an array containing the constants of this enum type, in the order they are declared.