Class Group
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
cn.mapway.document.ui.client.module.Group
public class Group
extends com.google.gwt.core.client.JavaScriptObject
接口组对象.
- Author:
- zhangjianshe
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
Group
protected Group()Instantiates a new group.
-
-
Method Details
-
name
节点名称.- Returns:
- the string
-
fullName
节点全路径名称.- Returns:
- the string
-
summary
节点说明.- Returns:
- the string
-
entries
子节点.- Returns:
- the js array
-
subGroups
子分组.- Returns:
- the js array
-