| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for the FormDesignModel
| Method Summary | |
|  java.lang.String | getAction()Returns the Action | 
|  java.lang.String | getCaption()Returns the Caption of the Form | 
|  java.lang.String | getDetail()Returns the Detail, which is displayed right of the Caption | 
|  java.lang.String | getFormId()Returns the form identifier | 
|  FormType | getFormType()Returns the FormType | 
|  ImageMap | getImageMap()Returns the ImageMap | 
|  java.lang.String | getLabelPrefix()Retrieves the optional label prefix in plain HTML. | 
|  java.lang.String | getLabelSuffix()Retrieves the optional label suffix in plain HTML. | 
|  FormMethod | getMethod()Returns in which way Data should by submitted to the Server. | 
|  void | setAction(java.lang.String action)Sets the Action | 
|  void | setCaption(java.lang.String caption)Sets the Caption | 
|  void | setDetail(java.lang.String detail)Sets the Detail | 
|  void | setFormId(java.lang.String formid)Sets the form identifier | 
|  void | setFormType(FormType type)Sets the FormType | 
|  void | setImageMap(ImageMap map)Sets the ImageMap | 
|  void | setLabelPrefix(java.lang.String prefix)Specifies the label prefix in plain HTML. | 
|  void | setLabelSuffix(java.lang.String suffix)Specifies the label suffix in plain HTML. | 
|  void | setMethod(FormMethod method)Sets the FormMethod | 
| Methods inherited from interface com.cc.framework.ui.model.ControlDesignModel | 
| addDesignRule, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getWidth, hasShadow, isDisabled, isDynamicDesignModel, isFormElement, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, setTooltip, setTransaction, setWidth | 
| Methods inherited from interface com.cc.framework.ui.model.ClientHandler | 
| getHandler, getHandlers, setHandler | 
| Methods inherited from interface com.cc.framework.ui.model.AccessControlled | 
| getPermission, show | 
| Methods inherited from interface com.cc.framework.ui.model.ActionBehavior | 
| isAjaxEnabled | 
| Methods inherited from interface com.cc.framework.ui.model.AjaxSupport | 
| enableAjax, isAjaxEnabled | 
| Methods inherited from interface com.cc.framework.ui.control.FormElementContainer | 
| addFormElement, getCellWidth, getColumnGroup, getExpandProperty, getFormElement, getFormElements, getFormElements, getLabelWidth, getOrientation, removeFormElement, setCellWidth, setExpandProperty, setLabelWidth, setShowFrame, showFrame, size | 
| Methods inherited from interface com.cc.framework.ui.control.FormElement | 
| getAlignment, getColSpan, getHeight, getHelp, getNoWrap, getParent, getStyle, getStyleClass, getStyleId, getVAlignment, getWidth, joinElements, setAlignment, setColSpan, setHeight, setHelp, setJoin, setParent, setStyle, setStyleClass, setStyleId, setVAlignment, setWidth | 
| Methods inherited from interface com.cc.framework.ui.model.FrameContainer | 
| addInnerFrame, getImage, getInnerFrames, setImage | 
| Methods inherited from interface com.cc.framework.ui.model.ButtonContainer | 
| getButtonPermission, setButtonPermission, showButton | 
| Method Detail | 
public java.lang.String getFormId()
public void setFormId(java.lang.String formid)
formid - Idpublic java.lang.String getAction()
getAction in interface ControlDesignModelpublic void setAction(java.lang.String action)
setAction in interface ControlDesignModelaction - Actionpublic FormMethod getMethod()
public void setMethod(FormMethod method)
method - FormMethodpublic FormType getFormType()
public void setFormType(FormType type)
type - FormTypepublic java.lang.String getCaption()
public void setCaption(java.lang.String caption)
caption - Captionpublic java.lang.String getDetail()
public void setDetail(java.lang.String detail)
detail - Detail Stringpublic void setImageMap(ImageMap map)
map - ImageMappublic ImageMap getImageMap()
public java.lang.String getLabelPrefix()
nullpublic void setLabelPrefix(java.lang.String prefix)
prefix - The label prefixpublic java.lang.String getLabelSuffix()
nullpublic void setLabelSuffix(java.lang.String suffix)
suffix - The label suffix| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||