Uses of Class
org.teamapps.ux.component.grid.bootstrap.BootstrapishBreakpoint
| Package | Description |
|---|---|
| org.teamapps.ux.component.grid.bootstrap |
-
Uses of BootstrapishBreakpoint in org.teamapps.ux.component.grid.bootstrap
Methods in org.teamapps.ux.component.grid.bootstrap that return BootstrapishBreakpoint Modifier and Type Method Description BootstrapishBreakpointBootstrapishSizing. getBreakpoint()static BootstrapishBreakpointBootstrapishBreakpoint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BootstrapishBreakpoint[]BootstrapishBreakpoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.grid.bootstrap that return types with arguments of type BootstrapishBreakpoint Modifier and Type Method Description java.util.Map<BootstrapishBreakpoint,java.lang.Integer>BootstrapishGridLayout. getResponsiveBreakpointMinWidths()java.util.Map<BootstrapishBreakpoint,BootstrapishSizing>BootstrapishPlacement. getSizings()Methods in org.teamapps.ux.component.grid.bootstrap with parameters of type BootstrapishBreakpoint Modifier and Type Method Description BootstrapishSizingBootstrapishPlacement. getSizingForBreakPoint(BootstrapishBreakpoint breakpoint)Method parameters in org.teamapps.ux.component.grid.bootstrap with type arguments of type BootstrapishBreakpoint Modifier and Type Method Description voidBootstrapishGridLayout. setResponsiveBreakpointMinWidths(java.util.Map<BootstrapishBreakpoint,java.lang.Integer> responsiveBreakpointMinWidths)Constructors in org.teamapps.ux.component.grid.bootstrap with parameters of type BootstrapishBreakpoint Constructor Description BootstrapishSizing(BootstrapishBreakpoint breakpoint)BootstrapishSizing(BootstrapishBreakpoint breakpoint, int colSpan)BootstrapishSizing(BootstrapishBreakpoint breakpoint, int offset, int colSpan)