Uses of Interface
org.uberfire.ext.layout.editor.client.api.LayoutEditorElement
-
-
Uses of LayoutEditorElement in org.uberfire.ext.layout.editor.client
Methods in org.uberfire.ext.layout.editor.client that return types with arguments of type LayoutEditorElement Modifier and Type Method Description List<LayoutEditorElement>LayoutEditorPluginImpl. getLayoutElements()List<LayoutEditorElement>LayoutEditorPresenter. getLayoutElements() -
Uses of LayoutEditorElement in org.uberfire.ext.layout.editor.client.api
Methods in org.uberfire.ext.layout.editor.client.api that return LayoutEditorElement Modifier and Type Method Description LayoutEditorElementLayoutEditorElementPart. getParent()LayoutEditorElementLayoutEditorElement. getParentElement()Methods in org.uberfire.ext.layout.editor.client.api that return types with arguments of type LayoutEditorElement Modifier and Type Method Description default List<? extends LayoutEditorElement>LayoutEditorElement. getChildElements()List<LayoutEditorElement>LayoutEditor. getLayoutElements()Methods in org.uberfire.ext.layout.editor.client.api with parameters of type LayoutEditorElement Modifier and Type Method Description voidLayoutElementVisitor. accept(LayoutEditorElement element) -
Uses of LayoutEditorElement in org.uberfire.ext.layout.editor.client.components.columns
Subinterfaces of LayoutEditorElement in org.uberfire.ext.layout.editor.client.components.columns Modifier and Type Interface Description interfaceColumn<T>Classes in org.uberfire.ext.layout.editor.client.components.columns that implement LayoutEditorElement Modifier and Type Class Description classColumnWithComponentsclassComponentColumnMethods in org.uberfire.ext.layout.editor.client.components.columns that return LayoutEditorElement Modifier and Type Method Description LayoutEditorElementComponentColumnPart. getParent()LayoutEditorElementColumnWithComponents. getParentElement()LayoutEditorElementComponentColumn. getParentElement()Methods in org.uberfire.ext.layout.editor.client.components.columns that return types with arguments of type LayoutEditorElement Modifier and Type Method Description List<? extends LayoutEditorElement>ColumnWithComponents. getChildElements()Methods in org.uberfire.ext.layout.editor.client.components.columns with parameters of type LayoutEditorElement 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. setParentElement(LayoutEditorElement parentElement) -
Uses of LayoutEditorElement in org.uberfire.ext.layout.editor.client.components.container
Classes in org.uberfire.ext.layout.editor.client.components.container that implement LayoutEditorElement Modifier and Type Class Description classContainerMethods in org.uberfire.ext.layout.editor.client.components.container that return LayoutEditorElement Modifier and Type Method Description LayoutEditorElementContainer. getParentElement() -
Uses of LayoutEditorElement in org.uberfire.ext.layout.editor.client.components.rows
Classes in org.uberfire.ext.layout.editor.client.components.rows that implement LayoutEditorElement Modifier and Type Class Description classRowMethods in org.uberfire.ext.layout.editor.client.components.rows that return LayoutEditorElement Modifier and Type Method Description LayoutEditorElementRow. getParentElement()Methods in org.uberfire.ext.layout.editor.client.components.rows with parameters of type LayoutEditorElement Modifier and Type Method Description voidRow. setup(LayoutEditorElement parent, String id, org.uberfire.ext.layout.editor.api.editor.LayoutTemplate.Style pageStyle) -
Uses of LayoutEditorElement in org.uberfire.ext.layout.editor.client.event
Methods in org.uberfire.ext.layout.editor.client.event that return LayoutEditorElement Modifier and Type Method Description LayoutEditorElementLayoutEditorElementSelectEvent. getElement()Constructors in org.uberfire.ext.layout.editor.client.event with parameters of type LayoutEditorElement Constructor Description LayoutEditorElementSelectEvent(LayoutEditorElement element) -
Uses of LayoutEditorElement in org.uberfire.ext.layout.editor.client.widgets
Methods in org.uberfire.ext.layout.editor.client.widgets with parameters of type LayoutEditorElement Modifier and Type Method Description voidLayoutEditorPropertiesPresenter. edit(LayoutEditorElement layoutElement)protected voidLayoutEditorPropertiesPresenter. fillElementParts(LayoutEditorElement element)StringLayoutEditorPropertiesPresenter. getDisplayPosition(LayoutEditorElement element)StringLayoutEditorPropertiesPresenter. getElementName(LayoutEditorElement element)
-