|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Each field writer is responsble for writing out a single field value, given the value object.
| Method Summary | |
void |
removeAttribute(java.lang.String name)
Clear an attribute on the field tag. |
void |
setAttribute(java.lang.String name,
java.lang.String value)
Set an attribute on the field tag. |
java.lang.String |
write(javax.servlet.jsp.PageContext pageContext,
com.ivata.mask.valueobject.ValueObject valueObject,
boolean displayOnly)
Write out the appropriate field value, for the value object provided. |
| Method Detail |
public void removeAttribute(java.lang.String name)
name - name of the attribute to clear.
public void setAttribute(java.lang.String name,
java.lang.String value)
name - name of the attribute to set.value - new value to set the attribute to.
public java.lang.String write(javax.servlet.jsp.PageContext pageContext,
com.ivata.mask.valueobject.ValueObject valueObject,
boolean displayOnly)
Write out the appropriate field value, for the value object provided.
pageContext - current tag page context to write with.valueObject - value object whose field value should be displayed.displayOnly - if true, only the field value should be shown,
otherwise an input field is displayed.
HTML.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||