public class AttributeMixin<T extends com.google.gwt.user.client.ui.UIObject> extends Object
Constructor and Description |
---|
AttributeMixin(T widget,
String attribute) |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute() |
boolean |
getAttributeAsBoolean() |
double |
getAttributeAsDouble() |
int |
getAttributeAsInteger() |
void |
setAttribute(boolean value) |
void |
setAttribute(double value) |
void |
setAttribute(int value) |
void |
setAttribute(String value) |
void |
setUiObject(T uiObject) |
public AttributeMixin(T widget, String attribute)
public void setAttribute(String value)
public void setAttribute(int value)
public void setAttribute(double value)
public void setAttribute(boolean value)
public String getAttribute()
public int getAttributeAsInteger()
public double getAttributeAsDouble()
public boolean getAttributeAsBoolean()
public void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.