|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Designmodel for the textarea popup control
Method Summary | |
java.lang.String |
getPopupHeight()
Returns the width of the popup window |
int |
getPopupRows()
Returns the number of Rows in the popup window |
java.lang.String |
getPopupWidth()
Returns the width of the popup window |
void |
setPopupHeight(java.lang.String height)
Sets the width of the popup window |
void |
setPopupRows(int rows)
Sets the number of Rows in the popup window |
void |
setPopupWidth(java.lang.String width)
Sets the width of the popup window |
Methods inherited from interface com.cc.framework.ui.model.TextareaDesignModel |
getColumns, getConverter, getMaxLength, getRows, getTooltip, getWrap, isReadonly, setColumns, setConverter, setMaxLength, setReadonly, setRows, setTooltip, setWrap |
Methods inherited from interface com.cc.framework.ui.model.ControlDesignModel |
addDesignRule, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTransaction, getWidth, hasShadow, isDisabled, isDynamicDesignModel, isFormElement, setAction, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, 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 |
Method Detail |
public java.lang.String getPopupHeight()
public void setPopupHeight(java.lang.String height)
height
- window heightpublic java.lang.String getPopupWidth()
public void setPopupWidth(java.lang.String width)
width
- window widthpublic int getPopupRows()
public void setPopupRows(int rows)
rows
- Number of Rows
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |