|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.aria.data.DataBinding
org.formaria.aria.data.TextBinding
org.formaria.data.TextTableBinding
public class TextTableBinding
A text binding that binds to a database table field. Normally this object should be setup by the OptionalBindingFactory
Copyright Formaria Ltd. (c) 2008
$Revision: 2.4 $ License: see license.txt
| Field Summary |
|---|
| Fields inherited from class org.formaria.aria.data.TextBinding |
|---|
attribStr |
| Fields inherited from class org.formaria.aria.data.DataBinding |
|---|
component, currentProject, DEFAULT_OUTPUT_PATH, outputModel, outputPath, reevaluate, sourceModel, sourcePath |
| Constructor Summary | |
|---|---|
TextTableBinding()
null ctor |
|
| Method Summary | |
|---|---|
void |
get()
Updates the TextComponent with the value obtained from the data model. |
void |
set()
Updates the data model with the value retrieved from the TextComponent. |
void |
setSource(DataModel newNode)
Set the source node for data in the model |
| Methods inherited from class org.formaria.aria.data.TextBinding |
|---|
getName, getType, setComponentValue, setModelValue, setup |
| Methods inherited from class org.formaria.aria.data.DataBinding |
|---|
getAttributes, getAttributes, getComponent, getOutput, getOutputPath, getReevaluate, getSource, getSourcePath, setOutput, setOutputPath, setReevaluate, setSourcePath, setupHelper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextTableBinding()
| Method Detail |
|---|
public void get()
get in class TextBindingpublic void set()
set in class TextBindingpublic void setSource(DataModel newNode)
setSource in class DataBindingnewNode - the path of the data in the model
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||