|
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.LyJQView
leon.view.web.jquery.component.dialog.LyJQDialog
public class LyJQDialog
This class implements the Dialog object (as described in the dtd) for web viewer.
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.LyGraphicalDialog |
---|
__VERSION |
Fields inherited from interface leon.view.setinterface.LySetBoundsInterface |
---|
__VERSION |
Fields inherited from interface leon.view.setinterface.LySetVisibleInterface |
---|
__VERSION |
Constructor Summary | |
---|---|
LyJQDialog(LyDialog dialog)
|
Method Summary | |
---|---|
java.lang.String |
addDialogRefreshScript()
add the dialog script |
java.lang.String |
getMinimizedLabel()
Returns the label that must be used when dialog is minimized. |
java.lang.String |
getReloadScript()
(non-Javadoc) |
boolean |
isVisible()
|
void |
setArea(LyArea area)
(non-Javadoc) |
void |
setLabel(java.lang.String label)
Updates attribute label to the given value. |
void |
setLocation(int x,
int y)
Accessor to the location. |
void |
setSize(int w,
int h)
Accessor to the Size. |
void |
setVisible(boolean status)
Sets the visibility status of this component. |
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 |
Constructor Detail |
---|
public LyJQDialog(LyDialog dialog)
Method Detail |
---|
public void setArea(LyArea area)
setArea
in interface LyGraphicalDialog
area
- New value of areaLyGraphicalDialog.setArea(leon.view.LyArea)
public java.lang.String getReloadScript()
getReloadScript
in class LyJQInternalView
LyJQInternalView.getReloadScript()
public void setVisible(boolean status)
LySetVisibleInterface
setVisible
in interface LySetVisibleInterface
setVisible
in class LyJQView
status
- new visibility status, if true the component will be shown, if false it will be
hidenLyJQView.setVisible(boolean)
public java.lang.String addDialogRefreshScript()
public void writeHtml(LyWebPageWriter pw)
LyWebComponent
writeHtml
in interface LyWebComponent
pw
- the page writerpublic void setLabel(java.lang.String label)
LyGraphicalDialog
setLabel
in interface LyGraphicalDialog
setLabel
in interface LySetLabelInterface
label
- New value of label.public void setLocation(int x, int y)
setLocation
in interface LySetBoundsInterface
LySetBoundsInterface.setLocation(int, int)
public void setSize(int w, int h)
setSize
in interface LySetBoundsInterface
LySetBoundsInterface.setSize(int, int)
public java.lang.String getMinimizedLabel()
public boolean isVisible()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |