Uses of Interface
org.uberfire.ext.layout.editor.client.components.columns.Column
-
Packages that use Column Package Description org.uberfire.ext.layout.editor.client.components.columns org.uberfire.ext.layout.editor.client.components.rows org.uberfire.ext.layout.editor.client.infra -
-
Uses of Column in org.uberfire.ext.layout.editor.client.components.columns
Classes in org.uberfire.ext.layout.editor.client.components.columns that implement Column Modifier and Type Class Description classColumnWithComponentsclassComponentColumnMethods in org.uberfire.ext.layout.editor.client.components.columns that return types with arguments of type Column Modifier and Type Method Description org.uberfire.mvp.ParameterizedCommand<Column>ColumnWithComponents. getRemoveColumnCommand()Methods in org.uberfire.ext.layout.editor.client.components.columns with parameters of type Column Modifier and Type Method Description booleanColumnWithComponents. hasComponent(Column targetColumn)voidColumnWithComponents. remove(Column targetColumn) -
Uses of Column in org.uberfire.ext.layout.editor.client.components.rows
Methods in org.uberfire.ext.layout.editor.client.components.rows that return Column Modifier and Type Method Description ColumnRowDrop. getOldColumn()ColumnRow. hasComponent(Column targetColumn)Methods in org.uberfire.ext.layout.editor.client.components.rows that return types with arguments of type Column Modifier and Type Method Description List<Column>Row. getChildElements()List<Column>Row. getColumns()Methods in org.uberfire.ext.layout.editor.client.components.rows with parameters of type Column Modifier and Type Method Description booleanRow. cointainsColumn(Column targetColumn)RowDropRowDrop. fromMove(String originRowOldColumnId, Column oldColumn)ColumnRow. hasComponent(Column targetColumn)voidRow. removeChildColumn(Column targetColumn)voidRow. removeColumn(Column targetColumn) -
Uses of Column in org.uberfire.ext.layout.editor.client.infra
Methods in org.uberfire.ext.layout.editor.client.infra that return Column Modifier and Type Method Description ColumnDnDManager. getDraggedColumn()ColumnColumnDrop. getOldColumn()Methods in org.uberfire.ext.layout.editor.client.infra with parameters of type Column Modifier and Type Method Description voidDnDManager. dragComponent(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponentMove, String rowId, Column draggedColumn)ColumnDropColumnDrop. fromMove(Column oldColumn)
-