public class BorderMixin<T extends com.google.gwt.user.client.ui.Widget & HasBorder> extends StylePropertyMixin<T> implements HasBorder
| Constructor and Description | 
|---|
BorderMixin(T uiObject)  | 
| 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 | 
setUiObject(T uiObject)  | 
getProperty, setPropertypublic BorderMixin(T uiObject)
public void setBorder(String value)
HasBorderpublic void setBorderLeft(String value)
HasBordersetBorderLeft in interface HasBordervalue - contains the Css border style, width color of an element. (e.i 1px solid black)public String getBorderLeft()
getBorderLeft in interface HasBorderpublic void setBorderRight(String value)
HasBordersetBorderRight in interface HasBordervalue - contains the Css border style, width color of an element. (e.i 1px solid black)public String getBorderRight()
getBorderRight in interface HasBorderpublic void setBorderTop(String value)
HasBordersetBorderTop in interface HasBordervalue - contains the Css border style, width color of an element. (e.i 1px solid black)public String getBorderTop()
getBorderTop in interface HasBorderpublic void setBorderBottom(String value)
HasBordersetBorderBottom in interface HasBordervalue - contains the border style, width color of an element. (e.i 1px solid black)public String getBorderBottom()
getBorderBottom in interface HasBorderpublic void setBorderRadius(String value)
setBorderRadius in interface HasBorderpublic String getBorderRadius()
getBorderRadius in interface HasBorderpublic void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.