public interface IUIComponentInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
evaluateWhenForRow(com.google.gson.JsonObject truthTable,
com.pega.pegarules.priv.runtime.IUIComponentRuntime uiComponentRuntime,
int index,
java.lang.String pyUniqueComponentId) |
java.lang.String |
getContext() |
java.util.Map |
getContextParams() |
java.util.List<IUIComponentInfo> |
getInfoList() |
boolean |
getIsrepeatingLayout() |
java.lang.String |
getVisibleWhenId() |
java.lang.String |
getWhenRule() |
void |
setContext(java.lang.String string) |
void |
setContextParams(java.util.Map map) |
void |
setInfoList(java.util.List<IUIComponentInfo> infoList) |
void |
setIsrepeatingLayout(boolean b) |
void |
setVisibilityWhenRule(java.lang.String whenRule) |
void |
setVisibleWhenId(java.lang.String uniqueID) |
void setVisibilityWhenRule(java.lang.String whenRule)
java.lang.String getWhenRule()
void setVisibleWhenId(java.lang.String uniqueID)
java.lang.String getVisibleWhenId()
void setIsrepeatingLayout(boolean b)
boolean getIsrepeatingLayout()
void setContext(java.lang.String string)
java.lang.String getContext()
void setContextParams(java.util.Map map)
java.util.Map getContextParams()
java.util.List<IUIComponentInfo> getInfoList()
void setInfoList(java.util.List<IUIComponentInfo> infoList)
void evaluateWhenForRow(com.google.gson.JsonObject truthTable, com.pega.pegarules.priv.runtime.IUIComponentRuntime uiComponentRuntime, int index, java.lang.String pyUniqueComponentId)
Copyright © 2018 Pegasystems Inc. All Rights Reserved.