SwatObject
└─SwatUIObject
└─SwatCellRendererContainer
└─SwatDetailsViewField
└─SwatDetailsViewVerticalField
public class SwatDetailsViewVerticalField
extends SwatDetailsViewField
| Fields inherited from Swat.SwatDetailsViewField | |
|---|---|
| id, odd, title, title_content_type, view, visible | |
| Fields inherited from Swat.SwatCellRendererContainer | |
|---|---|
| renderers | |
| Fields inherited from Swat.SwatUIObject | |
|---|---|
| classes, html_head_entry_set, parent, visible | |
| Method Summary | |
|---|---|
| void | display(mixed data, boolean odd) Displays this details view field using a data object. |
| void | Displays the header for this details view field. |
| protected void | displayRenderers(mixed data) Renders each cell renderer in this details-view field. |
| protected array | Gets the base CSS class names of this details-view field. |
| Methods inherited from Swat.SwatDetailsViewField | |
|---|---|
| display, displayHeader, displayRenderers, displayValue, getBaseCSSClassNames, getCSSClassNames, getHtmlHeadEntrySet, getTdAttributes, init, process | |
| Methods inherited from Swat.SwatCellRendererContainer | |
|---|---|
| addChild, addMappingToRenderer, addRenderer, copy, getDescendantStates, getDescendants, getFirstDescendant, getFirstRenderer, getHtmlHeadEntrySet, getRenderer, getRendererByPosition, getRendererInlineJavaScript, getRenderers, setDescendantStates | |
| Methods inherited from Swat.SwatUIObject | |
|---|---|
| addComment, addJavaScript, addStyleSheet, addTangoAttribution, copy, getCSSClassNames, getCSSClassString, getFirstAncestor, getHtmlHeadEntrySet, getInlineJavaScript, getUniqueId, isVisible | |
public void display(mixed data, boolean odd)
Displays this details view field using a data object
data - a data object used to display the cell renderers in this field.odd - whether this is an odd or even field so alternating style can be applied.public void displayHeader()
Displays the header for this details view field
protected void displayRenderers(mixed data)
Renders each cell renderer in this details-view field
data - the data object being used to render the cell renderers of this field.protected array getBaseCSSClassNames()
Gets the base CSS class names of this details-view field
A visible field in a SwatDetailsView that has its label displayed above its content