com.cc.framework.ui.model
Interface GaugeDesignModel

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

public interface GaugeDesignModel
extends ControlDesignModel

Design model for a gauge

Since:
1.4
Version:
$Revision: 1.7 $
Author:
Harald Schulz

Method Summary
 AlignmentType getAlignment()
          Returns the alignment for the column
 java.lang.String getEmptyText()
          A text that is output in the body of the gauge element if there are no items available
 boolean getFilter()
          Returns the Filter setting
 void setAlignment(AlignmentType alignment)
          Sets the alignment for the column
 void setEmptyText(java.lang.String emptyText)
          Sets the text that is output in the body of the gauge element if there are no items available
 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

getEmptyText

public java.lang.String getEmptyText()
A text that is output in the body of the gauge element if there are no items available

Returns:
String

setEmptyText

public void setEmptyText(java.lang.String emptyText)
Sets the text that is output in the body of the gauge element if there are no items available

Parameters:
emptyText - Text

getAlignment

public AlignmentType getAlignment()
Returns the alignment for the column

Returns:
the alignment for the column

setAlignment

public void setAlignment(AlignmentType alignment)
Sets the alignment for the column

Parameters:
alignment - The alignment

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 valid HTML-strings

Parameters:
filter - true if Strings should be HTML encoded


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