org.jboss.errai.widgets.client.effects
Class Borders
java.lang.Object
org.jboss.errai.widgets.client.effects.Borders
public class Borders
- extends Object
|
Method Summary |
static String |
convertWhere(int where)
|
static void |
shadowBorder(com.google.gwt.user.client.ui.UIObject obj,
int radius,
int shadowWidth)
|
static void |
simpleBorder(com.google.gwt.user.client.ui.UIObject obj,
int radius)
|
static void |
simpleBorder(com.google.gwt.user.client.ui.UIObject obj,
int radius,
int edges)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final int NONE
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
TOP
public static final int TOP
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
ALL
public static final int ALL
- See Also:
- Constant Field Values
Borders
public Borders()
simpleBorder
public static void simpleBorder(com.google.gwt.user.client.ui.UIObject obj,
int radius,
int edges)
simpleBorder
public static void simpleBorder(com.google.gwt.user.client.ui.UIObject obj,
int radius)
shadowBorder
public static void shadowBorder(com.google.gwt.user.client.ui.UIObject obj,
int radius,
int shadowWidth)
convertWhere
public static String convertWhere(int where)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.