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

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.TextDesignModelImp
              extended bycom.cc.framework.ui.model.imp.HiddenDesignModelImp
All Implemented Interfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ControlDesignModel, DesignModel, HiddenDesignModel, java.io.Serializable, TextDesignModel

public class HiddenDesignModelImp
extends TextDesignModelImp
implements HiddenDesignModel

DesignModel for Hidden element

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

Field Summary
private static long serialVersionUID
          Serial Version UID
private  boolean write
          directs the control to create an additional visible output of the controls value
 
Fields inherited from class com.cc.framework.ui.model.imp.TextDesignModelImp
 
Fields inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp
 
Constructor Summary
HiddenDesignModelImp()
          Constructor
 
Method Summary
 boolean isWrite()
           
 void setWrite(boolean write)
          directs the control to create an additional visible output of the controls value
 
Methods inherited from class com.cc.framework.ui.model.imp.TextDesignModelImp
filter, getConverter, getInputType, getMaxLength, getSize, setConverter, setFilter, setInputType, setMaxLength, setSize
 
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.TextDesignModel
filter, getConverter, getInputType, getMaxLength, getSize, getTooltip, setConverter, setFilter, setInputType, setMaxLength, setSize, setTooltip
 
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

write

private boolean write
directs the control to create an additional visible output of the controls value

Constructor Detail

HiddenDesignModelImp

public HiddenDesignModelImp()
Constructor

Method Detail

isWrite

public boolean isWrite()
Specified by:
isWrite in interface HiddenDesignModel
Returns:
true if the control should generate an additional visible output
See Also:
HiddenDesignModel.isWrite()

setWrite

public void setWrite(boolean write)
Description copied from interface: HiddenDesignModel
directs the control to create an additional visible output of the controls value

Specified by:
setWrite in interface HiddenDesignModel
Parameters:
write - true to generate a visible output
See Also:
HiddenDesignModel.setWrite(boolean)


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