Class BeforeCellRenderArgs
java.lang.Object
org.daypilot.ui.args.gantt.BeforeCellRenderArgs
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbackgroundColorEquals(String another) getEnd()getStart()booleanvoidsetBackgroundColor(String backgroundColor) voidsetBackgroundImage(String backgroundImage) voidsetBackgroundRepeat(String backgroundRepeat) voidsetBusiness(boolean business) voidsetCssClass(String cssClass) voidsetInnerHTML(String innerHTML)  
- 
Constructor Details
- 
BeforeCellRenderArgs
 
 - 
 - 
Method Details
- 
getBackgroundColor
 - 
setBackgroundColor
 - 
isBusiness
public boolean isBusiness() - 
setBusiness
public void setBusiness(boolean business)  - 
getStart
 - 
getEnd
 - 
getResourceId
 - 
backgroundColorEquals
 - 
getInnerHTML
 - 
setInnerHTML
 - 
getBackgroundImage
 - 
setBackgroundImage
 - 
getBackgroundRepeat
 - 
setBackgroundRepeat
 - 
getCssClass
 - 
setCssClass
 
 -