Package | Description |
---|---|
org.eclipse.nebula.cwt.v |
Modifier and Type | Method | Description |
---|---|---|
VControl.Type |
VButton.getType() |
|
abstract VControl.Type |
VControl.getType() |
|
VControl.Type |
VLabel.getType() |
|
VControl.Type |
VNative.getType() |
|
VControl.Type |
VPanel.getType() |
|
VControl.Type |
VSpacer.getType() |
|
static VControl.Type |
VControl.Type.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VControl.Type[] |
VControl.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|