@Tag(value="dl") public class DescriptionList extends HtmlContainer implements ClickNotifier<DescriptionList>
<dl> element.| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptionList.Description
Component representing a
<dd> element. |
static class |
DescriptionList.Term
Component representing a
<dt> element. |
| Constructor and Description |
|---|
DescriptionList()
Creates a new empty description list.
|
DescriptionList(Map<DescriptionList.Term,DescriptionList.Description> terms)
Creates a new description list with the given map of terms and
descriptions.
|
getTitle, setTitleaddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClickListeneradd, addComponentAsFirst, addComponentAtIndex, remove, removeAllisEnabled, setEnabledgetElementgetHeight, getWidth, setHeight, setSizeFull, setSizeUndefined, setWidthaddClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameaddAttachListeneraddDetachListenerpublic DescriptionList()
public DescriptionList(Map<DescriptionList.Term,DescriptionList.Description> terms)
terms - the map of terms and descriptionsCopyright © 2000–2018 Vaadin Ltd. All rights reserved.