Constructor and Description |
---|
DumpTable(String highLightColor,
String normalColor,
String borderColor) |
DumpTable(String type,
String highLightColor,
String normalColor,
String borderColor) |
DumpTable(String type,
String highLightColor,
String normalColor,
String borderColor,
String fontColor) |
Modifier and Type | Method and Description |
---|---|
void |
appendRow(DumpRow row) |
void |
appendRow(int highlightType,
DumpData item1) |
void |
appendRow(int highlightType,
DumpData item1,
DumpData item2) |
void |
appendRow(int highlightType,
DumpData item1,
DumpData item2,
DumpData item3) |
void |
appendRow(int highlightType,
DumpData item1,
DumpData item2,
DumpData item3,
DumpData item4) |
void |
appendRow(int highlightType,
DumpData item1,
DumpData item2,
DumpData item3,
DumpData item4,
DumpData item5) |
void |
appendRow(int highlightType,
DumpData item1,
DumpData item2,
DumpData item3,
DumpData item4,
DumpData item5,
DumpData item6) |
void |
clear()
clear all data set in the HTMLBox
|
String |
getBorderColor() |
String |
getComment()
returns the comment of the DumpTable, if not defined returns null
|
String |
getFontColor() |
String |
getHeight() |
String |
getHighLightColor() |
String |
getId() |
String |
getNormalColor() |
String |
getRef() |
DumpRow[] |
getRows() |
String |
getTitle()
returns the title of the DumpTable, if not defined returns null
|
String |
getType() |
String |
getWidth() |
boolean |
isEmpty() |
void |
prependRow(DumpRow row) |
void |
setBorderColor(String borderColor) |
void |
setComment(String comment) |
void |
setFontColor(String fontColor) |
void |
setHeight(String height) |
void |
setHighLightColor(String highLightColor) |
void |
setId(String id) |
void |
setNormalColor(String normalColor) |
void |
setRef(String ref) |
void |
setTitle(String title) |
void |
setWidth(String width) |
public DumpTable(String type, String highLightColor, String normalColor, String borderColor)
public boolean isEmpty()
public void clear()
public String getTitle()
public void setComment(String comment)
comment
- sets the comment of the HTML Boxpublic String getComment()
public void setWidth(String width)
width
- sets the With of the HTML Box, can be a number or a procentual valuepublic void setHeight(String height)
height
- sets the Height of the HTML Box, can be a number or a procentual valuepublic String getBorderColor()
public void setBorderColor(String borderColor)
borderColor
- the borderColor to setpublic String getFontColor()
public void setFontColor(String fontColor)
fontColor
- the fontColor to setpublic String getHighLightColor()
public void setHighLightColor(String highLightColor)
highLightColor
- the highLightColor to setpublic String getNormalColor()
public void setNormalColor(String normalColor)
normalColor
- the normalColor to setpublic void appendRow(int highlightType, DumpData item1, DumpData item2, DumpData item3, DumpData item4)
public void appendRow(int highlightType, DumpData item1, DumpData item2, DumpData item3, DumpData item4, DumpData item5)
public void appendRow(int highlightType, DumpData item1, DumpData item2, DumpData item3, DumpData item4, DumpData item5, DumpData item6)
public void prependRow(DumpRow row)
Copyright © 2015 Lucee