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
-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
onDestroyed, onRendered
-
-
Constructor Summary
Constructors Constructor Description BootstrapishGridLayout()BootstrapishGridLayout(int numberOfColumns)BootstrapishGridLayout(java.util.List<GridColumn> columnDefinitions)
-
Method Summary
-
Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.Component
createUiComponentReference, destroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, render, setCssStyle, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, unrender
-
Methods inherited from interface org.teamapps.ux.component.Container
isChildVisible
-
-
-
-
Constructor Detail
-
BootstrapishGridLayout
public BootstrapishGridLayout()
-
BootstrapishGridLayout
public BootstrapishGridLayout(int numberOfColumns)
-
BootstrapishGridLayout
public BootstrapishGridLayout(java.util.List<GridColumn> columnDefinitions)
-
-
Method Detail
-
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
public void setColumns(java.util.List<GridColumn> columns)
-
getColumns
public java.util.List<GridColumn> getColumns()
-
getRows
public java.util.List<BootstrapishRow> getRows()
-
setRows
public void setRows(java.util.List<BootstrapishRow> rows)
-
addRow
public BootstrapishGridLayout addRow(BootstrapishRow row)
-
addRow
public BootstrapishRow.ChainBuilder addRow()
-
isFillHeight
public boolean isFillHeight()
-
setFillHeight
public void setFillHeight(boolean fillHeight)
-
getResponsiveBreakpointMinWidths
public java.util.Map<BootstrapishBreakpoint,java.lang.Integer> getResponsiveBreakpointMinWidths()
-
setResponsiveBreakpointMinWidths
public void setResponsiveBreakpointMinWidths(java.util.Map<BootstrapishBreakpoint,java.lang.Integer> responsiveBreakpointMinWidths)
-
getGridGap
public int getGridGap()
-
setGridGap
public void setGridGap(int gridGap)
-
getVerticalItemAlignment
public VerticalElementAlignment getVerticalItemAlignment()
-
setVerticalItemAlignment
public void setVerticalItemAlignment(VerticalElementAlignment verticalItemAlignment)
-
getHorizontalItemAlignment
public HorizontalElementAlignment getHorizontalItemAlignment()
-
setHorizontalItemAlignment
public void setHorizontalItemAlignment(HorizontalElementAlignment horizontalItemAlignment)
-
-