LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalArea

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LyGraphicalContainer, LyGraphicalFieldItem, LyGraphicalPanel, LyViewComponent
All Known Implementing Classes:
LyJQArea, LyMobileArea, LyMobileColor, LyMobileInterval, LyMobileItem, LyMobileLayout, LyMobileLine, LyMobilePopupMenu, LyMobileSelectItem, LyMobileTip, LyStrutsArea, LySwingArea

public interface LyGraphicalArea
extends LyGraphicalContainer

The LyGraphicalArea interface represents the abstract graphical component for the area of views.dtd regardless of the target (swing, swt, dhtml...).

See Also:
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

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

setRedirect

void setRedirect(java.lang.String redirect)
Updates attribute redirect to the given value.

Parameters:
redirect - New value of redirect.

setRefresh

void setRefresh(int refresh)
Updates attribute refresh to the given value.

Parameters:
refresh - New value of refresh.

setLayoutInfo

void setLayoutInfo(java.lang.String layoutInfo)
Updates attribute layoutInfo to the given value.

Parameters:
layoutInfo - New value of layoutInfo.

setOpen

void setOpen(boolean open)
Updates attribute open to the given value.

Parameters:
open - Boolean indicating if attribute open is set or unset.

addPanel

void addPanel(LyPanel panels,
              int pos)
Inserts a sub-component panels at given position.

Parameters:
panels - The panels to add to panels list.
pos - Position where the sub-component is inserted.

removePanel

void removePanel(LyPanel panels)
Removes a sub-component panels.

Parameters:
panels - The panels to remove to panels list.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com