Errai 3.0.1-SNAPSHOT

org.jboss.errai.otec.client.util
Class DiffUtil.Delta

java.lang.Object
  extended by org.jboss.errai.otec.client.util.DiffUtil.Delta
Enclosing class:
DiffUtil

public static class DiffUtil.Delta
extends Object


Method Summary
 int getCursor()
           
 String getDeltaText()
           
 MutationType getType()
           
static DiffUtil.Delta of(MutationType type, int cursor, String deltaText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static DiffUtil.Delta of(MutationType type,
                                int cursor,
                                String deltaText)

getType

public MutationType getType()

getCursor

public int getCursor()

getDeltaText

public String getDeltaText()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.