public class ShadowMixin<T extends com.google.gwt.user.client.ui.UIObject & HasShadow> extends Object implements HasShadow
Constructor and Description |
---|
ShadowMixin(T uiObject) |
Modifier and Type | Method and Description |
---|---|
int |
getShadow()
Get the shadow depth.
|
void |
setShadow(int shadow)
Sets the shadow depth of a material panel.
|
void |
setUiObject(T uiObject) |
public ShadowMixin(T uiObject)
public void setShadow(int shadow)
HasShadow
public void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.