com.cc.framework.ui.control
Class TextPopupControl

java.lang.Object
  extended bycom.cc.framework.ui.control.Control
      extended bycom.cc.framework.ui.control.TextareaControl
          extended bycom.cc.framework.ui.control.TextPopupControl
All Implemented Interfaces:
AccessControlled, ActionBehavior, ClientHandler, DataModel, java.io.Serializable, StateModel, TextareaDataModel, TextareaStateModel

public class TextPopupControl
extends TextareaControl
implements TextareaStateModel, TextareaDataModel

TextareaControl

Since:
1.0
Version:
$Revision: 1.7 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class com.cc.framework.ui.control.TextareaControl
 
Fields inherited from class com.cc.framework.ui.control.Control
log
 
Fields inherited from interface com.cc.framework.ui.model.StateModel
PROP_CONTROL
 
Constructor Summary
TextPopupControl()
          Constructor
TextPopupControl(TextPopupDesignModel designModel)
          Constructor
 
Method Summary
 java.lang.String getPopupHeight()
          Returns the height of the popup window
 int getPopupRows()
          Returns the Number of Columns in the popup window
 java.lang.String getPopupWidth()
          Returns the width of the popup window
 
Methods inherited from class com.cc.framework.ui.control.TextareaControl
getColumns, getConverter, getDataModel, getDesignModel, getMaxLength, getRows, getStateModel, getValue, getWrap, isReadonly, reset, setDesignModel, setValue, setValue
 
Methods inherited from class com.cc.framework.ui.control.Control
addButton, allowAjaxRendering, execute, execute, execute, execute, execute, execute, execute, getAction, getAjaxId, getButtons, getControlName, getDesignRules, getFrameworkString, getHandler, getHandlers, getHeight, getHelp, getId, getLocaleName, getName, getPermission, getPrincipal, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getUniqueStyleId, getWidth, isAjaxEnabled, isDisabled, isFormElement, markDirty, onHelp, setAjaxAttribute, setHandler, setPrincipal, show, showButton, synchronizeState, synchronizeState
 
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.StateModel
reset, synchronizeState
 
Methods inherited from interface com.cc.framework.ui.model.TextareaDataModel
getValue, setValue
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

TextPopupControl

public TextPopupControl()
Constructor


TextPopupControl

public TextPopupControl(TextPopupDesignModel designModel)
Constructor

Parameters:
designModel - TextareaDesignModel
Method Detail

getPopupWidth

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

Returns:
integer

getPopupHeight

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

Returns:
integer

getPopupRows

public int getPopupRows()
Returns the Number of Columns in the popup window

Returns:
integer


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