com.cc.framework.ui.model.imp
Class TextPopupDesignModelImp

java.lang.Object
  extended bycom.cc.framework.ui.model.imp.ClientHandlerImp
      extended bycom.cc.framework.ui.model.imp.ControlDesignModelImp
          extended bycom.cc.framework.ui.model.imp.TextareaDesignModelImp
              extended bycom.cc.framework.ui.model.imp.TextPopupDesignModelImp
All Implemented Interfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ControlDesignModel, DesignModel, java.io.Serializable, TextareaDesignModel, TextPopupDesignModel

public class TextPopupDesignModelImp
extends TextareaDesignModelImp
implements TextPopupDesignModel

Designmodel for the textarea popup control

Version:
$Revision: 1.6 $
Author:
Harald Schulz
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

popupWidth

private java.lang.String popupWidth
The width of the popup window


popupHeight

private java.lang.String popupHeight
The height of the popup window


popupRows

private int popupRows
The number of rows in the popup window

Constructor Detail

TextPopupDesignModelImp

public TextPopupDesignModelImp()
Method Detail

getPopupRows

public int getPopupRows()
Description copied from interface: TextPopupDesignModel
Returns the number of Rows in the popup window

Specified by:
getPopupRows in interface TextPopupDesignModel
Returns:
integer
See Also:
TextPopupDesignModel.getPopupRows()

setPopupRows

public void setPopupRows(int rows)
Description copied from interface: TextPopupDesignModel
Sets the number of Rows in the popup window

Specified by:
setPopupRows in interface TextPopupDesignModel
Parameters:
rows - Number of Rows
See Also:
TextPopupDesignModel.setPopupRows(int)

getPopupHeight

public java.lang.String getPopupHeight()
Description copied from interface: TextPopupDesignModel
Returns the width of the popup window

Specified by:
getPopupHeight in interface TextPopupDesignModel
Returns:
integer
See Also:
TextPopupDesignModel.getPopupHeight()

getPopupWidth

public java.lang.String getPopupWidth()
Description copied from interface: TextPopupDesignModel
Returns the width of the popup window

Specified by:
getPopupWidth in interface TextPopupDesignModel
Returns:
integer
See Also:
TextPopupDesignModel.getPopupWidth()

setPopupHeight

public void setPopupHeight(java.lang.String height)
Description copied from interface: TextPopupDesignModel
Sets the width of the popup window

Specified by:
setPopupHeight in interface TextPopupDesignModel
Parameters:
height - window height
See Also:
TextPopupDesignModel.setPopupHeight(java.lang.String)

setPopupWidth

public void setPopupWidth(java.lang.String width)
Description copied from interface: TextPopupDesignModel
Sets the width of the popup window

Specified by:
setPopupWidth in interface TextPopupDesignModel
Parameters:
width - window width
See Also:
TextPopupDesignModel.setPopupWidth(java.lang.String)


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