Class BootstrapishGridLayout
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.grid.bootstrap.BootstrapishGridLayout
- All Implemented Interfaces:
ClientObject,Component
-
Field Summary
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
ConstructorsConstructorDescriptionBootstrapishGridLayout(int numberOfColumns) BootstrapishGridLayout(List<GridColumn> columnDefinitions) -
Method Summary
Modifier and TypeMethodDescriptionaddRow()addRow(BootstrapishRow row) intgetRows()voidhandleUiEvent(UiEvent event) booleanvoidvoidsetColumns(List<GridColumn> columns) voidsetFillHeight(boolean fillHeight) voidsetGridGap(int gridGap) voidsetHorizontalItemAlignment(HorizontalElementAlignment horizontalItemAlignment) voidsetResponsiveBreakpointMinWidths(Map<BootstrapishBreakpoint, Integer> responsiveBreakpointMinWidths) voidsetRows(List<BootstrapishRow> rows) voidsetVerticalItemAlignment(VerticalElementAlignment verticalItemAlignment) Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
createUiReference, getId, handleUiQuery, isRendered, render, unrenderMethods inherited from interface org.teamapps.ux.component.Component
getParent, isVisible, setAriaLabel, setAttribute, setAttribute, setCssStyle, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toggleCssClass, toggleCssClass
-
Constructor Details
-
BootstrapishGridLayout
public BootstrapishGridLayout() -
BootstrapishGridLayout
public BootstrapishGridLayout(int numberOfColumns) -
BootstrapishGridLayout
-
-
Method Details
-
createUiComponent
- Specified by:
createUiComponentin classAbstractComponent
-
refreshLayout
public void refreshLayout() -
handleUiEvent
- Specified by:
handleUiEventin interfaceClientObject
-
setColumns
-
getColumns
-
getRows
-
setRows
-
addRow
-
addRow
-
isFillHeight
public boolean isFillHeight() -
setFillHeight
public void setFillHeight(boolean fillHeight) -
getResponsiveBreakpointMinWidths
-
setResponsiveBreakpointMinWidths
public void setResponsiveBreakpointMinWidths(Map<BootstrapishBreakpoint, Integer> responsiveBreakpointMinWidths) -
getGridGap
public int getGridGap() -
setGridGap
public void setGridGap(int gridGap) -
getVerticalItemAlignment
-
setVerticalItemAlignment
-
getHorizontalItemAlignment
-
setHorizontalItemAlignment
-