LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalHeader

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LyViewComponent
All Known Implementing Classes:
LyJQHeader, LyMobileHeader, LyStrutsHeader, LySwingHeader

public interface LyGraphicalHeader
extends LyGraphicalComponent

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

See Also:
LyHeader

Field Summary
static java.lang.String __VERSION
           
 
Method Summary
 void setBorderColor(java.lang.String borderColor)
          Updates attribute borderColor to the given value.
 void setBorderWidth(int borderWidth)
          Updates attribute borderWidth to the given value.
 void setColumnWidth(double columnWidth)
          Updates attribute columnWidth to the given value.
 void setFixed(boolean fixed)
          Updates attribute fixed to the given value.
 void setIncreasing(boolean increasing)
          Updates attribute increasing to the given value.
 void setSort(int sort)
          Updates attribute sort 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

setSort

void setSort(int sort)
Updates attribute sort to the given value.

Parameters:
sort - New value of sort.

setIncreasing

void setIncreasing(boolean increasing)
Updates attribute increasing to the given value.

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

setFixed

void setFixed(boolean fixed)
Updates attribute fixed to the given value.

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

setColumnWidth

void setColumnWidth(double columnWidth)
Updates attribute columnWidth to the given value.

Parameters:
columnWidth - New value of columnWidth.

setBorderWidth

void setBorderWidth(int borderWidth)
Updates attribute borderWidth to the given value.

Parameters:
borderWidth - New value of borderWidth.

setBorderColor

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

Parameters:
borderColor - New value of borderColor.

(c) January 2013 - W4 S.A.

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