| Package | Description |
|---|---|
| net.dontdrinkandroot.wicket.component.basic |
| Modifier and Type | Method and Description |
|---|---|
Heading.Level |
Heading.getLevel() |
static Heading.Level |
Heading.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heading.Level[] |
Heading.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Heading(String id,
Heading.Level level) |
Heading(String id,
org.apache.wicket.model.IModel<?> model,
Heading.Level level) |
Heading(String id,
Serializable label,
Heading.Level level) |
Copyright © 2014 dontdrinkandroot. All rights reserved.