| | |
| | | private String loadType; |
| | | |
| | | /** |
| | | * 是否反向 |
| | | * 是否反向,TODO:树定义上已经没有使用这个字段了 |
| | | */ |
| | | private boolean orientation = false; |
| | | //private boolean orientation = false; |
| | | |
| | | /** |
| | | * 显示图标 |
| | |
| | | this.loadType = loadType; |
| | | } |
| | | |
| | | public boolean isOrientation() { |
| | | /*public boolean isOrientation() { |
| | | return orientation; |
| | | } |
| | | |
| | | public void setOrientation(boolean orientation) { |
| | | this.orientation = orientation; |
| | | } |
| | | }*/ |
| | | |
| | | public boolean isShowImage() { |
| | | return showImage; |
| | |
| | | return "UITreeDefineVO{" + |
| | | "btmType='" + btmType + '\'' + |
| | | ", loadType='" + loadType + '\'' + |
| | | ", orientation=" + orientation + |
| | | ", showImage=" + showImage + |
| | | ", rootContent='" + rootContent + '\'' + |
| | | ", linkType='" + linkType + '\'' + |