| Package | Description |
|---|---|
| pro.redsoft.iframework.client.xml |
Copyright 2013 REDSOFT.PRO
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
DataTypes |
RField.getDateType() |
static DataTypes |
DataTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypes[] |
DataTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RField.addNode(com.google.gwt.xml.client.Document doc,
com.google.gwt.xml.client.Element parentNode,
String nodeName,
String value,
String javaClassId,
DataTypes dataTypes) |
<T> RField<T> |
RBean.createField(String name,
T value,
DataTypes dataTypes)
Creates new field instance.
|
<T> RField<T> |
RBean.createField(String name,
T value,
DataTypes dataTypes,
byte b)
Creates new field instance.
|
void |
RField.setDateType(DataTypes dateType) |
| Constructor and Description |
|---|
RField(String name,
T value,
DataTypes dataTypes,
RBean thisBean) |
Copyright © 2012–2014 RedSoft. All rights reserved.