Package com.inet.html.views.layouts

Interface Summary
ILayouted The interface to mark views, which have a layout attached
 

Class Summary
BlockLayout Implements the block layout as defined by CSS2.
ControlLayout Layouter for ControlViews.
InlineLayout The implementation of the inline format.
Layout Generic Layout class.
Layout.ViewPosition View Positioning class
NoLayout This is a layout dummy.
StackManager This class gathers all informations about floats on a site.
StackManager.LineSpaceInfo The LineSpaceInfo contains all informations, which are required to place a new line or a snippet of content.
TableLayout This class defines the table layout.