|
iSeries WebFacing v5.0 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--javax.servlet.jsp.tagext.BodyTagSupport | +--com.ibm.etools.iseries.webfacing.tags.impl.WFBodyTagSupport | +--com.ibm.etools.iseries.webfacing.tags.impl.WFFieldTagSupport
Field Summary | |
static String |
Copyright
|
Fields inherited from class com.ibm.etools.iseries.webfacing.tags.impl.WFBodyTagSupport |
context, MT, name, parent, record |
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
WFFieldTagSupport()
|
Method Summary | |
String |
getclass()
Returns the css style class. |
String |
getCtrlrcd()
Retrieve the subfile row number as a string |
String |
getField()
Retrieve the field name |
String |
getFieldId()
Given the field name and record name and a reference to the record, construct the html id. |
String |
getFieldValue()
|
String |
getHtmlafter()
Returns the html to be presented after the field. |
String |
getHtmlbefore()
Returns the html to be presented before the field html. |
String |
getOnblur()
Returns the onblur. |
String |
getOnclick()
Returns the onclick. |
String |
getRecord()
Returns the record name. |
String |
getSflrow()
Retrieve the subfile row number as a string |
String |
getStyle()
Returns the style. |
boolean |
isProtected()
Return true if this field is protected. |
boolean |
isVisible()
Return true if this field is visible on the screen. |
void |
release()
Clean up locals ready for the next call; |
void |
setClass(String _class)
Saves the style class. |
void |
setCtrlrcd(String parm)
Set the subfile row number for this field |
void |
setField(String parm)
Set the field name |
void |
setHtmlafter(String htmlafter)
Save the html to be presented afer the field |
void |
setHtmlbefore(String htmlbefore)
Save teh html to be presented before the field |
void |
setOnblur(String onblur)
Sets the onblur. |
void |
setOnclick(String onclick)
Sets the onclick. |
void |
setRecord(String parm)
Stores the record name. |
void |
setSflrow(String parm)
Set the subfile row number for this field |
void |
setStyle(String style)
Sets the style. |
Methods inherited from class com.ibm.etools.iseries.webfacing.tags.impl.WFBodyTagSupport |
getLogger, logMsg, setPageContext, setParent |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent |
Field Detail |
public static final String Copyright
Constructor Detail |
public WFFieldTagSupport()
Method Detail |
public void release()
release
in class WFBodyTagSupport
public String getFieldValue()
public String getField()
public void setField(String parm)
public String getFieldId()
public boolean isVisible()
public boolean isProtected()
public String getRecord()
public void setRecord(String parm)
record
- The record to setpublic String getclass()
public String getHtmlafter()
public String getHtmlbefore()
public String getOnblur()
public String getOnclick()
public String getStyle()
public void setClass(String _class)
_class
- The class to setpublic void setHtmlafter(String htmlafter)
htmlafter
- public void setHtmlbefore(String htmlbefore)
htmlbefore
- The htmlbefore to setpublic void setOnblur(String onblur)
onblur
- The onblur to setpublic void setOnclick(String onclick)
onclick
- The onclick to setpublic void setStyle(String style)
style
- The style to setpublic void setSflrow(String parm)
public String getSflrow()
public void setCtrlrcd(String parm)
public String getCtrlrcd()
|
iSeries WebFacing v5.0 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |