Uses of Class
org.uberfire.ext.layout.editor.client.components.columns.ComponentColumn
-
Packages that use ComponentColumn Package Description org.uberfire.ext.layout.editor.client.components.columns org.uberfire.ext.layout.editor.client.components.rows -
-
Uses of ComponentColumn 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 ComponentColumn Modifier and Type Method Description org.uberfire.client.mvp.UberElement<ComponentColumn>ComponentColumn. getView()Methods in org.uberfire.ext.layout.editor.client.components.columns with parameters of type ComponentColumn Modifier and Type Method Description voidComponentColumnPart. init(ComponentColumn layoutEditorElement, org.uberfire.ext.layout.editor.api.editor.LayoutComponentPart part)voidComponentColumnView. init(ComponentColumn presenter)voidColumnWithComponents. withComponents(ComponentColumn... _columns) -
Uses of ComponentColumn in org.uberfire.ext.layout.editor.client.components.rows
Methods in org.uberfire.ext.layout.editor.client.components.rows that return ComponentColumn Modifier and Type Method Description protected ComponentColumnRow. createComponentColumnInstance()Methods in org.uberfire.ext.layout.editor.client.components.rows with parameters of type ComponentColumn Modifier and Type Method Description voidRow. addColumns(ComponentColumn... _columns)Method parameters in org.uberfire.ext.layout.editor.client.components.rows with type arguments of type ComponentColumn Modifier and Type Method Description voidRow.View. addColumn(org.uberfire.client.mvp.UberElement<ComponentColumn> view)voidRowView. addColumn(org.uberfire.client.mvp.UberElement<ComponentColumn> view)Constructor parameters in org.uberfire.ext.layout.editor.client.components.rows with type arguments of type ComponentColumn Constructor Description Row(Row.View view, javax.enterprise.inject.Instance<ComponentColumn> columnInstance, javax.enterprise.inject.Instance<ColumnWithComponents> columnWithComponentsInstance, DnDManager dndManager, LayoutDragComponentHelper layoutDragComponentHelper, LayoutEditorCssHelper layoutCssHelper, javax.enterprise.event.Event<ComponentDropEvent> componentDropEvent, javax.enterprise.event.Event<ComponentRemovedEvent> componentRemovedEvent, javax.enterprise.event.Event<RowResizeEvent> rowResizeEvent, javax.enterprise.event.Event<LayoutEditorElementSelectEvent> rowSelectEvent, javax.enterprise.event.Event<LayoutEditorElementUnselectEvent> rowUnselectEvent, LayoutEditorFocusController layoutEditorFocusController)
-