|
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 |
java.lang.Objectleon.view.graphic.LyGraphicalObject
leon.view.web.LyWebObject
leon.view.web.jquery.component.LyJQInternalView
leon.view.web.jquery.component.header.LyJQHeader
public class LyJQHeader
LyHeader JQuery internal view
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from class leon.view.web.LyWebObject |
---|
WEB_COMPONENT_ID, WEB_CONTROLLER_ID, WEB_SESSION_ID |
Constructor Summary | |
---|---|
LyJQHeader(LyHeader header)
|
Method Summary | |
---|---|
int |
getColSpan()
get colspan |
int |
getHeaderIndex()
get current header index |
java.lang.String |
getReloadScript()
this method is to be implemented by internal views to get the reload script for the page element |
int |
getRowSpan()
get row span |
void |
setBorderColor(java.lang.String borderColor)
set border color ajax response |
void |
setBorderWidth(int borderWidth)
set border width ajax response |
void |
setColumnWidth(double columnWidth)
Sets attribute columnWidth to the given value. |
void |
setFixed(boolean fixed)
(non-Javadoc) |
void |
setIncreasing(boolean increasing)
header increasing ajax response |
void |
setSort(int sort)
sort table ajax response |
void |
writeHtml(LyWebPageWriter pw)
Write HTML description corresponding to this component. |
Methods inherited from class leon.view.web.jquery.component.LyJQInternalView |
---|
getConvertedHTML, getEncoding, getId, getJavascriptStrId, getJSWithoutTranslateString, getTreatedInternalId, isIE, setProperty |
Methods inherited from class leon.view.web.LyWebObject |
---|
addFileScript, decodeUrl, displayUpPage, encodeUrl, encodeUrlXhtml, expandUrl, free, getDisabledImageUrl, getFontSize, getFontString, getFontString, getFontString, getHexColor, getHexColor, getHtmlEntitiesString, getHtmlString, getImageSize, getImageSize, getImageUrl, getJavascriptString, getLastFrameName, getLyFont, getMessage, getRootUrl, getRootURL, getScrollHeightForSplitter, getUrl, getWebViewManager, refresh, replaceUrl, replaceUrl, setUpdating, updateRefreshInfo, writeJson |
Methods inherited from class leon.view.graphic.LyGraphicalObject |
---|
expand, getBounds, getChildrenBounds, getController, getEnv, getEnvironment, getIdCode, getIntResource, getMessage, getResource, getString, getString, getString, getViewComponent, getViewManager, isFreed, isFreeing, isImageAnimated, processDemand, processDemand, testResource, translate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyJQHeader(LyHeader header)
Method Detail |
---|
public void setSort(int sort)
setSort
in interface LyGraphicalHeader
sort
- New value of sort.public void setIncreasing(boolean increasing)
setIncreasing
in interface LyGraphicalHeader
increasing
- Boolean indicating if attribute increasing is set or unset.public void setFixed(boolean fixed)
setFixed
in interface LyGraphicalHeader
fixed
- Boolean indicating if attribute fixed is set or unset.LyGraphicalHeader.setFixed(boolean)
public void setBorderWidth(int borderWidth)
setBorderWidth
in interface LyGraphicalHeader
borderWidth
- New value of borderWidth.public void setBorderColor(java.lang.String borderColor)
setBorderColor
in interface LyGraphicalHeader
borderColor
- New value of borderColor.public int getHeaderIndex()
public int getRowSpan()
public int getColSpan()
public void writeHtml(LyWebPageWriter pw)
LyWebComponent
writeHtml
in interface LyWebComponent
pw
- the page writerpublic java.lang.String getReloadScript()
LyJQInternalView
getReloadScript
in class LyJQInternalView
public void setColumnWidth(double columnWidth)
setColumnWidth
in interface LyGraphicalHeader
columnWidth
- New value of columnWidth.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |