| Constructor and Description |
|---|
CssClassNameAppender(ICssClassNameProvider cssClassNameProvider)
Constructor.
|
CssClassNameModifier(ICssClassNameProvider cssClassNameProvider)
Constructor.
|
CssClassNameRemover(ICssClassNameProvider cssClassNameProvider)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeBehavior.Language
enum that holds all possible languages
|
class |
LabelType
A LabelType defines the type of label which changes highlighted color.
|
static class |
WellBehavior.Size
defines the size of a well
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Buttons.Orientation
Make a set of buttons appear vertically or horizontally stacked.
|
static class |
Buttons.Size
defines all possible sizes of a button element.
|
static class |
Buttons.Type
defines all possible button types.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Buttons.onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag,
ICssClassNameProvider... classNameProviders)
helper method that adds all necessary css styles to given component tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Width
Defines all possible layout dimensions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Pagination.Alignment
Add one of two optional classes to change the alignment of pagination links: .pagination-centered and .pagination-right.
|
static class |
ProgressBar.Type |
| Modifier and Type | Class and Description |
|---|---|
static class |
Alert.Type
The
Type enum defines all possible alert types. |
| Modifier and Type | Class and Description |
|---|---|
class |
FormType
Defines all possible form types
|
static class |
InputBehavior.Size
Holder class for all possible input element sizes
|
| Modifier and Type | Class and Description |
|---|---|
class |
IconType
References all available icons inside the icon sprite.
|
static class |
ImageBehavior.Type
Holder class for all possible border types
|
| Modifier and Type | Class and Description |
|---|---|
class |
Layout
Defines all possible layout types.
|
class |
Offset
References all available offsets.
|
class |
SpanType
References all available spans.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Navbar.Position
indicates the position of the navigation bar itself
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BootstrapPagingNavigator.Position
position of pagination component
|
| Modifier and Type | Method and Description |
|---|---|
static ICssClassNameProvider |
CssClassNames.newProvider(org.apache.wicket.model.IModel<String> model)
creates a new
ICssClassNameProvider from a given model. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Attributes.addClass(org.apache.wicket.markup.ComponentTag tag,
ICssClassNameProvider provider)
adds a css class name to given tag
|
Copyright © 2013 agilecoders.de. All Rights Reserved.