Package | Description |
---|---|
org.jboss.errai.otec.client.mutation | |
org.jboss.errai.otec.client.operation | |
org.jboss.errai.otec.client.util |
Modifier and Type | Method and Description |
---|---|
MutationType |
CharacterMutation.getType() |
MutationType |
Mutation.getType() |
MutationType |
StringMutation.getType() |
static MutationType |
MutationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutationType[] |
MutationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CharacterMutation |
CharacterMutation.of(MutationType type,
int position,
char data) |
static StringMutation |
StringMutation.of(MutationType type,
int position,
String data) |
Modifier and Type | Method and Description |
---|---|
OTOperationsListBuilder |
OTOperationsListBuilder.add(MutationType type,
int position,
char data) |
OTOperationsListBuilder |
OTOperationsListBuilder.add(MutationType type,
int position,
String data) |
Modifier and Type | Method and Description |
---|---|
MutationType |
DiffUtil.Delta.getType() |
Modifier and Type | Method and Description |
---|---|
static DiffUtil.Delta |
DiffUtil.Delta.of(MutationType type,
int cursor,
String deltaText) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.