Uses of Class
org.teamapps.ux.component.grid.layout.GridRow
| Package | Description |
|---|---|
| org.teamapps.ux.component.form | |
| org.teamapps.ux.component.form.layoutpolicy | |
| org.teamapps.ux.component.grid.layout | |
| org.teamapps.ux.component.template.gridtemplate |
-
Uses of GridRow in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return GridRow Modifier and Type Method Description GridRowResponsiveFormConfigurationTemplate. createRowTemplate(boolean emptyCell, boolean singleColumnLayout)GridRowResponsiveFormConfigurationTemplate. getEmptyRowTemplate()GridRowResponsiveFormSection. getRow(int row)GridRowResponsiveFormField. getRowDefinition()GridRowResponsiveFormConfigurationTemplate. getRowTemplate()GridRowResponsiveFormConfigurationTemplate. getSingleColumnRowTemplate()Methods in org.teamapps.ux.component.form that return types with arguments of type GridRow Modifier and Type Method Description protected java.util.Map<java.lang.Integer,GridRow>ResponsiveFormSection. getRowMap()Methods in org.teamapps.ux.component.form with parameters of type GridRow Modifier and Type Method Description voidResponsiveFormConfigurationTemplate. setEmptyRowTemplate(GridRow emptyRowTemplate)voidResponsiveFormLayout. setRowConfig(int row, GridRow rowConfig)voidResponsiveFormSection. setRowConfig(int row, GridRow rowConfig)voidResponsiveFormConfigurationTemplate. setRowTemplate(GridRow rowTemplate)voidResponsiveFormConfigurationTemplate. setSingleColumnRowTemplate(GridRow singleColumnRowTemplate) -
Uses of GridRow in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return types with arguments of type GridRow Modifier and Type Method Description java.util.List<GridRow>FormSection. getRows()Methods in org.teamapps.ux.component.form.layoutpolicy with parameters of type GridRow Modifier and Type Method Description voidFormSection. add(GridRow row)FormSectionFormSection. addRow(GridRow row)Method parameters in org.teamapps.ux.component.form.layoutpolicy with type arguments of type GridRow Modifier and Type Method Description FormSectionFormSection. setRows(java.util.List<GridRow> rows) -
Uses of GridRow in org.teamapps.ux.component.grid.layout
Methods in org.teamapps.ux.component.grid.layout that return GridRow Modifier and Type Method Description GridRowGridRow. setBottomPadding(int bottomPadding)GridRowGridRow. setHeightPolicy(SizingPolicy heightPolicy)GridRowGridRow. setTopPadding(int topPadding)Methods in org.teamapps.ux.component.grid.layout that return types with arguments of type GridRow Modifier and Type Method Description java.util.List<GridRow>GridLayoutDefinition. getRows()Methods in org.teamapps.ux.component.grid.layout with parameters of type GridRow Modifier and Type Method Description GridLayoutDefinitionGridLayoutDefinition. addRow(GridRow row)Method parameters in org.teamapps.ux.component.grid.layout with type arguments of type GridRow Modifier and Type Method Description voidGridLayoutDefinition. setRows(java.util.List<GridRow> rows)Constructors in org.teamapps.ux.component.grid.layout with parameters of type GridRow Constructor Description GridRow(GridRow gridRow) -
Uses of GridRow in org.teamapps.ux.component.template.gridtemplate
Methods in org.teamapps.ux.component.template.gridtemplate that return types with arguments of type GridRow Modifier and Type Method Description java.util.List<GridRow>GridTemplate. getRows()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type GridRow Modifier and Type Method Description GridTemplateGridTemplate. addRow(GridRow row)Method parameters in org.teamapps.ux.component.template.gridtemplate with type arguments of type GridRow Modifier and Type Method Description GridTemplateGridTemplate. setRows(java.util.List<GridRow> rows)