com.cc.framework.ui.model
Interface HeadlineDesignModel

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

public interface HeadlineDesignModel
extends ControlDesignModel

Defines the visual Properties for the Headline Control

Version:
$Revision: 1.6 $
Author:
Harald Schulz

Method Summary
 java.lang.String getCaption()
          Returns the Caption
 java.lang.String getDetail()
          Gets the Details
 boolean getFilter()
          Returns the Filter setting
 void setCaption(java.lang.String caption)
          Sets the Caption
 void setDetail(java.lang.String detail)
          Sets the Details
 void setFilter(boolean filter)
          Sets the Filter.
 
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
 

Method Detail

getCaption

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

Returns:
String

setCaption

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

Parameters:
caption - Caption

getDetail

public java.lang.String getDetail()
Gets the Details

Returns:
String

setDetail

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

Parameters:
detail - Details

getFilter

public boolean getFilter()
Returns the Filter setting

Returns:
boolean

setFilter

public void setFilter(boolean filter)
Sets the Filter. If set to true, all String will be converted into HTML-strings

Parameters:
filter - true if Strings should be HTML encoded


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