public interface IDynamicFlowLayoutConstraintsBuilder
IDynamicFlowLayoutConstraintsBuilder width(java.lang.Integer width)
IDynamicFlowLayoutConstraintsBuilder height(java.lang.Integer height)
IDynamicFlowLayoutConstraintsBuilder minWidth(java.lang.Integer width)
IDynamicFlowLayoutConstraintsBuilder minHeight(java.lang.Integer height)
IDynamicFlowLayoutConstraintsBuilder preferredWidth(java.lang.Integer width)
IDynamicFlowLayoutConstraintsBuilder preferredHeight(java.lang.Integer height)
IDynamicFlowLayoutConstraintsBuilder maxWidth(java.lang.Integer width)
IDynamicFlowLayoutConstraintsBuilder maxHeight(java.lang.Integer height)
IDynamicFlowLayoutConstraintsBuilder growWidth(boolean grow)
IDynamicFlowLayoutConstraintsBuilder growWidth()
IDynamicFlowLayoutConstraintsBuilder growHeight(boolean grow)
IDynamicFlowLayoutConstraintsBuilder growHeight()
IDynamicFlowLayoutConstraintsBuilder alignmentHorizontal(AlignmentHorizontal alignment)
IDynamicFlowLayoutConstraintsBuilder alignLeft()
IDynamicFlowLayoutConstraintsBuilder alignRight()
IDynamicFlowLayoutConstraintsBuilder alignHorizontalCenter()
IDynamicFlowLayoutConstraintsBuilder alignmentVertical(AlignmentVertical alignment)
IDynamicFlowLayoutConstraintsBuilder alignTop()
IDynamicFlowLayoutConstraintsBuilder alignBottom()
IDynamicFlowLayoutConstraintsBuilder alignVerticalCenter()
IDynamicFlowLayoutConstraintsBuilder useWidthOfElementAt(java.lang.Integer index)
IDynamicFlowLayoutConstraintsBuilder useHeightOfElementAt(java.lang.Integer index)
IDynamicFlowLayoutConstraints build()
Siehe auch Jowidgets Nutzerhandbuch