T - field type (any Class)@StandardClassDescriptor(author="Neo", date="11/11/10", currentRevision=2, reviewers="", lastModified="", lastModifiedBy="") public class RField<T> extends RClass
| Constructor and Description |
|---|
RField(String name,
T value,
DataTypes dataTypes,
RBean thisBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(com.google.gwt.xml.client.Document doc,
com.google.gwt.xml.client.Element parentNode,
String nodeName,
String value,
String javaClassId) |
void |
addNode(com.google.gwt.xml.client.Document doc,
com.google.gwt.xml.client.Element parentNode,
String nodeName,
String value,
String javaClassId,
DataTypes dataTypes) |
void |
clearRField() |
String |
getCustomName() |
static String |
getDateToString(Date date) |
DataTypes |
getDateType() |
T |
getValue() |
void |
loadXml(com.google.gwt.xml.client.Element elem) |
void |
setDateType(DataTypes dateType) |
void |
setValue(Boolean valueOf) |
void |
setValue(Byte b) |
void |
setValue(Date parse) |
void |
setValue(Double valueOf) |
void |
setValue(Float valueOf) |
void |
setValue(Integer valueOf) |
void |
setValue(Long valueOf) |
void |
setValue(Short valueOf) |
void |
setValue(String string) |
void |
toXml(com.google.gwt.xml.client.Document doc,
com.google.gwt.xml.client.Element parentElement) |
getName, getSimpleName, setRclassNamepublic void addNode(com.google.gwt.xml.client.Document doc,
com.google.gwt.xml.client.Element parentNode,
String nodeName,
String value,
String javaClassId)
public void addNode(com.google.gwt.xml.client.Document doc,
com.google.gwt.xml.client.Element parentNode,
String nodeName,
String value,
String javaClassId,
DataTypes dataTypes)
public void clearRField()
public String getCustomName()
public DataTypes getDateType()
public T getValue()
public void loadXml(com.google.gwt.xml.client.Element elem)
public void setDateType(DataTypes dateType)
dateType - the dateType to setpublic void setValue(Boolean valueOf)
public void setValue(Byte b)
public void setValue(Date parse)
public void setValue(Double valueOf)
public void setValue(Float valueOf)
public void setValue(Integer valueOf)
public void setValue(Long valueOf)
public void setValue(Short valueOf)
public void setValue(String string)
public void toXml(com.google.gwt.xml.client.Document doc,
com.google.gwt.xml.client.Element parentElement)
Copyright © 2012–2014 RedSoft. All rights reserved.