Class InstructionsDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.instructions.InstructionsDTO
public final class InstructionsDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InstructionsDTO
create()
Replacement constructor.com.google.gwt.core.client.JsArray
<InstructionAreaDTO> com.google.gwt.core.client.JsArrayString
com.google.gwt.core.client.JsArray
<InstructionAreaDTO> getOutlineAreas
(String key) com.google.gwt.core.client.JsArrayString
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
InstructionsDTO
protected InstructionsDTO()
-
-
Method Details
-
getInstructionKeys
public com.google.gwt.core.client.JsArrayString getInstructionKeys() -
getInstructionAreas
-
getOutlineKeys
public com.google.gwt.core.client.JsArrayString getOutlineKeys() -
getOutlineAreas
-
create
Replacement constructor. Creates a new nativeInstructionsDTO
.- Returns:
- The new instance.
-
getInstructionAreas
public static Map<String,List<com.levigo.jadice.web.shared.model.instruction.internal.InstructionArea>> getInstructionAreas(InstructionsDTO dto) -
getOutlineAreas
public static Map<String,List<com.levigo.jadice.web.shared.model.instruction.internal.InstructionArea>> getOutlineAreas(InstructionsDTO dto)
-