com.cc.framework.ui.model
Interface InfoDesignModel
- All Superinterfaces:
- AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ControlDesignModel, DesignModel, WebResourceAccess
- All Known Implementing Classes:
- InfoDesignModelImp
- public interface InfoDesignModel
- extends ControlDesignModel, WebResourceAccess
Design model for Info Control
- Version:
- $Revision: 1.8 $
- Author:
- Harald Schulz
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, getTooltip, 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, setTooltip, setTransaction, setWidth |
setResource
public void setResource(java.lang.String resource)
- Sets a Resource
- Parameters:
resource
- Resource
getResource
public java.lang.String getResource()
- Returns the Resource
- Returns:
- String
setShowFrame
public void setShowFrame(boolean show)
- Disables the frames border
- Parameters:
show
- true
if the frame should be shown
showFrame
public boolean showFrame()
- Returns:
true
if the frame should be shown
getContent
public java.lang.String getContent()
- Returns:
- The Content of the inner frame (raw HTML code)
setContent
public void setContent(java.lang.String content)
- Parameters:
content
- The raw HTML content of the inner frame
Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.