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 Details

    • InstructionsDTO

      protected InstructionsDTO()
  • Method Details

    • getInstructionKeys

      public com.google.gwt.core.client.JsArrayString getInstructionKeys()
    • getInstructionAreas

      public com.google.gwt.core.client.JsArray<InstructionAreaDTO> getInstructionAreas(String key)
    • getOutlineKeys

      public com.google.gwt.core.client.JsArrayString getOutlineKeys()
    • getOutlineAreas

      public com.google.gwt.core.client.JsArray<InstructionAreaDTO> getOutlineAreas(String key)
    • create

      public static InstructionsDTO create()
      Replacement constructor. Creates a new native InstructionsDTO.
      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)