Class HTMLTableFromUITable<T>
java.lang.Object
com.amalgamasimulation.desktop.html.HTMLTag
com.amalgamasimulation.desktop.html.tables.HTMLTable<T>
com.amalgamasimulation.desktop.html.ui.HTMLTableFromUITable<T>
- Type Parameters:
T- the type of data in the table
- All Implemented Interfaces:
HTMLConvertable
The HTMLTableFromUITable class represents an HTML table that is generated
from a
Table or directly.-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionHTMLTableFromUITable(Table<T> table) Constructs a new HTMLTable instance from the givenTabledesktop UI component. -
Method Summary
Methods inherited from class com.amalgamasimulation.desktop.html.HTMLTag
append, attr, backgroundColor, colorToRGBA, copy, fillCopy, font, fontColor, fontFamily, fontSizeInPx, fontStyle, fontWeight, getAttributes, getChildren, lineHeight, marginInPx, maxHeightInPx, maxWidthInPx, paddingInPx, relativeHeight, relativeWidth, removeChildren, style, tag, tag, textAlignment, toCSSMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.amalgamasimulation.desktop.html.HTMLConvertable
copy, toHTML
-
Constructor Details
-
HTMLTableFromUITable
Constructs a new HTMLTable instance from the givenTabledesktop UI component.- Parameters:
table- the table to convert to an HTML table
-
-
Method Details