Uses of Class
org.uberfire.ext.layout.editor.client.components.rows.RowDrop
-
Packages that use RowDrop Package Description org.uberfire.ext.layout.editor.client.components.container org.uberfire.ext.layout.editor.client.components.rows -
-
Uses of RowDrop in org.uberfire.ext.layout.editor.client.components.container
Methods in org.uberfire.ext.layout.editor.client.components.container that return types with arguments of type RowDrop Modifier and Type Method Description org.uberfire.mvp.ParameterizedCommand<RowDrop>Container. createEmptyDropCommand()org.uberfire.mvp.ParameterizedCommand<RowDrop>Container. createRowDropCommand() -
Uses of RowDrop in org.uberfire.ext.layout.editor.client.components.rows
Methods in org.uberfire.ext.layout.editor.client.components.rows that return RowDrop Modifier and Type Method Description RowDropRowDrop. fromMove(String originRowOldColumnId, Column oldColumn)Method parameters in org.uberfire.ext.layout.editor.client.components.rows with type arguments of type RowDrop Modifier and Type Method Description voidEmptyDropRow. init(org.uberfire.mvp.ParameterizedCommand<RowDrop> dropCommand, String titleText, String subTitleText)voidRow. init(org.uberfire.mvp.ParameterizedCommand<RowDrop> dropOnRowCommand, org.uberfire.mvp.ParameterizedCommand<Row> removeCommand, org.uberfire.mvp.ParameterizedCommand<ColumnDrop> removeComponentCommand, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier, Supplier<Boolean> lockSupplier, Integer height)voidRow. init(org.uberfire.mvp.ParameterizedCommand<RowDrop> dropOnRowCommand, org.uberfire.mvp.ParameterizedCommand<Row> removeCommand, org.uberfire.mvp.ParameterizedCommand<ColumnDrop> removeComponentCommand, ColumnWithComponents parentColumnWithComponents, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier, Supplier<Boolean> lockSupplier, Integer height)voidRow. load(org.uberfire.mvp.ParameterizedCommand<RowDrop> dropOnRowCommand, org.uberfire.ext.layout.editor.api.editor.LayoutRow layoutRow, org.uberfire.mvp.ParameterizedCommand<Row> removeCommand, org.uberfire.mvp.ParameterizedCommand<ColumnDrop> removeComponentCommand, Supplier<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> currentLayoutTemplateSupplier, Supplier<Boolean> lockSupplier)
-