| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FormElement | |
| com.cc.framework.taglib.forms | |
| com.cc.framework.ui.control | |
| com.cc.framework.ui.model | |
| com.cc.framework.ui.model.imp | |
| com.cc.framework.ui.painter.def | |
| Uses of FormElement in com.cc.framework.taglib.forms | 
| Methods in com.cc.framework.taglib.forms with parameters of type FormElement | |
 void | 
FormTag.addFormElement(FormElement element)
 | 
 void | 
FormElementGroupTag.addFormElement(FormElement element)
 | 
 void | 
FormElementContainerTag.addFormElement(FormElement element)
Adds a control to the container  | 
| Uses of FormElement in com.cc.framework.ui.control | 
| Subinterfaces of FormElement in com.cc.framework.ui.control | |
 interface | 
FormElementContainer
Container for form elements  | 
 interface | 
LabeledFormElement
 | 
| Classes in com.cc.framework.ui.control that implement FormElement | |
 class | 
FormButtonContainer
Container for form buttons  | 
 class | 
FormButtonElement
Used for a button within a form  | 
 class | 
FormControlElement
A form control element  | 
 class | 
FormGroupElement
Group of form elements  | 
 class | 
FormHtmlElement
A description in a form  | 
 class | 
FormMessageElement
messages within forms  | 
| Methods in com.cc.framework.ui.control that return FormElement | |
 FormElement | 
FormGroupElement.getFormElement(int index)
 | 
 FormElement[] | 
FormGroupElement.getFormElements()
 | 
 FormElement[] | 
FormGroupElement.getFormElements(Principal principal)
 | 
 FormElement | 
FormElementContainer.getFormElement(int index)
Returns a single elements in the container  | 
 FormElement[] | 
FormElementContainer.getFormElements()
Returns a list with all elements in the container  | 
 FormElement[] | 
FormElementContainer.getFormElements(Principal principal)
Returns a list with all visible elements in the container filtered on the principals permissions  | 
| Methods in com.cc.framework.ui.control with parameters of type FormElement | |
 void | 
FormGroupElement.addFormElement(FormElement element)
 | 
 void | 
FormGroupElement.removeFormElement(FormElement element)
 | 
 void | 
FormElementContainer.addFormElement(FormElement element)
Adds a new child element to the container  | 
 void | 
FormElementContainer.removeFormElement(FormElement element)
Removes the specified form element from the container  | 
| Uses of FormElement in com.cc.framework.ui.model | 
| Subinterfaces of FormElement in com.cc.framework.ui.model | |
 interface | 
FormDesignModel
Interface for the FormDesignModel  | 
| Uses of FormElement in com.cc.framework.ui.model.imp | 
| Classes in com.cc.framework.ui.model.imp that implement FormElement | |
 class | 
FormDesignModelImp
Designmodel for forms  | 
| Methods in com.cc.framework.ui.model.imp that return FormElement | |
 FormElement | 
FormDesignModelImp.getFormElement(int index)
 | 
 FormElement[] | 
FormDesignModelImp.getFormElements()
 | 
 FormElement[] | 
FormDesignModelImp.getFormElements(Principal principal)
 | 
| Methods in com.cc.framework.ui.model.imp with parameters of type FormElement | |
 void | 
FormDesignModelImp.addFormElement(FormElement element)
 | 
 void | 
FormDesignModelImp.removeFormElement(FormElement element)
 | 
| Uses of FormElement in com.cc.framework.ui.painter.def | 
| Methods in com.cc.framework.ui.painter.def with parameters of type FormElement | |
protected  java.lang.String | 
DefFormPainter.getLinkId(FormElement formElement)
Retrieves the Control Style id of the control element  | 
protected  void | 
DefFormPainter.paintMessageIndicator(org.apache.ecs.html.TD msgCell,
                      FormElement formElement)
paints the message indicator  | 
protected  void | 
DefFormPainter.paintMessageIndicatior(org.apache.ecs.html.TD msgCell,
                       FormElement formElement)
Deprecated. use paintMessageIndicator method instead  | 
protected  org.apache.ecs.ConcreteElement | 
DefFormPainter.doCreateLabeledElement(FormElement formElement,
                       int cols)
This method creates the TD's for a labeled form element  | 
protected  boolean | 
DefFormPainter.attachRight(FormElement formElement)
This method will check if the required image should be attached left or right to the description This is required for some Controls like the RadioControl or CheckboxControl.  | 
protected  FormLabelDesignModel | 
DefFormPainter.getLabel(FormElement formElement)
Retrieves the label of a form element  | 
protected  java.lang.String | 
DefFormPainter.getDescription(FormElement formElement)
Retrieves the description of a form element  | 
protected  org.apache.ecs.ConcreteElement | 
DefFormPainter.createElementBody(FormElement formElement,
                  java.util.Collection decorations)
This method creates the Body content of a form element  | 
protected  java.lang.String | 
DefFormPainter.getFormElementId(FormElement formElement)
Returns a id for the element that can be used in java script  | 
protected  boolean | 
DefFormPainter.isRequired(FormElement formElement)
Checks if a form element is a required input field  | 
protected  boolean | 
DefFormPainter.hasErrorPending(FormElement formElement)
Checks if a error hint must be painted  | 
protected  boolean | 
DefFormPainter.hasMessagePending(FormElement formElement)
Checks if a message hint must be painted  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||