AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 限定符和类型 | 字段和说明 |
|---|---|
private Boolean |
checked |
private List<FastMenuInfo> |
children |
private String |
color |
private Integer |
depth |
private String |
icon |
private String |
iconCls |
private String |
iconName |
private String |
iconValue |
private String |
id |
private String |
index |
private Boolean |
leaf |
private String |
method |
private String |
parentId |
private static long |
serialVersionUID |
private String |
text |
| 构造器和说明 |
|---|
FastMenuInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
FastMenuInfo |
copy() |
Boolean |
getChecked() |
List<FastMenuInfo> |
getChildren() |
String |
getColor() |
Integer |
getDepth() |
String |
getIcon() |
String |
getIconCls() |
String |
getIconName() |
String |
getIconValue() |
String |
getId() |
String |
getIndex() |
Boolean |
getLeaf() |
FastMenuInfo |
getMenuInfo(String text) |
String |
getMethod() |
String |
getParentId() |
String |
getText() |
void |
merge(FastMenuInfo menuInfo) |
void |
resetIcon() |
void |
set(String attr,
Object value) |
void |
setChecked(Boolean checked) |
void |
setChildren(List<FastMenuInfo> children) |
void |
setColor(String color) |
void |
setDepth(Integer depth) |
void |
setIcon(String icon) |
FastMenuInfo |
setIconCls(String iconCls) |
FastMenuInfo |
setIconName(String iconName) |
FastMenuInfo |
setIconValue(String iconValue) |
void |
setId(String id) |
FastMenuInfo |
setIndex(String index) |
void |
setLeaf(Boolean leaf) |
void |
setMethod(String method) |
void |
setParentId(String parentId) |
void |
setText(String text) |
void |
validate()
校验必须属性值配置
|
buildErrorInfo, clear, delete, fromProperty, getBoolean, getBoolean, getFileName, getInt, getInt, getLineNumber, getMapWrap, getStackTrace, getString, getString, getTagName, isFromXml, setAll, setFileName, setFromXml, setLineNumber, setTagName, toJson, toProperty, toStringcontainsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodecompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeprivate static final long serialVersionUID
private String id
private String text
private String method
private String iconValue
private String iconName
private String icon
private String iconCls
private String color
private String parentId
private String index
private Boolean checked
private Boolean leaf
private Integer depth
private List<FastMenuInfo> children
public String getId()
public void setId(String id)
public String getText()
public void setText(String text)
public String getMethod()
public void setMethod(String method)
public String getIcon()
public void setIcon(String icon)
public String getColor()
public void setColor(String color)
public String getParentId()
public void setParentId(String parentId)
public Boolean getChecked()
public void setChecked(Boolean checked)
public Integer getDepth()
public void setDepth(Integer depth)
public List<FastMenuInfo> getChildren()
public void setChildren(List<FastMenuInfo> children)
public Boolean getLeaf()
public void setLeaf(Boolean leaf)
public String getIconCls()
public FastMenuInfo setIconCls(String iconCls)
public String getIconValue()
public FastMenuInfo setIconValue(String iconValue)
public String getIconName()
public FastMenuInfo setIconName(String iconName)
public String getIndex()
public FastMenuInfo setIndex(String index)
public void resetIcon()
public void validate()
throws FastMenuException
public FastMenuInfo getMenuInfo(String text)
public void merge(FastMenuInfo menuInfo)
public FastMenuInfo copy()
Copyright © 2021. All rights reserved.