|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface to identify form element tags.
| Method Summary | |
void |
setAlign(java.lang.String alignment)
Specifies the horizontal alignment of the form element within the form left right center |
void |
setColspan(java.lang.String colspan)
Sets the column span of this form element |
void |
setHeight(java.lang.String height)
Sets the height of the form element (pixel or %) |
void |
setHelp(java.lang.String helpId)
Associates this control with a help id |
void |
setJoin(java.lang.String join)
This method specifies that two adjacent form elements should be joined together without a separator |
void |
setPermission(java.lang.String permission)
Sets the permission for the element |
void |
setStyle(java.lang.String style)
An HTML-style. |
void |
setStyleClass(java.lang.String styleClass)
The HTML-class attribute. |
void |
setStyleId(java.lang.String styleId)
The HTML-id attribute. |
void |
setValign(java.lang.String alignment)
Specifies the vertical alignment of the form element within the form top bottom center |
void |
setWidth(java.lang.String width)
Sets the width of the form element (pixel or %) |
| Method Detail |
public void setPermission(java.lang.String permission)
throws javax.servlet.jsp.JspException
permission - Permission
javax.servlet.jsp.JspException - If the Argument can't be converted to Permission
public void setColspan(java.lang.String colspan)
throws javax.servlet.jsp.JspException
colspan - column span
javax.servlet.jsp.JspException - Is thrown when a number conversion error occurs
public void setJoin(java.lang.String join)
throws javax.servlet.jsp.JspException
join - true when the form elements should be joined
javax.servlet.jsp.JspException - if the Argument can not be converted to a boolean Value
public void setWidth(java.lang.String width)
throws javax.servlet.jsp.JspException
width - The Width
javax.servlet.jsp.JspException - Is thrown when a number conversion error occurs
public void setHeight(java.lang.String height)
throws javax.servlet.jsp.JspException
height - The Height
javax.servlet.jsp.JspException - Is thrown when a number conversion error occurs
public void setAlign(java.lang.String alignment)
throws javax.servlet.jsp.JspException
alignment - The alignment of the element
javax.servlet.jsp.JspException - If the argument can't be converted to an AlignmentType
public void setValign(java.lang.String alignment)
throws javax.servlet.jsp.JspException
alignment - The alignment of the element
javax.servlet.jsp.JspException - If the argument can't be converted to an AlignmentTypepublic void setStyle(java.lang.String style)
style - An HTML-stylepublic void setStyleId(java.lang.String styleId)
styleId - The HTML-id attributepublic void setStyleClass(java.lang.String styleClass)
styleClass - The HTML-class attributepublic void setHelp(java.lang.String helpId)
helpId - The Help Help id of the element. The semantic of this id is
completely in the responsibility of the applications help
system
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||