com.cc.framework.ui.model
Interface TextPopupDesignModel

All Superinterfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ControlDesignModel, DesignModel, TextareaDesignModel
All Known Implementing Classes:
TextPopupDesignModelImp

public interface TextPopupDesignModel
extends TextareaDesignModel

Designmodel for the textarea popup control

Version:
$Revision: 1.6 $
Author:
Harald Schulz

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

getPopupHeight

public java.lang.String getPopupHeight()
Returns the width of the popup window

Returns:
integer

setPopupHeight

public void setPopupHeight(java.lang.String height)
Sets the width of the popup window

Parameters:
height - window height

getPopupWidth

public java.lang.String getPopupWidth()
Returns the width of the popup window

Returns:
integer

setPopupWidth

public void setPopupWidth(java.lang.String width)
Sets the width of the popup window

Parameters:
width - window width

getPopupRows

public int getPopupRows()
Returns the number of Rows in the popup window

Returns:
integer

setPopupRows

public void setPopupRows(int rows)
Sets the number of Rows in the popup window

Parameters:
rows - Number of Rows


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.