| Interface | Description |
|---|---|
| Activatable |
An interface that allows the implementations to decide whether they are the active item
in a collection of items (like buttons, links, pills, ...)
|
| IBootstrapButton<T> |
Base interface of all bootstrap styled buttons.
|
| Class | Description |
|---|---|
| BootstrapAjaxButton |
Default
AjaxButton which is styled by twitter bootstrap |
| BootstrapAjaxFallbackButton |
a bootstrap styled
AjaxFallbackButton |
| BootstrapAjaxLink<T> |
Default
AjaxLink which is styled by bootstrap |
| BootstrapBookmarkablePageLink<T> |
Renders a stable button link which can be cached in a web browser and used at a later time.
|
| BootstrapButton |
A bootstrap styled
Button |
| BootstrapLink<T> |
Default
Link which is styled by bootstrap. |
| ButtonBehavior |
Default button behavior that controls the size and type
of a button.
|
| ButtonGroup |
Wrap a series of buttons with .btn in .btn-group.
|
| ButtonJqueryFunction |
A jquery function abstraction for buttons.
|
| ButtonList |
A
ListView of AbstractLink. |
| Buttons |
Helper class that holds all special style modification
types of a button.
|
| DefaultBootstrapButton |
A default
BootstrapButton which uses all default styles
of twitter bootstrap (mostly grey) |
| DropDownJqueryFunction |
A jquery function abstraction for dropdowns.
|
| LoadingBehavior |
A
LoadingBehavior that deactivates a button and shows a
loading message. |
| Toolbar |
Combine sets of into a
|
| ToolbarBehavior |
Combine sets of into a
|
| TypedAjaxButton | Deprecated |
| TypedAjaxFallbackButton | Deprecated |
| TypedAjaxLink<T> | Deprecated |
| TypedBookmarkablePageLink<T> | Deprecated |
| TypedButton | Deprecated |
| TypedLink<T> | Deprecated |
| Enum | Description |
|---|---|
| Buttons.Orientation |
Make a set of buttons appear vertically or horizontally stacked.
|
| Buttons.Size |
defines all possible sizes of a button element.
|
| Buttons.Type |
defines all possible button types.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.