|
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.gantt.line.LyJQLine
public class LyJQLine
LyJQLine
Field Summary |
---|
Fields inherited from class leon.view.web.LyWebObject |
---|
__VERSION, WEB_COMPONENT_ID, WEB_CONTROLLER_ID, WEB_SESSION_ID |
Fields inherited from interface leon.view.graphic.LyGraphicalLine |
---|
__VERSION |
Constructor Summary | |
---|---|
LyJQLine(LyLine lyLine)
LyJQLine constructor |
Method Summary | |
---|---|
void |
addComponent(LyComponent components,
int pos)
Inserts a sub-component components at given position. |
int |
computeHeight()
Computes the height of the line. |
void |
free()
Free resources allocated to this component. |
java.lang.String |
getFmkId()
get the fmk id |
java.util.Date |
getLimitDate(boolean max)
Gets the limit date for this line (minimum or maximum). |
java.util.List<LyLine> |
getLines()
get lines |
LyGantt |
getParentGantt()
Gets the parent Gantt component of the line. |
java.lang.String |
getReloadScript()
TODO slachiheb Add a comment |
float |
getXEndPosition()
|
float |
getXStartPosition()
|
void |
refresh()
Refresh frame containing this web object. |
void |
removeComponent(LyComponent components)
Removes a sub-component components. |
void |
setColor(java.lang.String color)
TODO slachiheb Add a comment |
void |
setFont(java.lang.String font)
Updates attribute font to the given value. |
void |
setHidden(boolean hidden)
TODO slachiheb Add a comment |
void |
setImage(java.lang.String image)
Updates attribute image 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 |
setSelected(boolean selected)
Updates attribute selected to the given value. |
void |
setSuperLineColor(java.lang.String superLineColor)
Updates attribute superLineColor to the given value. |
void |
setSuperLineHidden(boolean superLineHidden)
Updates attribute superLineHidden to the given value. |
void |
setSuperLineLabel(java.lang.String superLineLabel)
Updates attribute superLineLabel to the given value. |
void |
setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value. |
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, getDisabledImageUrl, getFontSize, getFontString, getFontString, getFontString, getHexColor, getHexColor, getHtmlEntitiesString, getHtmlString, getImageSize, getImageSize, getImageUrl, getJavascriptString, getLastFrameName, getLyFont, getMessage, getRootUrl, getRootURL, getScrollHeightForSplitter, getUrl, getWebViewManager, 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 |
---|
getViewComponent |
Constructor Detail |
---|
public LyJQLine(LyLine lyLine)
viewComponent
- Method Detail |
---|
public int computeHeight()
public LyGantt getParentGantt()
public java.util.List<LyLine> getLines()
public void free()
LyGraphicalObject
free
in interface LyGraphicalComponent
free
in interface LyFreeInterface
free
in class LyWebObject
LyGraphicalComponent.free()
public void setLabel(java.lang.String label)
LyGraphicalLine
setLabel
in interface LyGraphicalLine
setLabel
in interface LySetLabelInterface
label
- New value of label.LyGraphicalLine.setLabel(java.lang.String)
public void setImage(java.lang.String image)
LyGraphicalLine
setImage
in interface LyGraphicalLine
setImage
in interface LySetImageInterface
image
- New value of image.LyGraphicalLine.setImage(java.lang.String)
public void setTooltip(java.lang.String tooltip)
LyGraphicalLine
setTooltip
in interface LyGraphicalLine
tooltip
- New value of tooltip.LyGraphicalLine.setTooltip(java.lang.String)
public void setSelected(boolean selected)
LyGraphicalLine
setSelected
in interface LyGraphicalLine
setSelected
in interface LySetSelectedInterface
selected
- Boolean indicating if attribute selected is set or unset.LyGraphicalLine.setSelected(boolean)
public void setOpen(boolean open)
LyGraphicalLine
setOpen
in interface LyGraphicalLine
open
- Boolean indicating if attribute open is set or unset.LyGraphicalLine.setOpen(boolean)
public java.lang.String getFmkId()
public void setHidden(boolean hidden)
setHidden
in interface LyGraphicalLine
setHidden
in interface LySetHiddenInterface
hidden
- Boolean indicating if attribute hidden is set or unset.LyGraphicalLine.setHidden(boolean)
public void setFont(java.lang.String font)
LyGraphicalLine
setFont
in interface LyGraphicalLine
setFont
in interface LySetFontInterface
font
- New value of font.LyGraphicalLine.setFont(java.lang.String)
public void setColor(java.lang.String color)
setColor
in interface LyGraphicalLine
setColor
in interface LySetColorInterface
color
- New value of color.LyGraphicalLine.setColor(java.lang.String)
public void setSuperLineColor(java.lang.String superLineColor)
LyGraphicalLine
setSuperLineColor
in interface LyGraphicalLine
superLineColor
- New value of superLineColor.LyGraphicalLine.setSuperLineColor(java.lang.String)
public void setSuperLineLabel(java.lang.String superLineLabel)
LyGraphicalLine
setSuperLineLabel
in interface LyGraphicalLine
superLineLabel
- New value of superLineLabel.LyGraphicalLine.setSuperLineLabel(java.lang.String)
public void setSuperLineHidden(boolean superLineHidden)
LyGraphicalLine
setSuperLineHidden
in interface LyGraphicalLine
superLineHidden
- Boolean indicating if attribute superLineHidden is set or unset.LyGraphicalLine.setSuperLineHidden(boolean)
public void addComponent(LyComponent components, int pos)
LyGraphicalLine
addComponent
in interface LyGraphicalLine
components
- The components to add to components list.pos
- Position where the sub-component is inserted.LyGraphicalLine.addComponent(leon.view.LyComponent, int)
public void removeComponent(LyComponent components)
LyGraphicalLine
removeComponent
in interface LyGraphicalLine
components
- The components to remove to components list.LyGraphicalLine.removeComponent(leon.view.LyComponent)
public void writeHtml(LyWebPageWriter pw)
LyWebComponent
writeHtml
in interface LyWebComponent
pw
- the page writerLyWebComponent.writeHtml(leon.view.web.LyWebPageWriter)
public java.lang.String getReloadScript()
getReloadScript
in class LyJQInternalView
LyJQInternalView.getReloadScript()
public java.util.Date getLimitDate(boolean max)
max
- indicate if maximum or minimum date must be returned and if end date is null, we consider begin date
instead.
public void refresh()
refresh
in class LyWebObject
public float getXStartPosition()
public float getXEndPosition()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |