com.cc.framework.ui.model
Interface FrameDesignModel

All Superinterfaces:
AccessControlled, ActionBehavior, AjaxSupport, ButtonContainer, ClientHandler, ControlDesignModel, DesignModel, FrameContainer
All Known Implementing Classes:
FrameDesignModelImp

public interface FrameDesignModel
extends ControlDesignModel, FrameContainer

Interface for the FrameDesignModel

Version:
$Revision: 1.3 $
Author:
Harald Schulz

Method Summary
 java.lang.String getCaption()
          Returns the Caption of the Frame
 java.lang.String getDetail()
          Returns the Detail, which is displayed right of the Caption
 void setCaption(java.lang.String caption)
          Sets the Caption
 void setDetail(java.lang.String detail)
          Sets the Detail
 void setShowFrame(boolean show)
          Disables the frames border
 boolean showFrame()
           
 
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
 
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
 
Methods inherited from interface com.cc.framework.ui.model.FrameContainer
addInnerFrame, getImage, getInnerFrames, setImage
 
Methods inherited from interface com.cc.framework.ui.model.ButtonContainer
getButtonPermission, setButtonPermission, showButton
 

Method Detail

getCaption

public java.lang.String getCaption()
Returns the Caption of the Frame

Returns:
String

setCaption

public void setCaption(java.lang.String caption)
Sets the Caption

Parameters:
caption - Caption

getDetail

public java.lang.String getDetail()
Returns the Detail, which is displayed right of the Caption

Returns:
String

setDetail

public void setDetail(java.lang.String detail)
Sets the Detail

Parameters:
detail - Detail 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


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