|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.innovationinvestments.cheyenne.engine.components.Component
nl.innovationinvestments.cheyenne.engine.components.Loop
public class Loop
| Field Summary | |
|---|---|
static String |
MODE_DATASET
LoopMode |
static String |
MODE_DOM
|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
Loop()
|
|
Loop(Dialog dialog)
|
|
| Method Summary | |
|---|---|
void |
finish()
|
boolean |
getBoundToAssign()
|
org.dom4j.Element |
getCurrentElement()
|
DataSet |
getDataSet()
|
int |
getIdx()
|
String |
getLoopMode()
|
String |
getOver()
|
boolean |
isBound()
Is this loop already bound to any source? |
boolean |
isTrue()
isTrue In legacy mode the loop may not yet have a "over" associated. |
void |
setBoundToAssign(boolean value)
BoundToAssign |
void |
setCurrentElement(org.dom4j.Element value)
|
void |
setDataSet(DataSet value)
DataSet |
void |
setIdx(int value)
Idx |
void |
setOver(String value)
Over |
void |
start()
|
| Methods inherited from class nl.innovationinvestments.cheyenne.engine.components.Component |
|---|
getDialog, getId, getLog4j, iterate, setDialog, setId, setLog4j, startAndfinish |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SOURCECODE_VERSION
public static final String MODE_DATASET
public static final String MODE_DOM
| Constructor Detail |
|---|
public Loop()
public Loop(Dialog dialog)
dialog - | Method Detail |
|---|
public void setOver(String value)
public String getOver()
public void setDataSet(DataSet value)
public DataSet getDataSet()
public void setIdx(int value)
public int getIdx()
public void setBoundToAssign(boolean value)
public boolean getBoundToAssign()
public void setCurrentElement(org.dom4j.Element value)
public org.dom4j.Element getCurrentElement()
public String getLoopMode()
public boolean isBound()
public void start()
start in class Componentpublic boolean isTrue()
public void finish()
finish in class Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||