Class BootstrapishGridLayout
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.grid.bootstrap.BootstrapishGridLayout
public class BootstrapishGridLayout extends AbstractComponent implements Container
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BootstrapishGridLayout()BootstrapishGridLayout(int numberOfColumns)BootstrapishGridLayout(java.util.List<GridColumn> columnDefinitions) -
Method Summary
Modifier and Type Method Description BootstrapishRow.ChainBuilderaddRow()BootstrapishGridLayoutaddRow(BootstrapishRow row)org.teamapps.dto.UiComponentcreateUiComponent()protected voiddoDestroy()Override this method to release resources whenever this component gets destroyedjava.util.List<GridColumn>getColumns()intgetGridGap()HorizontalElementAlignmentgetHorizontalItemAlignment()java.util.Map<BootstrapishBreakpoint,java.lang.Integer>getResponsiveBreakpointMinWidths()java.util.List<BootstrapishRow>getRows()VerticalElementAlignmentgetVerticalItemAlignment()voidhandleUiEvent(org.teamapps.dto.UiEvent event)booleanisFillHeight()voidrefreshLayout()voidsetColumns(java.util.List<GridColumn> columns)voidsetFillHeight(boolean fillHeight)voidsetGridGap(int gridGap)voidsetHorizontalItemAlignment(HorizontalElementAlignment horizontalItemAlignment)voidsetResponsiveBreakpointMinWidths(java.util.Map<BootstrapishBreakpoint,java.lang.Integer> responsiveBreakpointMinWidths)voidsetRows(java.util.List<BootstrapishRow> rows)voidsetVerticalItemAlignment(VerticalElementAlignment verticalItemAlignment)Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, 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.Component
createUiComponentReference, destroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, onDestroyed, render, setCssStyle, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, unrender
-
Constructor Details
-
BootstrapishGridLayout
public BootstrapishGridLayout() -
BootstrapishGridLayout
public BootstrapishGridLayout(int numberOfColumns) -
BootstrapishGridLayout
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiComponent createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
refreshLayout
public void refreshLayout() -
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event)- Specified by:
handleUiEventin interfaceComponent
-
doDestroy
protected void doDestroy()Description copied from class:AbstractComponentOverride this method to release resources whenever this component gets destroyed- Overrides:
doDestroyin classAbstractComponent
-
setColumns
-
getColumns
-
getRows
-
setRows
-
addRow
-
addRow
-
isFillHeight
public boolean isFillHeight() -
setFillHeight
public void setFillHeight(boolean fillHeight) -
getResponsiveBreakpointMinWidths
-
setResponsiveBreakpointMinWidths
public void setResponsiveBreakpointMinWidths(java.util.Map<BootstrapishBreakpoint,java.lang.Integer> responsiveBreakpointMinWidths) -
getGridGap
public int getGridGap() -
setGridGap
public void setGridGap(int gridGap) -
getVerticalItemAlignment
-
setVerticalItemAlignment
-
getHorizontalItemAlignment
-
setHorizontalItemAlignment
-