public class Column extends BaseDominoElement<elemental2.dom.HTMLDivElement,Column> implements Cloneable
More information can be found in MDN official documentation
Customize the component can be done by overwriting classes provided by GridStyles
For example:
Column.span1();
Column.offset1();
BaseDominoElement,
Cloneable| Modifier and Type | Class and Description |
|---|---|
static class |
Column.Offset
An enum representing the offset that a column can have
|
static class |
Column.OnLarge
This class represents the size of the column when the screen is large
|
static class |
Column.OnLargeOffset
This class represents the offset of the column when the screen is large
|
static class |
Column.OnMedium
This class represents the size of the column when the screen is medium
|
static class |
Column.OnMediumOffset
This class represents the offset of the column when the screen is medium
|
static class |
Column.OnSmall
This class represents the size of the column when the screen is small
|
static class |
Column.OnSmallOffset
This class represents the offset of the column when the screen is small
|
static class |
Column.OnXLarge
This class represents the size of the column when the screen is X large
|
static class |
Column.OnXLargeOffset
This class represents the offset of the column when the screen is X large
|
static class |
Column.OnXSmall
This class represents the size of the column when the screen is X small
|
static class |
Column.OnXSmallOffset
This class represents the offset of the column when the screen is X small
|
static class |
Column.Span
An enum representing the size of a column can have
|
BaseDominoElement.ElementHandler<T>, BaseDominoElement.ResizeHandler<T>, BaseDominoElement.StyleEditor<E extends elemental2.dom.HTMLElement,T extends org.jboss.elemento.IsElement<E>>, BaseDominoElement.WavesStylerelement| Modifier and Type | Method and Description |
|---|---|
Column |
centerContent()
Centers the content of the column
|
Column |
condense()
Removes margins for the column
|
Column |
condensed()
Deprecated.
use
condensed() |
Column |
copy()
Copy this instance
|
Column |
deCenterContent()
De-centers the content of the column, the content will take place based on the default
container
|
elemental2.dom.HTMLDivElement |
element() |
Column.OnLargeOffset |
getOnLargeOffsetStyle() |
Column.OnLarge |
getOnLargeStyle() |
Column.OnMediumOffset |
getOnMediumOffsetStyle() |
Column.OnMedium |
getOnMediumStyle() |
Column.OnSmallOffset |
getOnSmallOffsetStyle() |
Column.OnSmall |
getOnSmallStyle() |
Column.OnXLargeOffset |
getOnXLargeOffsetStyle() |
Column.OnXLarge |
getOnXLargeStyle() |
Column.OnXSmallOffset |
getOnXSmallOffsetStyle() |
Column.OnXSmall |
getOnXSmallStyle() |
Column |
offset(int columnsOnAllScreens)
Creates new column with providing the same offset for all different screens sizes
|
Column |
offset(int mediumAnUp,
int smallAndDown)
Creates new column with providing offsets for different screens sizes as a range
|
Column |
offset(int large,
int medium,
int small,
int xsmall)
Creates new column with providing offsets on all different screens sizes
|
Column |
offset(int xLarge,
int large,
int medium,
int small,
int xsmall)
Creates new column with providing offsets on all different screens sizes
|
Column |
offset0()
Creates new column with 0 column distance from the start
|
Column |
offset1()
Creates new column with 1 column distance from the start
|
Column |
offset10()
Creates new column with 10 columns distance from the start
|
Column |
offset11()
Creates new column with 11 columns distance from the start
|
Column |
offset12()
Creates new column with 12 columns distance from the start
|
Column |
offset13()
Creates new column with 13 columns distance from the start
|
Column |
offset14()
Creates new column with 14 columns distance from the start
|
Column |
offset15()
Creates new column with 15 columns distance from the start
|
Column |
offset16()
Creates new column with 16 columns distance from the start
|
Column |
offset17()
Creates new column with 17 columns distance from the start
|
Column |
offset18()
Creates new column with 18 columns distance from the start
|
Column |
offset19()
Creates new column with 19 columns distance from the start
|
Column |
offset2()
Creates new column with 2 columns distance from the start
|
Column |
offset20()
Creates new column with 20 columns distance from the start
|
Column |
offset21()
Creates new column with 21 columns distance from the start
|
Column |
offset22()
Creates new column with 22 columns distance from the start
|
Column |
offset23()
Creates new column with 23 columns distance from the start
|
Column |
offset24()
Creates new column with 24 columns distance from the start
|
Column |
offset25()
Creates new column with 25 columns distance from the start
|
Column |
offset26()
Creates new column with 26 columns distance from the start
|
Column |
offset27()
Creates new column with 27 columns distance from the start
|
Column |
offset28()
Creates new column with 28 columns distance from the start
|
Column |
offset29()
Creates new column with 29 columns distance from the start
|
Column |
offset3()
Creates new column with 3 columns distance from the start
|
Column |
offset30()
Creates new column with 30 columns distance from the start
|
Column |
offset31()
Creates new column with 31 columns distance from the start
|
Column |
offset4()
Creates new column with 4 columns distance from the start
|
Column |
offset5()
Creates new column with 5 columns distance from the start
|
Column |
offset6()
Creates new column with 6 columns distance from the start
|
Column |
offset7()
Creates new column with 7 columns distance from the start
|
Column |
offset8()
Creates new column with 8 columns distance from the start
|
Column |
offset9()
Creates new column with 9 columns distance from the start
|
Column |
onLarge(Column.OnLarge onLarge)
Sets the size of the column when the screen is large
|
Column |
onLargeOffset(Column.OnLargeOffset onLarge)
Sets the offset of the column when the screen is large
|
Column |
onMedium(Column.OnMedium onMedium)
Sets the size of the column when the screen is medium
|
Column |
onMediumOffset(Column.OnMediumOffset onMedium)
Sets the offset of the column when the screen is medium
|
Column |
onSmall(Column.OnSmall onSmall)
Sets the size of the column when the screen is small
|
Column |
onSmallOffset(Column.OnSmallOffset onSmall)
Sets the offset of the column when the screen is small
|
Column |
onXLarge(Column.OnXLarge onXLarge)
Sets the size of the column when the screen is X large
|
Column |
onXLargeOffset(Column.OnXLargeOffset onXLarge)
Sets the offset of the column when the screen is X large
|
Column |
onXSmall(Column.OnXSmall onXSmall)
Sets the size of the column when the screen is X small
|
Column |
onXSmallOffset(Column.OnXSmallOffset onXSmall)
Sets the offset of the column when the screen is X small
|
static Column |
span()
Creates new column with default size
|
static Column |
span(int columnsOnAllScreens)
Creates new column with providing the same size for all different screens sizes
|
static Column |
span(int mediumAnUp,
int smallAndDown)
Creates new column with providing sizes for different screens sizes as a range
|
static Column |
span(int large,
int medium,
int small,
int xsmall)
Creates new column with providing sizes for different screens sizes
|
static Column |
span(int xLarge,
int large,
int medium,
int small,
int xsmall)
Creates new column with providing sizes for different screens sizes
|
static Column |
span1()
Creates new column with size of 1 column for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span10()
Creates new column with size of 10 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span11()
Creates new column with size of 11 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span12()
Creates new column with size of 12 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span13()
Creates new column with size of 13 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span14()
Creates new column with size of 14 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span15()
Creates new column with size of 15 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span16()
Creates new column with size of 16 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span17()
Creates new column with size of 17 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span18()
Creates new column with size of 18 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span19()
Creates new column with size of 19 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span2()
Creates new column with size of 2 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span20()
Creates new column with size of 20 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span21()
Creates new column with size of 21 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span22()
Creates new column with size of 22 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span23()
Creates new column with size of 23 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span24()
Creates new column with size of 24 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span25()
Creates new column with size of 25 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span26()
Creates new column with size of 26 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span27()
Creates new column with size of 27 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span28()
Creates new column with size of 28 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span29()
Creates new column with size of 29 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span3()
Creates new column with size of 3 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span30()
Creates new column with size of 30 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span31()
Creates new column with size of 31 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span32()
Creates new column with size of 32 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span4()
Creates new column with size of 4 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span5()
Creates new column with size of 5 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span6()
Creates new column with size of 6 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span7()
Creates new column with size of 7 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span8()
Creates new column with size of 8 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
span9()
Creates new column with size of 9 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
add, add, addClickListener, addCss, addCss, addEventListener, addEventListener, addEventsListener, addHideListener, addShowListener, alignCenter, alignRight, appendChild, appendChild, apply, attr, blur, childNodes, clearElement, contains, contains, contains, containsCss, css, css, cssClassByIndex, cssClassesCount, cssText, disable, elevate, elevate, enable, firstChild, getAttachObserver, getAttribute, getBoundingClientRect, getChildElementCount, getClickableElement, getCollapsible, getCollapsibleElement, getDetachObserver, getDominoId, getElementsCount, getElevation, getFirstChild, getId, getTextContent, getTooltip, getWavesElement, hasAttribute, hasChildNodes, hasDirectChild, hide, hideOn, id, init, insertAfter, insertAfter, insertAfter, insertAfter, insertBefore, insertBefore, insertBefore, insertBefore, insertFirst, insertFirst, insertFirst, isAttached, isCollapsed, isDisabled, isEmptyElement, isEqualNode, isForceHidden, isHidden, isReadOnly, item, lastChild, length, onAttached, onDetached, onResize, pullLeft, pullRight, querySelector, querySelectorAll, remove, removeAttachObserver, removeAttribute, removeChild, removeChild, removeCss, removeCss, removeCssProperty, removeDetachObserver, removeEventListener, removeEventListener, removeHideListener, removeHideOn, removeShowListener, removeShowOn, removeTooltip, removeWaves, replaceCss, setAlignItems, setAttribute, setAttribute, setAttribute, setBackgroundColor, setBackgroundColor, setBorder, setBorderColor, setBottom, setBottom, setBoxShadow, setCollapseStrategy, setColor, setColor, setContent, setContent, setCssProperty, setCssProperty, setCursor, setCursor, setDisabled, setDisplay, setDisplay, setDropMenu, setFlex, setFloat, setFloat, setFontSize, setFontSize, setForceHidden, setHeight, setHeight, setId, setInnerHtml, setLeft, setLeft, setLineHeight, setLineHeight, setMargin, setMargin, setMarginBottom, setMarginBottom, setMarginLeft, setMarginLeft, setMarginRight, setMarginRight, setMarginTop, setMarginTop, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setOpacity, setOpacity, setOverFlow, setOverFlow, setOverFlowY, setPadding, setPadding, setPaddingBottom, setPaddingBottom, setPaddingLeft, setPaddingLeft, setPaddingRight, setPaddingRight, setPaddingTop, setPaddingTop, setPointerEvents, setPosition, setPosition, setReadOnly, setRight, setRight, setTabIndex, setTextAlign, setTextAlign, setTextContent, setTooltip, setTooltip, setTooltip, setTooltip, setTop, setTop, setTransitionDuration, setWidth, setWidth, setZIndex, show, showOn, style, style, styler, textContent, toggleDisplay, toggleDisplay, withWaves, withWavesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisExpandedadd, add, remove, remove, removeProperty, replace, setProperty, setPropertypublic static Column span()
public static Column span(int xLarge, int large, int medium, int small, int xsmall)
xLarge - the size of the column when the screen is X largelarge - the size of the column when the screen is largemedium - the size of the column when the screen is mediumsmall - the size of the column when the screen is smallxsmall - the size of the column when the screen is X smallpublic static Column span(int large, int medium, int small, int xsmall)
large - the size of the column when the screen is largemedium - the size of the column when the screen is mediumsmall - the size of the column when the screen is smallxsmall - the size of the column when the screen is X smallpublic static Column span(int mediumAnUp, int smallAndDown)
mediumAnUp - the size of the column when the screen is larger or equal medium sizesmallAndDown - the size of the column when the screen is smaller or equal small sizepublic static Column span(int columnsOnAllScreens)
columnsOnAllScreens - the size of the column for all screenspublic static Column span1()
public static Column span2()
public static Column span3()
public static Column span4()
public static Column span5()
public static Column span6()
public static Column span7()
public static Column span8()
public static Column span9()
public static Column span10()
public static Column span11()
public static Column span12()
public static Column span13()
public static Column span14()
public static Column span15()
public static Column span16()
public static Column span17()
public static Column span18()
public static Column span19()
public static Column span20()
public static Column span21()
public static Column span22()
public static Column span23()
public static Column span24()
public static Column span25()
public static Column span26()
public static Column span27()
public static Column span28()
public static Column span29()
public static Column span30()
public static Column span31()
public static Column span32()
public Column offset0()
public Column offset1()
public Column offset2()
public Column offset3()
public Column offset4()
public Column offset5()
public Column offset6()
public Column offset7()
public Column offset8()
public Column offset9()
public Column offset10()
public Column offset11()
public Column offset12()
public Column offset13()
public Column offset14()
public Column offset15()
public Column offset16()
public Column offset17()
public Column offset18()
public Column offset19()
public Column offset20()
public Column offset21()
public Column offset22()
public Column offset23()
public Column offset24()
public Column offset25()
public Column offset26()
public Column offset27()
public Column offset28()
public Column offset29()
public Column offset30()
public Column offset31()
public Column offset(int xLarge, int large, int medium, int small, int xsmall)
xLarge - the offset of the column when the screen is X largelarge - the offset of the column when the screen is largemedium - the offset of the column when the screen is mediumsmall - the offset of the column when the screen is smallxsmall - the offset of the column when the screen is X smallpublic Column offset(int large, int medium, int small, int xsmall)
large - the offset of the column when the screen is largemedium - the offset of the column when the screen is mediumsmall - the offset of the column when the screen is smallxsmall - the offset of the column when the screen is X smallpublic Column offset(int mediumAnUp, int smallAndDown)
mediumAnUp - the offset of the column when the screen is larger or equal medium sizesmallAndDown - the offset of the column when the screen is smaller or equal small sizepublic Column offset(int columnsOnAllScreens)
columnsOnAllScreens - the offset of the column for all screenspublic Column copy()
thispublic Column onXLarge(Column.OnXLarge onXLarge)
onXLarge - the new Column.OnXLarge sizepublic Column onLarge(Column.OnLarge onLarge)
onLarge - the new Column.OnLarge sizepublic Column onMedium(Column.OnMedium onMedium)
onMedium - the new Column.OnMedium sizepublic Column onSmall(Column.OnSmall onSmall)
onSmall - the new Column.OnSmall sizepublic Column onXSmall(Column.OnXSmall onXSmall)
onXSmall - the new Column.OnXSmall sizepublic Column onXLargeOffset(Column.OnXLargeOffset onXLarge)
onXLarge - the new Column.OnXLargeOffset offsetpublic Column onLargeOffset(Column.OnLargeOffset onLarge)
onLarge - the new Column.OnLargeOffset offsetpublic Column onMediumOffset(Column.OnMediumOffset onMedium)
onMedium - the new Column.OnMediumOffset offsetpublic Column onSmallOffset(Column.OnSmallOffset onSmall)
onSmall - the new Column.OnSmallOffset offsetpublic Column onXSmallOffset(Column.OnXSmallOffset onXSmall)
onXSmall - the new Column.OnXSmallOffset offsetpublic Column centerContent()
public Column deCenterContent()
@Deprecated public Column condensed()
condensed()public Column condense()
public Column.OnXLarge getOnXLargeStyle()
Column.OnXLarge sizepublic Column.OnLarge getOnLargeStyle()
Column.OnLarge sizepublic Column.OnMedium getOnMediumStyle()
Column.OnMedium sizepublic Column.OnSmall getOnSmallStyle()
Column.OnSmall sizepublic Column.OnXSmall getOnXSmallStyle()
Column.OnXSmall sizepublic Column.OnMediumOffset getOnMediumOffsetStyle()
Column.OnMediumOffset offsetpublic Column.OnXSmallOffset getOnXSmallOffsetStyle()
Column.OnXSmallOffset offsetpublic Column.OnXLargeOffset getOnXLargeOffsetStyle()
Column.OnXLargeOffset offsetpublic Column.OnLargeOffset getOnLargeOffsetStyle()
Column.OnLargeOffset offsetpublic Column.OnSmallOffset getOnSmallOffsetStyle()
Column.OnSmallOffset offsetpublic elemental2.dom.HTMLDivElement element()
element in interface org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>element in class BaseDominoElement<elemental2.dom.HTMLDivElement,Column>Copyright © 2019–2022 Dominokit. All rights reserved.