|
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 |
public interface LyGraphicalTable
The LyGraphicalTable interface represents the abstract graphical component for the table of views.dtd regardless of the target (swing, swt, dhtml...).
LyTable
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setEnabled(boolean enabled)
Updates attribute enabled to the given value. |
void |
setFooters(LyFooters footers)
Sets sub-component footers. |
void |
setHeaders(LyHeaders headers)
Sets sub-component headers. |
void |
setNRows(int nRows)
Updates attribute nRows to the given value. |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setEnabled(boolean enabled)
setEnabled
in interface LySetEnabledInterface
enabled
- Boolean indicating if attribute enabled is set or unset.void setNRows(int nRows)
nRows
- New value of nRows.void setHeaders(LyHeaders headers)
headers
- New value of headersvoid setFooters(LyFooters footers)
footers
- New value of footers
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |