| Package | Description |
|---|---|
| pro.redsoft.iframework.shared.config |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentType |
ComponentFormConfig.type |
protected ComponentType |
ComponentForm.type |
| Modifier and Type | Method and Description |
|---|---|
static ComponentType |
ComponentType.fromValue(String v) |
ComponentType |
ComponentFormConfig.getType()
Gets the value of the type property.
|
ComponentType |
ComponentForm.getType()
Gets the value of the type property.
|
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentFormConfig.setType(ComponentType value)
Sets the value of the type property.
|
void |
ComponentForm.setType(ComponentType value)
Sets the value of the type property.
|
Copyright © 2012–2014 RedSoft. All rights reserved.