org.utgenome.gwt.utgb.client.db
Class Value
java.lang.Object
org.utgenome.gwt.utgb.client.db.Value
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class Value
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Add this Value class to the ValueDomain
in order to set the value domain of a input form.
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Value
public Value()
Value
public Value(String value)
Value
public Value(String label,
String value)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2007-2012 utgenome.org. All Rights Reserved.