| Package | Description |
|---|---|
| org.jboss.as.console.mbui.widgets | |
| org.jboss.dmr.client |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
PropertyContext.getType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ModelNodeFormBuilder.setValue(ModelNode target,
ModelType type,
Object propValue)
a more lenient way to update calues by type
|
| Constructor and Description |
|---|
PropertyContext(ModelType type) |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
ModelNode.asType()
Get the value of this node as a type, expressed using the
ModelType enum. |
ModelType |
ModelNode.getType()
Get the current type of this node.
|
static ModelType |
ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelType[] |
ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModelNode |
ModelNode.set(ModelType newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(ModelType type,
Object propValue) |
ModelNode |
ModelNode.set(String propertyName,
ModelType propertyValue)
Change this node's value to a property with the given name and value.
|
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.