Class BootstrapishPlacement
java.lang.Object
org.teamapps.ux.component.grid.bootstrap.BootstrapishPlacement
public class BootstrapishPlacement
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBootstrapishPlacement.ChainBuilder -
Constructor Summary
Constructors Constructor Description BootstrapishPlacement(Component component) -
Method Summary
Modifier and Type Method Description BootstrapishPlacementcolLg(int colSpan)BootstrapishPlacementcolMd(int colSpan)BootstrapishPlacementcolSm(int colSpan)BootstrapishPlacementcolXl(int colSpan)BootstrapishPlacementcolXs(int colSpan)ComponentgetComponent()HorizontalElementAlignmentgetHorizontalAlignment()BootstrapishSizinggetSizingForBreakPoint(BootstrapishBreakpoint breakpoint)java.util.Map<BootstrapishBreakpoint,BootstrapishSizing>getSizings()VerticalElementAlignmentgetVerticalAlignment()BootstrapishPlacementoffsetLg(int offset)BootstrapishPlacementoffsetMd(int offset)BootstrapishPlacementoffsetSm(int offset)BootstrapishPlacementoffsetXl(int offset)BootstrapishPlacementoffsetXs(int offset)BootstrapishPlacementsetHorizontalAlignment(HorizontalElementAlignment horizontalAlignment)BootstrapishPlacementsetVerticalAlignment(VerticalElementAlignment verticalAlignment)
-
Constructor Details
-
Method Details
-
getVerticalAlignment
-
setVerticalAlignment
-
getHorizontalAlignment
-
setHorizontalAlignment
public BootstrapishPlacement setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment) -
colXs
-
colSm
-
colMd
-
colLg
-
colXl
-
offsetXs
-
offsetSm
-
offsetMd
-
offsetLg
-
offsetXl
-
getComponent
-
getSizings
-
getSizingForBreakPoint
-