|
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.fieldItem.LyJQFieldItem
leon.view.web.jquery.component.panel.LyJQPanel
public abstract class LyJQPanel
Type : leon.view.web.web2.panel.LyWeb2Panel The peer component of LyFrame for the web2 viewer.
Field Summary |
---|
Fields inherited from class leon.view.web.jquery.component.fieldItem.LyJQFieldItem |
---|
__VERSION |
Fields inherited from class leon.view.web.LyWebObject |
---|
WEB_COMPONENT_ID, WEB_CONTROLLER_ID, WEB_SESSION_ID |
Fields inherited from interface leon.view.graphic.LyGraphicalPanel |
---|
__VERSION |
Fields inherited from interface leon.view.setinterface.LySetPopupMenuInterface |
---|
__VERSION |
Constructor Summary | |
---|---|
LyJQPanel(LyPanel panel)
Constructor. |
Method Summary | |
---|---|
boolean |
isChart(LyPanel panel)
Check if the panel is a chart. |
boolean |
isForm(LyPanel panel)
Check if panel is a form |
boolean |
isGantt(LyPanel panel)
Check if panel is a gantt |
boolean |
isMap(LyPanel panel)
Check if the panel is a Map. |
boolean |
isNotice(LyPanel panel)
Check if the panel is a Notice. |
boolean |
isPanel()
|
boolean |
isTable(LyPanel panel)
Check if the panel is a Table. |
boolean |
isTree(LyPanel panel)
Check if the panel is a Tree. |
void |
setPopupMenu(LyPopupMenu popup)
Sets the popup menu with the given value. |
Methods inherited from class leon.view.web.jquery.component.fieldItem.LyJQFieldItem |
---|
canDisabled, getCaption, getController, getFieldItem, getForm, getFormField, getReloadScript, getTarget, isEditable, isEnabled, isLabelInstance, isMail, isNetscape, isOptional, isPrintMode, isUrl, isUrlRecurse, needCheck, setLabel, writeHtml |
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, 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 LyJQPanel(LyPanel panel)
panel
- the panel componentMethod Detail |
---|
public boolean isTable(LyPanel panel)
panel
- the panel component
public boolean isTree(LyPanel panel)
panel
- the panel component
public boolean isChart(LyPanel panel)
panel
- the panel component
public boolean isForm(LyPanel panel)
panel
-
public boolean isGantt(LyPanel panel)
panel
-
public boolean isNotice(LyPanel panel)
panel
- the panel component
public boolean isMap(LyPanel panel)
panel
- the panel component
public void setPopupMenu(LyPopupMenu popup)
setPopupMenu
in interface LySetPopupMenuInterface
popup
- the new popup menupublic boolean isPanel()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |