|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.LyComponent
leon.view.LyRowsBase
public abstract class LyRowsBase
The LyRowsBase class is a generated Java implementation that corresponds to the element ROWS of the descriptive grammar of the views (views.dtd). <ROWS> : List of table rows This element allows displaying rows within a table. It does not contain any attribute: this is only a non-empty list of rows.
LyComponent
,
See also tag ROWS of grammar leon_views.dtd.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.view.LyComponent |
---|
LyComponent.EventType |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from class leon.view.LyComponent |
---|
_nbComponents, INIT_RESOURCE_ID, INTERNAL_ID_SEP, REWRITING_MODE, SEP_ID |
Constructor Summary | |
---|---|
LyRowsBase()
Default constructor. |
Method Summary | |
---|---|
void |
addRow(LyRow row)
Adds a sub-component row. |
LyComponent |
cloneComponent()
Method for cloning a component. |
LyRow |
getRow(int i)
Get sub-component Row of index i. |
int |
getRowCount()
Get sub-component Row count. |
void |
insertRow(LyRow row,
int pos)
Inserts a sub-component row at given position. |
void |
writeXml(java.io.PrintWriter pw,
boolean debug)
Method to rewrite XML corresponding to this component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyRowsBase()
Method Detail |
---|
public LyComponent cloneComponent()
cloneComponent
in class LyComponent
public LyRow getRow(int i)
i
- the index of the Row to get.
public int getRowCount()
public void addRow(LyRow row)
row
- The row to add to rows list.public void insertRow(LyRow row, int pos)
row
- The row to add to rows list.pos
- Position where the sub-component is inserted.public void writeXml(java.io.PrintWriter pw, boolean debug)
writeXml
in class LyComponent
pw
- the printWriter on which the XML is written.debug
- true if debug mode (full dump).
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |