com.cc.framework.ui.model
Interface HiddenDesignModel

All Superinterfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ControlDesignModel, DesignModel, TextDesignModel
All Known Implementing Classes:
HiddenDesignModelImp

public interface HiddenDesignModel
extends TextDesignModel

DesignModel for Hidden Text element

Version:
$Revision$
Author:
Harald Schulz

Method Summary
 boolean isWrite()
           
 void setWrite(boolean write)
          directs the control to create an additional visible output of the controls value
 
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
 

Method Detail

isWrite

public boolean isWrite()
Returns:
true if the control should generate an additional visible output

setWrite

public void setWrite(boolean write)
directs the control to create an additional visible output of the controls value

Parameters:
write - true to generate a visible output


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