|
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.LyRowBase
leon.view.LyRow
public class LyRow
The LyRow class implements generic behavior for the ROW components as described in views.dtd regardless of the requested target (win, swing, html...). It represents a row.
LyComponent
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 | |
---|---|
LyRow()
Constructor with all required attributes. |
Method Summary | |
---|---|
void |
setHidden(boolean hidden)
Sets attribute hidden to the given value. |
void |
setId(java.lang.String id)
Initializes attribute id to the given value. |
void |
setRows(LyRows rows)
Sets sub-component rows. |
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 LyRow()
Method Detail |
---|
public void setRows(LyRows rows)
setRows
in class LyRowBase
rows
- New value of rowspublic void setId(java.lang.String id)
setId
in class LyRowBase
id
- New value of id.public void setHidden(boolean hidden)
setHidden
in interface LySetHiddenInterface
setHidden
in class LyRowBase
hidden
- Boolean indicating if attribute hidden is set or unset.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |