|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
All tags witch can have nested controls must implement this interface
| Method Summary | |
void |
addColumn(FormColumn column)
Adds a column definition to the container |
void |
addFormElement(FormElement element)
Adds a control to the container |
void |
setCellWidth(java.lang.String width)
Sets the width of the control cells for this container. |
void |
setExpandProperty(java.lang.String propertyName)
Sets the name of a property that is used to expand or collapse the group |
void |
setLabelWidth(java.lang.String width)
Sets the width of the labels for this container. |
void |
setNoframe(java.lang.String noframe)
Disables the groups border |
| Methods inherited from interface com.cc.framework.taglib.forms.FormElementTag |
setAlign, setColspan, setHeight, setHelp, setJoin, setPermission, setStyle, setStyleClass, setStyleId, setValign, setWidth |
| Method Detail |
public void addColumn(FormColumn column)
column - column definitionpublic void addFormElement(FormElement element)
element - FormElement
public void setNoframe(java.lang.String noframe)
throws javax.servlet.jsp.JspException
noframe - true if the groups frame should be hidden
javax.servlet.jsp.JspException - If the Argument can't be converted to booleanpublic void setExpandProperty(java.lang.String propertyName)
propertyName - java property namepublic void setLabelWidth(java.lang.String width)
width - label widthpublic void setCellWidth(java.lang.String width)
width - control cell width
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||