Uses of Class
wheel.components.Block

Packages that use Block
wheel.components   
 

Uses of Block in wheel.components
 

Subclasses of Block in wheel.components
 class TableBlock
          A special case of a Block component that is used internally inside a Table-component.
 class TableRow
          A component that represents a row in a table.
 

Methods in wheel.components that return Block
 Block TableRow.createTd()
           
 Block TableRow.createTh()
           
 Block Block.id(java.lang.String componentId)
           
 Block ComponentCreator.placeholder(java.lang.String placeholderId)
           
 Block Component.placeholder(java.lang.String placeholderId)
          Creates a placeholder.
 Block Block.renderHint(java.lang.CharSequence renderHint)
           
 Block ComponentCreator.wBlock()
           
 Block ComponentCreator.wBlock(java.lang.CharSequence renderHint)
           
 



Copyright © 2007-2008. All Rights Reserved.