@Portable public class LayoutComponent extends Object
Constructor and Description |
---|
LayoutComponent() |
LayoutComponent(String dragType) |
Modifier and Type | Method and Description |
---|---|
void |
addPartIfAbsent(String partId) |
void |
addPartProperties(String partId,
Map<String,String> properties) |
void |
addPartProperty(String partId,
String key,
String value) |
void |
addProperties(Map<String,String> properties) |
void |
addProperty(String key,
String value) |
boolean |
equals(Object obj) |
String |
getDragTypeName() |
List<LayoutComponentPart> |
getParts() |
Map<String,String> |
getProperties() |
int |
hashCode() |
void |
removePartIf(Predicate<String> condition) |
String |
toString() |
public LayoutComponent()
public LayoutComponent(String dragType)
public String getDragTypeName()
public void addPartIfAbsent(String partId)
public List<LayoutComponentPart> getParts()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.