Class ObjectInfo
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
cn.mapway.document.ui.client.module.ObjectInfo
public class ObjectInfo
extends com.google.gwt.core.client.JavaScriptObject
The Class ObjectInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.google.gwt.core.client.JsArray<FieldCode>codes()Codes js array.final Stringexample()Example.final com.google.gwt.core.client.JsArray<ObjectInfo>fields()Fields.final Stringjson()Json.final booleanManditary.final Doublemax()MaxLength.final intMaxLength.final Doublemin()Length.final intLength.final Stringname()Name.final com.google.gwt.core.client.JsArray<ObjectInfo>refs()Fields.final Stringsummary()Summary.final Stringtitle()Title.final voidTitle.final Stringtype()Type.Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ObjectInfo
protected ObjectInfo()Instantiates a new object info.
-
-
Method Details
-
name
Name.- Returns:
- the string
-
type
Type.- Returns:
- the string
-
summary
Summary.- Returns:
- the string
-
title
Title.- Returns:
- the string
-
example
Example.- Returns:
- the string
-
manditary
public final boolean manditary()Manditary.- Returns:
- true, if successful
-
minLength
public final int minLength()Length.- Returns:
- the int
-
maxLength
public final int maxLength()MaxLength.- Returns:
- the int
-
min
Length.- Returns:
- the int
-
max
MaxLength.- Returns:
- the int
-
fields
Fields.- Returns:
- the js array
-
refs
Fields.- Returns:
- the js array
-
json
Json.- Returns:
- the string
-
codes
Codes js array.- Returns:
- the js array
-
title
Title.- Parameters:
string- the string
-