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
    Modifier
    Constructor
    Description
    protected
    Instantiates a new group.
  • Method Summary

    Modifier and Type
    Method
    Description
    final com.google.gwt.core.client.JsArray<Entry>
    子节点.
    final String
    节点全路径名称.
    final String
    节点名称.
    final com.google.gwt.core.client.JsArray<Group>
    子分组.
    final String
    节点说明.

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Group

      protected Group()
      Instantiates a new group.
  • Method Details

    • name

      public final String name()
      节点名称.
      Returns:
      the string
    • fullName

      public final String fullName()
      节点全路径名称.
      Returns:
      the string
    • summary

      public final String summary()
      节点说明.
      Returns:
      the string
    • entries

      public final com.google.gwt.core.client.JsArray<Entry> entries()
      子节点.
      Returns:
      the js array
    • subGroups

      public final com.google.gwt.core.client.JsArray<Group> subGroups()
      子分组.
      Returns:
      the js array