Uses of Interface
com.jaxfront.core.xui.LayoutInfo

Packages that use LayoutInfo
com.jaxfront.core.xui   
 

Uses of LayoutInfo in com.jaxfront.core.xui
 

Classes in com.jaxfront.core.xui that implement LayoutInfo
 class FormLayoutInfo
          Holds all necessary layout information to create a table layout.
 

Methods in com.jaxfront.core.xui that return LayoutInfo
 LayoutInfo StyleDefinition.getLayoutManager()
          Returns the layout info (default is null).
 LayoutInfo StyleDefinition.getLayoutManager(java.lang.String id)
          Returns the id of the tableLayout.
 

Methods in com.jaxfront.core.xui with parameters of type LayoutInfo
 void StyleDefinition.updateLayoutManager(LayoutInfo info)