Class LayoutComponentPart
- java.lang.Object
-
- org.uberfire.ext.layout.editor.api.editor.LayoutComponentPart
-
@Portable public class LayoutComponentPart extends Object
-
-
Constructor Summary
Constructors Constructor Description LayoutComponentPart()LayoutComponentPart(String partId)LayoutComponentPart(String partId, Map<String,String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCssProperty(String key, String value)voidclearCssProperties()booleanequals(Object obj)Map<String,String>getCssProperties()StringgetPartId()inthashCode()voidremoveCssProperty(String property)StringtoString()
-