Class StiHtmlTableCell
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlTableCell
Html table cell
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()getText()getWidth()voidsetCollapsed(String collapsed) voidsetColumnSpan(Integer columnSpan) voidsetComponentIndex(String componentIndex) voidsetControls(ArrayList<Object> controls) voidsetCssClass(String cssClass) voidsetDataBandSort(String dataBandSort) voidsetEditable(String editable) voidsetHeight(StiHtmlUnit height) voidsetInteraction(String interaction) voidsetPageGuid(String pageGuid) voidsetPageIndex(String pageIndex) voidsetRowSpan(Integer rowSpan) voidsetSortDirection(String sortDirection) voidvoidvoidsetToolTip(String toolTip) voidsetWidth(StiHtmlUnit width)
-
Field Details
-
id
-
reportFile
-
drillDownMode
-
-
Constructor Details
-
StiHtmlTableCell
public StiHtmlTableCell()
-
-
Method Details
-
getEditable
- Returns:
- the editable
-
getDataBandSort
- Returns:
- the dataBandSort
-
setDataBandSort
- Parameters:
dataBandSort- the dataBandSort to set
-
getCollapsed
- Returns:
- the collapsed
-
setCollapsed
- Parameters:
collapsed- the collapsed to set
-
setEditable
- Parameters:
editable- the editable to set
-
getWidth
- Returns:
- the width
-
setWidth
- Parameters:
width- the width to set
-
getHeight
- Returns:
- the height
-
setHeight
- Parameters:
height- the height to set
-
getStyle
- Returns:
- the style
-
setStyle
- Parameters:
style- the style to set
-
getColumnSpan
- Returns:
- the columnSpan
-
setColumnSpan
- Parameters:
columnSpan- the columnSpan to set
-
getRowSpan
- Returns:
- the rowSpan
-
setRowSpan
- Parameters:
rowSpan- the rowSpan to set
-
getCssClass
- Returns:
- the cssClass
-
setCssClass
- Parameters:
cssClass- the cssClass to set
-
getText
- Returns:
- the text
-
setText
- Parameters:
text- the text to set
-
getToolTip
- Returns:
- the toolTip
-
setToolTip
- Parameters:
toolTip- the toolTip to set
-
getControls
- Returns:
- the controls
-
setControls
- Parameters:
controls- the controls to set
-
getInteraction
- Returns:
- the interaction
-
setInteraction
- Parameters:
interaction- the interaction to set
-
getSortDirection
- Returns:
- the sortDirection
-
setSortDirection
- Parameters:
sortDirection- the sortDirection to set
-
getPageGuid
- Returns:
- the pageGuid
-
setPageGuid
- Parameters:
pageGuid- the pageGuid to set
-
getPageIndex
- Returns:
- the pageIndex
-
setPageIndex
- Parameters:
pageIndex- the pageIndex to set
-
getComponentIndex
- Returns:
- the componentIndex
-
setComponentIndex
- Parameters:
componentIndex- the componentIndex to set
-