Class BootstrapishSizing
java.lang.Object
org.teamapps.ux.component.grid.bootstrap.BootstrapishSizing
public class BootstrapishSizing
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static intCOL_SPAN_FULL_WIDTH -
Constructor Summary
Constructors Constructor Description BootstrapishSizing(BootstrapishBreakpoint breakpoint)BootstrapishSizing(BootstrapishBreakpoint breakpoint, int colSpan)BootstrapishSizing(BootstrapishBreakpoint breakpoint, int offset, int colSpan) -
Method Summary
Modifier and Type Method Description BootstrapishBreakpointgetBreakpoint()intgetColSpan()intgetOffset()BootstrapishSizingsetColSpan(int colSpan)BootstrapishSizingsetOffset(int offset)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
COL_SPAN_FULL_WIDTH
public static final int COL_SPAN_FULL_WIDTH- See Also:
- Constant Field Values
-
-
Constructor Details
-
BootstrapishSizing
-
BootstrapishSizing
-
BootstrapishSizing
-
-
Method Details
-
getBreakpoint
-
getColSpan
public int getColSpan() -
setColSpan
-
getOffset
public int getOffset() -
setOffset
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-