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, setProperty
public BorderMixin(T uiObject)
public void setBorder(String value)
HasBorder
public void setBorderLeft(String value)
HasBorder
setBorderLeft
in interface HasBorder
value
- contains the Css border style, width color of an element. (e.i 1px solid black)public String getBorderLeft()
getBorderLeft
in interface HasBorder
public void setBorderRight(String value)
HasBorder
setBorderRight
in interface HasBorder
value
- contains the Css border style, width color of an element. (e.i 1px solid black)public String getBorderRight()
getBorderRight
in interface HasBorder
public void setBorderTop(String value)
HasBorder
setBorderTop
in interface HasBorder
value
- contains the Css border style, width color of an element. (e.i 1px solid black)public String getBorderTop()
getBorderTop
in interface HasBorder
public void setBorderBottom(String value)
HasBorder
setBorderBottom
in interface HasBorder
value
- contains the border style, width color of an element. (e.i 1px solid black)public String getBorderBottom()
getBorderBottom
in interface HasBorder
public void setBorderRadius(String value)
setBorderRadius
in interface HasBorder
public String getBorderRadius()
getBorderRadius
in interface HasBorder
public void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.