| 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 |
|---|---|
<T> RField<T> |
RBean.createField(String name,
T value)
Creates new field instance.
|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
RBean.setField(RField<T> field,
T value)
Use this setter instead default setValue(T value) instruction.
|
Copyright © 2012–2014 RedSoft. All rights reserved.