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

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.HeadlineDesignModelImp
All Implemented Interfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ControlDesignModel, DesignModel, HeadlineDesignModel, java.io.Serializable

public class HeadlineDesignModelImp
extends ControlDesignModelImp
implements HeadlineDesignModel

Designmodel for the HeadlineControl

Since:
1.0
Version:
$Revision: 1.10 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private  java.lang.String caption
          The caption
private  java.lang.String detail
          The detail text
private  boolean filter
          Indicates if strings should be converted into there HTML-String representation.
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp
 
Constructor Summary
HeadlineDesignModelImp()
          Constructor for HeadlineDesignModelImp
 
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 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.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

detail

private java.lang.String detail
The detail text


caption

private java.lang.String caption
The caption


filter

private boolean filter
Indicates if strings should be converted into there HTML-String representation. Default = true.

Constructor Detail

HeadlineDesignModelImp

public HeadlineDesignModelImp()
Constructor for HeadlineDesignModelImp

Method Detail

getDetail

public java.lang.String getDetail()
Description copied from interface: HeadlineDesignModel
Gets the Details

Specified by:
getDetail in interface HeadlineDesignModel
Returns:
String
See Also:
HeadlineDesignModel.getDetail()

setDetail

public void setDetail(java.lang.String detail)
Description copied from interface: HeadlineDesignModel
Sets the Details

Specified by:
setDetail in interface HeadlineDesignModel
Parameters:
detail - Details
See Also:
HeadlineDesignModel.setDetail(String)

getCaption

public java.lang.String getCaption()
Description copied from interface: HeadlineDesignModel
Returns the Caption

Specified by:
getCaption in interface HeadlineDesignModel
Returns:
String
See Also:
HeadlineDesignModel.getCaption()

setCaption

public void setCaption(java.lang.String caption)
Description copied from interface: HeadlineDesignModel
Sets the Caption

Specified by:
setCaption in interface HeadlineDesignModel
Parameters:
caption - Caption
See Also:
HeadlineDesignModel.setCaption(String)

getFilter

public boolean getFilter()
Description copied from interface: HeadlineDesignModel
Returns the Filter setting

Specified by:
getFilter in interface HeadlineDesignModel
Returns:
boolean
See Also:
HeadlineDesignModel.getFilter()

setFilter

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

Specified by:
setFilter in interface HeadlineDesignModel
Parameters:
filter - true if Strings should be HTML encoded
See Also:
HeadlineDesignModel.setFilter(boolean)


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