See: Description
| Interface | Description |
|---|---|
| DescriptionComponent |
Marker interface for
Description components. |
| HasActive | |
| HasAlignment |
An object that implements this interface has alignment, which can be set and
retrieved using these methods.
|
| HasAutoComplete | |
| HasBadge | |
| HasContextualBackground |
An object that implements this interface has contextual background, which can be set and
retrieved using these methods.
|
| HasDataParent | |
| HasDataSpy | |
| HasDataTarget | |
| HasDataToggle | |
| HasEmphasis |
An object that implements this interface has emphasis, which can be set and
retrieved using these methods.
|
| HasFormValue |
Interface for Widgets that can be put into a
Form and can have a form value,
which is the "value" attribute of the element that is passed to the form's receiver on submit. |
| HasHover | |
| HasHref | |
| HasIcon |
Interface for all the properties of Icons
|
| HasIconPosition | |
| HasId | |
| HasInlineStyle | |
| HasInputType | |
| HasJustified | |
| HasPaginationSize | |
| HasPlaceholder | |
| HasPlacement | |
| HasPull | |
| HasReadOnly |
A widget that implements this interface can be put in a "readonly"
state.
|
| HasResponsiveness |
Interface to set the visibility and hidden properties of elements
Example:
hiddenOn="SM MD"
hiddenOn="SM,MD"
visibleOn="SM LG"
visibleOn="MD,LG"
hiddenOn="LG"
|
| HasSize<T extends Size> | |
| HasStacked | |
| HasSubText |
Interface for widgets that have a subtext.
|
| HasTabPosition | |
| HasTarget |
Simple interface that will set/get the objects 'target' attribute
|
| HasTargetHistoryToken | |
| HasType<T extends Type> | |
| HasValidationState |
| Class | Description |
|---|---|
| AbstractAnchorListItem |
Base class for list items that contain an
Anchor link. |
| AbstractButtonGroup |
Abstract base class for button groups.
|
| AbstractDropDown | |
| AbstractInputGroupAddon |
Base class for
InputGroupAddon
and InputGroupButton |
| AbstractListItem |
Base class for list items.
|
| AbstractTextWidget |
Base class for
Widget that just contains text. |
| AbstractTooltip |
Common implementation for the Bootstrap tooltip and popover.
|
| ComplexWidget |
Base class for widgets that contain further widgets.
|
| RadioGroupBase<T> |
Contains a group of radio input elements.
|
| TextBoxBase | |
| ValueBoxBase<T> |
Copyright © 2017. All rights reserved.