Class LayoutComponent
- java.lang.Object
-
- org.uberfire.ext.layout.editor.api.editor.LayoutComponent
-
@Portable public class LayoutComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description LayoutComponent()LayoutComponent(String dragType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPartIfAbsent(String partId)voidaddPartProperties(String partId, Map<String,String> properties)voidaddPartProperty(String partId, String key, String value)voidaddProperties(Map<String,String> properties)voidaddProperty(String key, String value)booleanequals(Object obj)StringgetDragTypeName()List<LayoutComponentPart>getParts()Map<String,String>getProperties()inthashCode()voidremovePartIf(Predicate<String> condition)StringtoString()
-
-
-
Constructor Detail
-
LayoutComponent
public LayoutComponent()
-
LayoutComponent
public LayoutComponent(String dragType)
-
-
Method Detail
-
getDragTypeName
public String getDragTypeName()
-
addPartIfAbsent
public void addPartIfAbsent(String partId)
-
getParts
public List<LayoutComponentPart> getParts()
-
-