|
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
public class LyJQFieldItem
LyField Jquery internal view
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 | |
---|---|
LyJQFieldItem(LyFieldItem fieldItem)
Class constructor of a Field Item object for the struts target. |
Method Summary | |
---|---|
boolean |
canDisabled()
Indicates if the Web browser can disabled its elements. |
java.lang.String |
getCaption()
Gets the caption of the parent form field. |
java.lang.String |
getController()
(non-Javadoc). |
LyFieldItem |
getFieldItem()
Gets the field item. |
LyForm |
getForm()
Gets the form ancestor. |
LyFormField |
getFormField()
Gets the form field that contains this item. |
java.lang.String |
getReloadScript()
this method is to be implemented by internal views to get the reload script for the page element |
java.lang.String |
getTarget()
Gets target string |
boolean |
isEditable()
Indicates if the field item is editable. |
boolean |
isEnabled()
|
boolean |
isLabelInstance(LyFieldItem fieldItem)
|
boolean |
isMail(java.lang.String label)
Check if text is a mail |
boolean |
isNetscape()
Indicates if the Web browser used is Netscape. |
boolean |
isOptional()
Indicates if the field item is optional. |
boolean |
isPrintMode()
Check if text is in a print mode |
boolean |
isUrl(java.lang.String label)
Check if text is an url |
boolean |
isUrlRecurse(java.lang.String label)
Check if text is an url recurse |
boolean |
needCheck()
Indicates if the field item needs check. |
void |
setLabel(java.lang.String label)
Sets the label of the 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, 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 LyJQFieldItem(LyFieldItem fieldItem)
fieldItem
- the generic Field Item defined for every type of view targetsMethod Detail |
---|
public LyFieldItem getFieldItem()
public LyFormField getFormField()
public java.lang.String getController()
getController
in class LyGraphicalObject
LyGraphicalObject.getController()
public java.lang.String getCaption()
public LyForm getForm()
public boolean isEditable()
public boolean isOptional()
public boolean isLabelInstance(LyFieldItem fieldItem)
public boolean isMail(java.lang.String label)
label
-
public boolean isUrlRecurse(java.lang.String label)
label
-
public boolean isUrl(java.lang.String label)
label
-
public boolean isPrintMode()
text
-
public java.lang.String getTarget()
public boolean canDisabled()
public boolean isNetscape()
public boolean needCheck()
public void setLabel(java.lang.String label)
LySetLabelInterface
setLabel
in interface LySetLabelInterface
label
- new labelpublic void writeHtml(LyWebPageWriter pw)
LyWebComponent
writeHtml
in interface LyWebComponent
pw
- the page writerpublic java.lang.String getReloadScript()
LyJQInternalView
getReloadScript
in class LyJQInternalView
public boolean isEnabled()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |