Package | Description |
---|---|
com.codename1.rad.attributes |
This package contains
Attribute classes for use in UI descriptors. |
com.codename1.rad.nodes |
This package contains
Node classes for use inside UI descriptors. |
com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
Constructor and Description |
---|
ActionStyleAttribute(ActionStyle value) |
Modifier and Type | Method and Description |
---|---|
ActionStyle |
ActionNode.getActionStyle() |
Modifier and Type | Method and Description |
---|---|
static ActionStyle |
ActionStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionStyle[] |
ActionStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ActionStyleAttribute |
UI.actionStyle(ActionStyle style) |
Copyright © 2021. All Rights Reserved.