Package org.netxms.client.maps.configs
Class TextBoxConfig
java.lang.Object
org.netxms.client.maps.configs.TextBoxConfig
Text box element config
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintlongintgetText()intbooleanvoidsetBackgroundColor(int backgroundColor) voidsetBorderColor(int borderColor) voidsetBorderRequired(boolean borderRequired) voidsetDrillDownObjectId(long drillDownObjectId) voidsetFontSize(int fontSize) voidvoidsetTextColor(int textColor) 
- 
Constructor Details- 
TextBoxConfigpublic TextBoxConfig()
 
- 
- 
Method Details- 
getText
- 
setText
- 
getBackgroundColorpublic int getBackgroundColor()- Returns:
- the backgroundColor
 
- 
setBackgroundColorpublic void setBackgroundColor(int backgroundColor) - Parameters:
- backgroundColor- the backgroundColor to set
 
- 
getTextColorpublic int getTextColor()- Returns:
- the textColor
 
- 
setTextColorpublic void setTextColor(int textColor) - Parameters:
- textColor- the textColor to set
 
- 
getBorderColorpublic int getBorderColor()- Returns:
- the borderColor
 
- 
setBorderColorpublic void setBorderColor(int borderColor) - Parameters:
- borderColor- the borderColor to set
 
- 
isBorderRequiredpublic boolean isBorderRequired()- Returns:
- the borderRequired
 
- 
setBorderRequiredpublic void setBorderRequired(boolean borderRequired) - Parameters:
- borderRequired- the borderRequired to set
 
- 
getFontSizepublic int getFontSize()- Returns:
- font size
 
- 
setFontSizepublic void setFontSize(int fontSize) - Parameters:
- fontSize- to set
 
- 
getDrillDownObjectIdpublic long getDrillDownObjectId()- Returns:
- drill down object id
 
- 
setDrillDownObjectIdpublic void setDrillDownObjectId(long drillDownObjectId) - Parameters:
- drillDownObjectId- to set
 
 
-