public class UITreeData extends Object
| Constructor and Description |
|---|
UITreeData() |
| Modifier and Type | Method and Description |
|---|---|
List<UIProperty> |
getProperties() |
Collection<UITreeElement> |
getTreeData() |
String |
getType() |
void |
setProperties(List<UIProperty> properties) |
void |
setTreeData(Collection<UITreeElement> treeData) |
void |
setType(String type) |
public Collection<UITreeElement> getTreeData()
public void setTreeData(Collection<UITreeElement> treeData)
public List<UIProperty> getProperties()
public void setProperties(List<UIProperty> properties)
public String getType()
public void setType(String type)
Copyright © 2025. All rights reserved.