Uses of Class
org.teamapps.ux.component.grid.layout.GridColumn
Packages that use GridColumn
Package
Description
-
Uses of GridColumn in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return GridColumnModifier and TypeMethodDescriptionResponsiveFormConfigurationTemplate.createColumnTemplate(int column, boolean emptyCell, boolean singleColumnLayout) ResponsiveFormSection.getColumn(int column) ResponsiveFormField.getColumnDefinition()ResponsiveFormConfigurationTemplate.getColumnTemplate()ResponsiveFormConfigurationTemplate.getEmptyColumnTemplate()ResponsiveFormConfigurationTemplate.getSingleColumnColumnTemplate()Methods in org.teamapps.ux.component.form that return types with arguments of type GridColumnModifier and TypeMethodDescriptionprotected Map<Integer, GridColumn> ResponsiveFormSection.getColumnMap()Methods in org.teamapps.ux.component.form with parameters of type GridColumnModifier and TypeMethodDescriptionvoidResponsiveFormLayout.setColumnConfig(int colum, GridColumn columnConfig) voidResponsiveFormSection.setColumnConfig(int colum, GridColumn columnConfig) voidResponsiveFormConfigurationTemplate.setColumnTemplate(GridColumn columnTemplate) voidResponsiveFormConfigurationTemplate.setColumnTemplateByColumn(int column, GridColumn columnTemplate) voidResponsiveFormConfigurationTemplate.setEmptyColumnTemplate(GridColumn emptyColumnTemplate) voidResponsiveFormConfigurationTemplate.setSingleColumnColumnTemplate(GridColumn singleColumnColumnTemplate) -
Uses of GridColumn in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return types with arguments of type GridColumnMethods in org.teamapps.ux.component.form.layoutpolicy with parameters of type GridColumnModifier and TypeMethodDescriptionvoidFormSection.add(GridColumn column) FormSection.addColumn(GridColumn column) Method parameters in org.teamapps.ux.component.form.layoutpolicy with type arguments of type GridColumn -
Uses of GridColumn in org.teamapps.ux.component.grid.bootstrap
Methods in org.teamapps.ux.component.grid.bootstrap that return types with arguments of type GridColumnMethod parameters in org.teamapps.ux.component.grid.bootstrap with type arguments of type GridColumnModifier and TypeMethodDescriptionvoidBootstrapishGridLayout.setColumns(List<GridColumn> columns) Constructor parameters in org.teamapps.ux.component.grid.bootstrap with type arguments of type GridColumn -
Uses of GridColumn in org.teamapps.ux.component.grid.layout
Methods in org.teamapps.ux.component.grid.layout that return GridColumnModifier and TypeMethodDescriptionGridColumn.setLeftPadding(int leftPadding) GridColumn.setRightPadding(int rightPadding) GridColumn.setWidthPolicy(SizingPolicy widthPolicy) Methods in org.teamapps.ux.component.grid.layout that return types with arguments of type GridColumnMethods in org.teamapps.ux.component.grid.layout with parameters of type GridColumnMethod parameters in org.teamapps.ux.component.grid.layout with type arguments of type GridColumnConstructors in org.teamapps.ux.component.grid.layout with parameters of type GridColumnConstructor parameters in org.teamapps.ux.component.grid.layout with type arguments of type GridColumnModifierConstructorDescriptionGridLayoutDefinition(List<GridColumn> columns, List<GridRow> rows, List<GridPlacement> placements) -
Uses of GridColumn in org.teamapps.ux.component.template.gridtemplate
Methods in org.teamapps.ux.component.template.gridtemplate that return types with arguments of type GridColumnMethods in org.teamapps.ux.component.template.gridtemplate with parameters of type GridColumnMethod parameters in org.teamapps.ux.component.template.gridtemplate with type arguments of type GridColumn