Constructor | 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 | Description |
---|---|---|
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 |
appendRow(DumpRow row) |
|
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 void setTitle(String title)
title
- sets the title of the HTML Boxpublic 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 percentage valuepublic void setHeight(String height)
height
- sets the Height of the HTML Box, can be a number or a percentage 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 String getHeight()
public DumpRow[] getRows()
public void appendRow(DumpRow row)
public void appendRow(int highlightType, DumpData item1)
public 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)
public String getWidth()
public String getType()
public void setId(String id)
public String getId()
public void setRef(String ref)
public String getRef()
Copyright © 2020. All rights reserved.