SwatObject
└─SwatUIObject
└─SwatCellRenderer
└─SwatByteCellRenderer
public class SwatByteCellRenderer
extends SwatCellRenderer
| Field Summary | |
|---|---|
| float | Value in bytes. |
| Fields inherited from Swat.SwatCellRenderer | |
|---|---|
| id, sensitive | |
| Fields inherited from Swat.SwatUIObject | |
|---|---|
| classes, html_head_entry_set, parent, visible | |
| Method Summary | |
|---|---|
| void | render() Renders the contents of this cell. |
| Methods inherited from Swat.SwatCellRenderer | |
|---|---|
| getBaseCSSClassNames, getDataSpecificCSSClassNames, getHtmlHeadEntrySet, getInheritanceCSSClassNames, getInlineJavaScript, getMessages, getPropertyNameToMap, hasMessage, init, isPropertyStatic, makePropertyStatic, process, render | |
| Methods inherited from Swat.SwatUIObject | |
|---|---|
| addComment, addJavaScript, addStyleSheet, addTangoAttribution, copy, getCSSClassNames, getCSSClassString, getFirstAncestor, getHtmlHeadEntrySet, getInlineJavaScript, getUniqueId, isVisible | |
public float $value
Value in bytes
public void render()
Renders the contents of this cell
A cell renderer for rendering base-2 units of information
This cell renderer should be used for displaying things such as file and memory sizes.