|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wheel.components.Component wheel.components.RenderableComponent wheel.components.Block wheel.components.TableRow
public class TableRow
A component that represents a row in a table. Used internally with Table-component.
Method Summary | |
---|---|
Block |
createTd()
|
Block |
createTh()
|
java.lang.String |
defaultTagName()
Subclasses must implement this. |
Component |
td()
Adds a td-element (a column) the a surrounding TableBlock-element. |
Component |
th()
Adds a th-element (a header) the a surrounding TableBlock-element. |
Methods inherited from class wheel.components.Block |
---|
_render, id, renderHint |
Methods inherited from class wheel.components.RenderableComponent |
---|
_classReferenceFromHints, _clear, _getRenderAfterMe, _getRenderBeforeMe, _renderActions, _renderClassReferenceFromHints, _renderTagStart, _renderXhtmlAttributes, addRenderAfter, addRenderBefore, config, defaultDomEvent, getTagName, renderComponent, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Block createTd()
public Block createTh()
public Component td()
Component
td
in class Component
public Component th()
Component
th
in class Component
public java.lang.String defaultTagName()
RenderableComponent
defaultTagName
in class Block
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |