Uses of Interface
org.wicketstuff.minis.behavior.apanel.ILayout
-
Packages that use ILayout Package Description org.wicketstuff.minis.behavior.apanel -
-
Uses of ILayout in org.wicketstuff.minis.behavior.apanel
Classes in org.wicketstuff.minis.behavior.apanel that implement ILayout Modifier and Type Class Description classFlowLayoutLayout that only concatenates markup for components.classGridLayoutGridLayout puts markup of components in <table><table/> according toGridLayoutConstraints.Constructors in org.wicketstuff.minis.behavior.apanel with parameters of type ILayout Constructor Description APanel(String id, ILayout layout)Constructor.
-