public class UITreeElement extends UIECIConfiguration
| Constructor and Description |
|---|
UITreeElement() |
UITreeElement(org.qubership.automation.itf.core.model.common.Storable storable) |
UITreeElement(UIObject uiObject,
boolean isFolder) |
UITreeElement(UITreeElement uiObject) |
UITreeElement(UITreeElement uiObject,
Collection<UITreeElement> children,
Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(UITreeElement object) |
void |
addListChildrenIfExists(Collection<UITreeElement> objects,
Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz) |
boolean |
equals(Object obj) |
Collection<UITreeElement> |
getChildren() |
boolean |
getExpanded() |
UIObject |
getFolder() |
String |
getInboundState() |
boolean |
getIsFolder() |
int |
hashCode() |
boolean |
isRoot() |
void |
loadChildrenByClass(Class childClass,
List<org.qubership.automation.itf.core.model.common.Storable> children) |
void |
setChildren(Collection<UITreeElement> children) |
void |
setExpanded(boolean expanded) |
void |
setFolder(UIObject folder) |
void |
setInboundState(String inboundState) |
void |
setIsFolder(boolean folder) |
void |
setRoot(boolean root) |
getEcId, setEcIddefineNonDeployed, defineProperties, defineProperties, defineProperties, fillUserTypeNameFromConfiguration, getProperties, getProperty, getUserTypeName, setProperties, setUserTypeNamegetType, setTypecalcIsVersionActual, defineObjectParam, defineObjectParam, getDescription, getHistoryKey, getLabels, getParent, getVersion, setDescription, setHistoryKey, setLabels, setParent, setVersion, toString, updateObjectgetClassName, getId, setClassName, setIdgetName, setNamepublic UITreeElement()
public UITreeElement(org.qubership.automation.itf.core.model.common.Storable storable)
public UITreeElement(UIObject uiObject, boolean isFolder)
public UITreeElement(UITreeElement uiObject)
public UITreeElement(UITreeElement uiObject, Collection<UITreeElement> children, Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz)
public void loadChildrenByClass(Class childClass, List<org.qubership.automation.itf.core.model.common.Storable> children)
loadChildrenByClass in class UIObjectpublic boolean isRoot()
public void setRoot(boolean root)
public boolean getIsFolder()
public void setIsFolder(boolean folder)
public UIObject getFolder()
public void setFolder(UIObject folder)
public boolean getExpanded()
public void setExpanded(boolean expanded)
public void addChild(UITreeElement object)
public Collection<UITreeElement> getChildren()
public void setChildren(Collection<UITreeElement> children)
public void addListChildrenIfExists(Collection<UITreeElement> objects, Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz)
public String getInboundState()
public void setInboundState(String inboundState)
Copyright © 2025. All rights reserved.