Uses of Interface
org.uberfire.ext.layout.editor.client.api.LayoutElementWithProperties
-
-
Uses of LayoutElementWithProperties in org.uberfire.ext.layout.editor.client.api
Subinterfaces of LayoutElementWithProperties in org.uberfire.ext.layout.editor.client.api Modifier and Type Interface Description interfaceLayoutEditorElementLayout editor's element interfaceinterfaceLayoutEditorElementPart -
Uses of LayoutElementWithProperties in org.uberfire.ext.layout.editor.client.components.columns
Subinterfaces of LayoutElementWithProperties 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 LayoutElementWithProperties Modifier and Type Class Description classColumnWithComponentsclassComponentColumnclassComponentColumnPart -
Uses of LayoutElementWithProperties in org.uberfire.ext.layout.editor.client.components.container
Classes in org.uberfire.ext.layout.editor.client.components.container that implement LayoutElementWithProperties Modifier and Type Class Description classContainer -
Uses of LayoutElementWithProperties in org.uberfire.ext.layout.editor.client.components.rows
Classes in org.uberfire.ext.layout.editor.client.components.rows that implement LayoutElementWithProperties Modifier and Type Class Description classRow -
Uses of LayoutElementWithProperties in org.uberfire.ext.layout.editor.client.event
Methods in org.uberfire.ext.layout.editor.client.event that return LayoutElementWithProperties Modifier and Type Method Description LayoutElementWithPropertiesLayoutEditorElementUnselectEvent. getElement()LayoutElementWithPropertiesLayoutElementClearAllPropertiesEvent. getElement()LayoutElementWithPropertiesLayoutElementPropertyChangedEvent. getElement()Constructors in org.uberfire.ext.layout.editor.client.event with parameters of type LayoutElementWithProperties Constructor Description LayoutEditorElementUnselectEvent(LayoutElementWithProperties element)LayoutElementClearAllPropertiesEvent(LayoutElementWithProperties layoutEditorElement)LayoutElementPropertyChangedEvent(LayoutElementWithProperties layoutEditorElement, String property, String oldValue, String newValue) -
Uses of LayoutElementWithProperties in org.uberfire.ext.layout.editor.client.infra
Methods in org.uberfire.ext.layout.editor.client.infra with parameters of type LayoutElementWithProperties Modifier and Type Method Description org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfoLayoutEditorCssHelper. createField(LayoutElementWithProperties element, org.uberfire.ext.layout.editor.api.css.CssProperty property) -
Uses of LayoutElementWithProperties in org.uberfire.ext.layout.editor.client.widgets
Methods in org.uberfire.ext.layout.editor.client.widgets that return LayoutElementWithProperties Modifier and Type Method Description LayoutElementWithPropertiesLayoutElementPropertiesPresenter. getLayoutElement()Methods in org.uberfire.ext.layout.editor.client.widgets with parameters of type LayoutElementWithProperties Modifier and Type Method Description voidLayoutElementPropertiesPresenter. edit(LayoutElementWithProperties element)
-