Uses of Class
org.uberfire.ext.layout.editor.client.infra.ColumnDrop
-
Packages that use ColumnDrop 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 ColumnDrop in org.uberfire.ext.layout.editor.client.components.columns
Method parameters in org.uberfire.ext.layout.editor.client.components.columns with type arguments of type ColumnDrop Modifier and Type Method Description voidColumnWithComponents. init(LayoutEditorElement parent, Integer columnWidth, org.uberfire.ext.layout.editor.api.editor.LayoutTemplate.Style pageStyle, org.uberfire.mvp.ParameterizedCommand<ColumnDrop> dropCommand, org.uberfire.mvp.ParameterizedCommand<ColumnDrop> removeComponentCommand, org.uberfire.mvp.ParameterizedCommand<Column> removeCommand, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier, Supplier<Boolean> lockSupplier, Integer columnHeight)voidComponentColumn. init(LayoutEditorElement parent, Integer columnWidth, org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent, org.uberfire.mvp.ParameterizedCommand<ColumnDrop> dropCommand, org.uberfire.mvp.ParameterizedCommand<Column> removeCommand, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier, Supplier<Boolean> lockSupplier, boolean newComponent)voidComponentColumn. setDropCommand(org.uberfire.mvp.ParameterizedCommand<ColumnDrop> dropCommand) -
Uses of ColumnDrop in org.uberfire.ext.layout.editor.client.components.rows
Methods in org.uberfire.ext.layout.editor.client.components.rows that return types with arguments of type ColumnDrop Modifier and Type Method Description org.uberfire.mvp.ParameterizedCommand<ColumnDrop>Row. dropCommand()Methods in org.uberfire.ext.layout.editor.client.components.rows with parameters of type ColumnDrop Modifier and Type Method Description protected booleanRow. isDropInSameColumnWithComponent(ColumnDrop drop) -
Uses of ColumnDrop in org.uberfire.ext.layout.editor.client.infra
Methods in org.uberfire.ext.layout.editor.client.infra that return ColumnDrop Modifier and Type Method Description ColumnDropColumnDrop. fromMove(Column oldColumn)static ColumnDropColumnDropContext. getActiveDrop()Methods in org.uberfire.ext.layout.editor.client.infra with parameters of type ColumnDrop Modifier and Type Method Description static voidColumnDropContext. setActiveDrop(ColumnDrop columnDrop)
-