public interface HasBorder
Modifier and Type | Method and Description |
---|---|
String |
getBorder() |
String |
getBorderBottom() |
String |
getBorderLeft() |
String |
getBorderRadius() |
String |
getBorderRight() |
String |
getBorderTop() |
void |
setBorder(String value)
Set the border style of material widget
|
void |
setBorderBottom(String value)
Sets the border bottom style of material widget
|
void |
setBorderLeft(String value)
Sets the border style of material widget
|
void |
setBorderRadius(String value) |
void |
setBorderRight(String value)
Sets the border right style of material widget
|
void |
setBorderTop(String value)
Sets the border left style of material widget
|
void setBorder(String value)
value
- contains the Css border style, width color of an element. (e.i 1px solid black)void setBorderLeft(String value)
value
- contains the Css border style, width color of an element. (e.i 1px solid black)String getBorderLeft()
void setBorderRight(String value)
value
- contains the Css border style, width color of an element. (e.i 1px solid black)String getBorderRight()
void setBorderTop(String value)
value
- contains the Css border style, width color of an element. (e.i 1px solid black)String getBorderTop()
void setBorderBottom(String value)
value
- contains the border style, width color of an element. (e.i 1px solid black)String getBorderBottom()
void setBorderRadius(String value)
String getBorderRadius()
Copyright © 2018. All rights reserved.