|
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 LyGraphicalArea
The LyGraphicalArea interface represents the abstract graphical component for the area of views.dtd regardless of the target (swing, swt, dhtml...).
LyArea
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addPanel(LyPanel panels,
int pos)
Inserts a sub-component panels at given position. |
void |
removePanel(LyPanel panels)
Removes a sub-component panels. |
void |
setLayoutInfo(java.lang.String layoutInfo)
Updates attribute layoutInfo to the given value. |
void |
setOpen(boolean open)
Updates attribute open to the given value. |
void |
setRedirect(java.lang.String redirect)
Updates attribute redirect to the given value. |
void |
setRefresh(int refresh)
Updates attribute refresh 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 setRedirect(java.lang.String redirect)
redirect
- New value of redirect.void setRefresh(int refresh)
refresh
- New value of refresh.void setLayoutInfo(java.lang.String layoutInfo)
layoutInfo
- New value of layoutInfo.void setOpen(boolean open)
open
- Boolean indicating if attribute open is set or unset.void addPanel(LyPanel panels, int pos)
panels
- The panels to add to panels list.pos
- Position where the sub-component is inserted.void removePanel(LyPanel panels)
panels
- The panels to remove to panels list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |