|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.imp.ClientHandlerImp com.cc.framework.ui.model.imp.ControlDesignModelImp com.cc.framework.ui.model.imp.TextareaDesignModelImp com.cc.framework.ui.model.imp.TextPopupDesignModelImp
Designmodel for the textarea popup control
Field Summary | |
private java.lang.String |
popupHeight
The height of the popup window |
private int |
popupRows
The number of rows in the popup window |
private java.lang.String |
popupWidth
The width of the popup window |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class com.cc.framework.ui.model.imp.TextareaDesignModelImp |
|
Fields inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp |
|
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
Constructor Summary | |
TextPopupDesignModelImp()
|
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 class com.cc.framework.ui.model.imp.TextareaDesignModelImp |
getColumns, getConverter, getMaxLength, getRows, getWrap, isReadonly, setColumns, setConverter, setMaxLength, setReadonly, setRows, setWrap |
Methods inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp |
addDesignRule, enableAjax, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getPermission, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getWidth, hasShadow, isAjaxEnabled, isDisabled, isDynamicDesignModel, isFormElement, setAction, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, setTooltip, setTransaction, setWidth, show |
Methods inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
evaluate, getHandler, getHandlers, setHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Field Detail |
private static final long serialVersionUID
private java.lang.String popupWidth
private java.lang.String popupHeight
private int popupRows
Constructor Detail |
public TextPopupDesignModelImp()
Method Detail |
public int getPopupRows()
TextPopupDesignModel
getPopupRows
in interface TextPopupDesignModel
TextPopupDesignModel.getPopupRows()
public void setPopupRows(int rows)
TextPopupDesignModel
setPopupRows
in interface TextPopupDesignModel
rows
- Number of RowsTextPopupDesignModel.setPopupRows(int)
public java.lang.String getPopupHeight()
TextPopupDesignModel
getPopupHeight
in interface TextPopupDesignModel
TextPopupDesignModel.getPopupHeight()
public java.lang.String getPopupWidth()
TextPopupDesignModel
getPopupWidth
in interface TextPopupDesignModel
TextPopupDesignModel.getPopupWidth()
public void setPopupHeight(java.lang.String height)
TextPopupDesignModel
setPopupHeight
in interface TextPopupDesignModel
height
- window heightTextPopupDesignModel.setPopupHeight(java.lang.String)
public void setPopupWidth(java.lang.String width)
TextPopupDesignModel
setPopupWidth
in interface TextPopupDesignModel
width
- window widthTextPopupDesignModel.setPopupWidth(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |