LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalRow

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LySetColorInterface, LySetHiddenInterface, LySetImageInterface, LySetLabelInterface, LyViewComponent
All Known Implementing Classes:
LyJQRow, LyMobileRow, LyStrutsRow, LySwingRow

public interface LyGraphicalRow
extends LyGraphicalComponent, LySetImageInterface, LySetLabelInterface, LySetHiddenInterface, LySetColorInterface

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

See Also:
LyRow

Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 void addComponent(LyComponent components, int pos)
          Inserts a sub-component components at given position.
 void removeComponent(LyComponent components)
          Removes a sub-component components.
 void setBorderColor(java.lang.String borderColor)
          Updates attribute borderColor to the given value.
 void setBorderHeight(int borderHeight)
          Updates attribute borderHeight to the given value.
 void setColor(java.lang.String color)
          Updates attribute color to the given value.
 void setHidden(boolean hidden)
          Updates attribute hidden to the given value.
 void setImage(java.lang.String image)
          Updates attribute image to the given value.
 void setIndex(java.lang.String index)
          Updates attribute index to the given value.
 void setLabel(java.lang.String label)
          Updates attribute label to the given value.
 void setOpen(boolean open)
          Updates attribute open to the given value.
 void setTooltip(java.lang.String tooltip)
          Updates attribute tooltip 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

setOpen

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

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

setImage

void setImage(java.lang.String image)
Updates attribute image to the given value.

Specified by:
setImage in interface LySetImageInterface
Parameters:
image - New value of image.

setLabel

void setLabel(java.lang.String label)
Updates attribute label to the given value.

Specified by:
setLabel in interface LySetLabelInterface
Parameters:
label - New value of label.

setIndex

void setIndex(java.lang.String index)
Updates attribute index to the given value.

Parameters:
index - New value of index.

setTooltip

void setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value.

Parameters:
tooltip - New value of tooltip.

setHidden

void setHidden(boolean hidden)
Updates attribute hidden to the given value.

Specified by:
setHidden in interface LySetHiddenInterface
Parameters:
hidden - Boolean indicating if attribute hidden is set or unset.

setBorderHeight

void setBorderHeight(int borderHeight)
Updates attribute borderHeight to the given value.

Parameters:
borderHeight - New value of borderHeight.

setBorderColor

void setBorderColor(java.lang.String borderColor)
Updates attribute borderColor to the given value.

Parameters:
borderColor - New value of borderColor.

setColor

void setColor(java.lang.String color)
Updates attribute color to the given value.

Specified by:
setColor in interface LySetColorInterface
Parameters:
color - New value of color.

addComponent

void addComponent(LyComponent components,
                  int pos)
Inserts a sub-component components at given position.

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

removeComponent

void removeComponent(LyComponent components)
Removes a sub-component components.

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

(c) January 2013 - W4 S.A.

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