|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutationType | |
---|---|
org.jboss.errai.otec.client.mutation | |
org.jboss.errai.otec.client.operation | |
org.jboss.errai.otec.client.util |
Uses of MutationType in org.jboss.errai.otec.client.mutation |
---|
Methods in org.jboss.errai.otec.client.mutation that return MutationType | |
---|---|
MutationType |
CharacterMutation.getType()
|
MutationType |
StringMutation.getType()
|
MutationType |
Mutation.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. |
Methods in org.jboss.errai.otec.client.mutation with parameters of type MutationType | |
---|---|
static CharacterMutation |
CharacterMutation.of(MutationType type,
int position,
char data)
|
static StringMutation |
StringMutation.of(MutationType type,
int position,
String data)
|
Uses of MutationType in org.jboss.errai.otec.client.operation |
---|
Methods in org.jboss.errai.otec.client.operation with parameters of type MutationType | |
---|---|
OTOperationsListBuilder |
OTOperationsListBuilder.add(MutationType type,
int position,
char data)
|
OTOperationsListBuilder |
OTOperationsListBuilder.add(MutationType type,
int position,
String data)
|
Uses of MutationType in org.jboss.errai.otec.client.util |
---|
Methods in org.jboss.errai.otec.client.util that return MutationType | |
---|---|
MutationType |
DiffUtil.Delta.getType()
|
Methods in org.jboss.errai.otec.client.util with parameters of type MutationType | |
---|---|
static DiffUtil.Delta |
DiffUtil.Delta.of(MutationType type,
int cursor,
String deltaText)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |