public class ConstantProperty<T extends com.google.gwt.core.client.JavaScriptObject> extends Property<T>
Modifier | Constructor and Description |
---|---|
protected |
ConstantProperty() |
Modifier and Type | Method and Description |
---|---|
static <T extends com.google.gwt.core.client.JavaScriptObject> |
create() |
static <T extends com.google.gwt.core.client.JavaScriptObject> |
create(T value) |
ConstantProperty<T> |
setValue(T value) |
equals, getValue, getValue, isConstant, onDefinitionChanged
public static final <T extends com.google.gwt.core.client.JavaScriptObject> ConstantProperty<T> create()
public static final <T extends com.google.gwt.core.client.JavaScriptObject> ConstantProperty<T> create(T value)
public final ConstantProperty<T> setValue(T value)
Copyright © 2014. All rights reserved.