Uses of Class
org.uberfire.ext.layout.editor.client.components.columns.ColumnWithComponents
-
Packages that use ColumnWithComponents Package Description org.uberfire.ext.layout.editor.client.components.columns org.uberfire.ext.layout.editor.client.components.rows -
-
Uses of ColumnWithComponents in org.uberfire.ext.layout.editor.client.components.columns
Methods in org.uberfire.ext.layout.editor.client.components.columns that return types with arguments of type ColumnWithComponents Modifier and Type Method Description org.uberfire.client.mvp.UberElement<ColumnWithComponents>ColumnWithComponents. getView()Methods in org.uberfire.ext.layout.editor.client.components.columns with parameters of type ColumnWithComponents Modifier and Type Method Description voidColumnWithComponentsView. init(ColumnWithComponents presenter) -
Uses of ColumnWithComponents in org.uberfire.ext.layout.editor.client.components.rows
Methods in org.uberfire.ext.layout.editor.client.components.rows that return ColumnWithComponents Modifier and Type Method Description protected ColumnWithComponentsRow. createColumnWithComponentsInstance()ColumnWithComponentsRow. getParentColumnWithComponents()Methods in org.uberfire.ext.layout.editor.client.components.rows with parameters of type ColumnWithComponents Modifier and Type Method Description 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)
-