|
||||||||||
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.TableBlock
public class TableBlock
A special case of a Block component that is used internally inside a Table-component. The reason for this is to control the use of tags that can be used only inside a Table.
Method Summary | |
---|---|
Any |
col()
Adds a col-element to a surrounding TableBlock-component. |
TableBlock |
id(java.lang.String componentId)
Changes the componentId. |
TableBlock |
renderHint(java.lang.CharSequence renderHint)
Adds a rendering hint to this component. |
TableRow |
tr()
Adds a tr-element (a row) the a surrounding TableBlock-element. |
Methods inherited from class wheel.components.Block |
---|
_render, defaultTagName |
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 TableRow tr()
Component
tr
in class Component
public Any col()
Component
col
in class Component
public TableBlock id(java.lang.String componentId)
Component
id
in class Block
componentId
- New component id.
public TableBlock renderHint(java.lang.CharSequence renderHint)
Component
renderHint
in class Block
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |