Package | Description |
---|---|
org.fireweb |
Modifier and Type | Method and Description |
---|---|
Style.Media |
Style.getMedia() |
Style.Media |
Link.getMedia() |
static Style.Media |
Style.Media.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Style.Media[] |
Style.Media.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Style |
Style.setMedia(Style.Media media) |
Link |
Link.setMedia(Style.Media media) |
Constructor and Description |
---|
Style(Style.Media media,
java.lang.String styles) |