Class BootstrapishGridLayout
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.grid.bootstrap.BootstrapishGridLayout
- All Implemented Interfaces:
ClientObject,Component
public class BootstrapishGridLayout extends AbstractComponent implements Component
-
Field Summary
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, 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
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
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 interfaceClientObject
-
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
-