|
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 LyGraphicalHeader
The LyGraphicalHeader interface represents the abstract graphical component for the header of views.dtd regardless of the target (swing, swt, dhtml...).
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 |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setSort(int sort)
sort
- New value of sort.void setIncreasing(boolean increasing)
increasing
- Boolean indicating if attribute increasing is set or unset.void setFixed(boolean fixed)
fixed
- Boolean indicating if attribute fixed is set or unset.void setColumnWidth(double columnWidth)
columnWidth
- New value of columnWidth.void setBorderWidth(int borderWidth)
borderWidth
- New value of borderWidth.void setBorderColor(java.lang.String borderColor)
borderColor
- New value of borderColor.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |