|
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.LyJQContainer
leon.view.web.jquery.component.area.LyJQArea
public class LyJQArea
Type : leon.view.web.web2.frame.LyWeb2Area
Field Summary | |
---|---|
static java.lang.String |
LAYOUT_INFO_SEP
|
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.LyGraphicalArea |
---|
__VERSION |
Fields inherited from interface leon.view.setinterface.LySetVisibleInterface |
---|
__VERSION |
Fields inherited from interface leon.view.setinterface.LySetBorderPanelInterface |
---|
__VERSION |
Constructor Summary | |
---|---|
LyJQArea(LyArea area)
Constructor |
Method Summary | |
---|---|
void |
addPanel(LyPanel panel,
int pos)
Inserts a sub-component panels at given position. |
void |
computePanelsPosition()
getNorthPanel |
LyToolBar |
getBottomLeftToolbar()
|
LyToolBar |
getBottomRightToolbar()
|
LyPanel |
getCenterPanel()
getCenterPanel |
int |
getColumnNumber()
getColumnNumber |
LyPanel |
getEastBorderPanel()
|
LyPanel |
getEastPanel()
getEastPanel |
LyPanel |
getNorthBorderPanel()
|
LyPanel |
getNorthPanel()
getNorthPanel |
LyPanel |
getPanel(java.lang.String layoutInfo)
Get panel by layoutInfo if layoutInfo=null return the last panel used in the CARD layout |
java.util.List<LyPanel> |
getPanels()
get area panels |
java.lang.String |
getReloadScript()
this method is to be implemented by internal views to get the reload script for the page element |
LyPanel |
getSouthBorderPanel()
|
LyPanel |
getSouthPanel()
getSouthPanel |
LyJQTitleBar |
getTitleBar()
Getting LyWeb2TitleBar |
LyPanel |
getWestBorderPanel()
|
LyPanel |
getWestPanel()
getWestPanel |
boolean |
hasSpecificBackgroundImage()
|
void |
removePanel(LyPanel panel)
Removes a sub-component panels. |
void |
setBorderPanel(LyPanel panel,
short position)
Set a border panel at the given position. |
void |
setLayoutInfo(java.lang.String layoutInfo)
Updates attribute layoutInfo to the given value. |
void |
setOpen(boolean open)
Updates attribute open to the given value. |
void |
setRedirect(java.lang.String redirect)
Updates attribute redirect to the given value. |
void |
setRefresh(int refresh)
Updates attribute refresh to the given value. |
void |
setVisible(boolean visible)
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.LyJQContainer |
---|
isArea, isSplitter, isTabs |
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 LAYOUT_INFO_SEP
Constructor Detail |
---|
public LyJQArea(LyArea area)
area
- Method Detail |
---|
public java.util.List<LyPanel> getPanels()
public void computePanelsPosition()
public int getColumnNumber()
public LyPanel getNorthPanel()
public LyPanel getEastPanel()
public LyPanel getCenterPanel()
public LyPanel getWestPanel()
public LyPanel getSouthPanel()
public LyPanel getPanel(java.lang.String layoutInfo)
public LyJQTitleBar getTitleBar()
public LyPanel getNorthBorderPanel()
public LyPanel getSouthBorderPanel()
public LyPanel getEastBorderPanel()
public LyPanel getWestBorderPanel()
public LyToolBar getBottomLeftToolbar()
public LyToolBar getBottomRightToolbar()
public void writeHtml(LyWebPageWriter pw)
LyWebComponent
writeHtml
in interface LyWebComponent
pw
- the page writerpublic void addPanel(LyPanel panel, int pos)
LyGraphicalArea
addPanel
in interface LyGraphicalArea
panel
- The panels to add to panels list.pos
- Position where the sub-component is inserted.public void removePanel(LyPanel panel)
LyGraphicalArea
removePanel
in interface LyGraphicalArea
panel
- The panels to remove to panels list.public void setLayoutInfo(java.lang.String layoutInfo)
LyGraphicalArea
setLayoutInfo
in interface LyGraphicalArea
layoutInfo
- New value of layoutInfo.public void setOpen(boolean open)
LyGraphicalArea
setOpen
in interface LyGraphicalArea
open
- Boolean indicating if attribute open is set or unset.public void setRedirect(java.lang.String redirect)
LyGraphicalArea
setRedirect
in interface LyGraphicalArea
redirect
- New value of redirect.public void setRefresh(int refresh)
LyGraphicalArea
setRefresh
in interface LyGraphicalArea
refresh
- New value of refresh.public void setBorderPanel(LyPanel panel, short position)
LySetBorderPanelInterface
setBorderPanel
in interface LySetBorderPanelInterface
panel
- the border panel.position
- Either NORTH, SOUTH, EAST or WEST position.public boolean hasSpecificBackgroundImage()
public void setVisible(boolean visible)
LySetVisibleInterface
setVisible
in interface LySetVisibleInterface
visible
- new visibility status, if true the component will be shown, if false it will be
hidenpublic java.lang.String getReloadScript()
LyJQInternalView
getReloadScript
in class LyJQInternalView
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |