|
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.struts.LyStrutsLayout
public class LyStrutsLayout
This class implements the Layout object (as described in the dtd) for web viewer.
LAYOUT: Layout Manager
A layout manager allows to place nodes of a map according to a predefined layout. In most cases,
the coordinates of nodes are not used.
LyLayout
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 | |
---|---|
LyStrutsLayout(LyLayout layout)
Class constructor of a Layout object for the struts target. |
Method Summary | |
---|---|
leon.view.web.struts.map.LyStrutsLayoutManager |
layoutFactory()
Builds the appropriate layout manager switch the layout style. |
leon.view.web.struts.map.LyStrutsLayoutManager |
layoutFactory(LyStrutsMap map)
Deprecated. replaced by layoutFactory() because the parameter map is
not used. |
void |
setBorderSizes(java.lang.String borderSizes)
Updates attribute borderSizes to the given value. |
void |
setLabelStyles(java.lang.String labelStyles)
Updates attribute labelStyles to the given value. |
void |
writeHtml(LyWebPageWriter pw)
Write HTML description corresponding to this component. |
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 LyStrutsLayout(LyLayout layout)
layout
- the generic Layout defined for every type of view targets.Method Detail |
---|
public void writeHtml(LyWebPageWriter pw)
LyWebComponent
writeHtml
in interface LyWebComponent
pw
- the page writerpublic leon.view.web.struts.map.LyStrutsLayoutManager layoutFactory(LyStrutsMap map)
layoutFactory()
because the parameter map
is
not used.
map
- parameter not used
public leon.view.web.struts.map.LyStrutsLayoutManager layoutFactory()
layoutFactory(LyStrutsMap)
where the parameter was not
used.public void setBorderSizes(java.lang.String borderSizes)
LyGraphicalLayout
setBorderSizes
in interface LyGraphicalLayout
borderSizes
- New value of borderSizes.public void setLabelStyles(java.lang.String labelStyles)
LyGraphicalLayout
setLabelStyles
in interface LyGraphicalLayout
labelStyles
- New value of labelStyles.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |