|
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.LyStrutsFieldItem
leon.view.web.struts.LyStrutsHRef
public class LyStrutsHRef
This class implements the HRef object (as described in the dtd) for web viewer.
HREF: Input Field of Hyperlink Type.
An input field of Hyperlink type allows to display a graphical component containing an hyperlink.
This link allows to launch an action by a simple click. It does not contain any element.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static java.lang.String |
LOCATION
The location:// String value used within Path representation. |
Fields inherited from class leon.view.web.LyWebObject |
---|
WEB_COMPONENT_ID, WEB_CONTROLLER_ID, WEB_SESSION_ID |
Constructor Summary | |
---|---|
LyStrutsHRef(LyHRef hRef)
Constructor. |
Method Summary | |
---|---|
void |
refresh()
(non-Javadoc). |
void |
setImage(java.lang.String image)
(non-Javadoc). |
void |
setSensitive(boolean sensitive)
(non-Javadoc). |
void |
setVisited(boolean visited)
(Modification) Accessor (LySetVisitedInterface interface). |
void |
writeHtml(LyWebPageWriter pw)
(non-Javadoc). |
void |
writeImage(LyWebPageWriter pw)
Writes HTML description corresponding to the href image. |
void |
writeLabel(LyWebPageWriter pw)
Writes HTML description corresponding to the href label. |
Methods inherited from class leon.view.web.struts.LyStrutsFieldItem |
---|
canDisabled, getCaption, getController, getFieldItem, getForm, getFormField, getFormName, getHtmlForm, getId, isEditable, isNetscape, isOptional, needCheck, setLabel |
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, 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.LyGraphicalHRef |
---|
setLabel |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Field Detail |
---|
public static final java.lang.String __VERSION
public static java.lang.String LOCATION
Constructor Detail |
---|
public LyStrutsHRef(LyHRef hRef)
hRef
- the href componentMethod Detail |
---|
public void writeHtml(LyWebPageWriter pw)
writeHtml
in interface LyWebComponent
pw
- the page writerLyWebComponent.writeHtml(leon.view.web.LyWebPageWriter)
public void writeImage(LyWebPageWriter pw)
pw
- the page writerpublic void writeLabel(LyWebPageWriter pw)
pw
- the page writerpublic void setImage(java.lang.String image)
setImage
in interface LyGraphicalHRef
setImage
in interface LySetImageInterface
image
- New value of image.LySetImageInterface.setImage(java.lang.String)
public void setSensitive(boolean sensitive)
setSensitive
in interface LyGraphicalHRef
setSensitive
in interface LySetSensitiveInterface
sensitive
- Boolean indicating if attribute sensitive is set or unset.LySetSensitiveInterface.setSensitive(boolean)
public void setVisited(boolean visited)
setVisited
in interface LyGraphicalHRef
setVisited
in interface LySetVisitedInterface
visited
- Boolean indicating if attribute visited is set or unset.public void refresh()
refresh
in class LyWebObject
LyWebObject.refresh()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |